summaryrefslogtreecommitdiffstats
path: root/chromeos/binder
Commit message (Expand)AuthorAgeFilesLines
* Support 64-bit binder on 32-bit devicehashimoto2016-03-099-13/+15
* Always build binder codehashimoto2016-03-0911-20/+28
* Multi thread supporthashimoto2016-02-0111-63/+278
* Fix compile error on Release buildshashimoto2016-01-201-0/+1
* Add file descriptor read/write functionshashimoto2016-01-188-2/+126
* Add "#include <string.h>"hashimoto2016-01-151-0/+2
* Add CommandBroker::OnTransaction to handle incoming transactionshashimoto2016-01-1410-2/+410
* Add ServiceManagerhashimoto2016-01-128-2/+262
* Add string read & write methodshashimoto2016-01-0810-297/+404
* Fix errors caused by Pass() removalhashimoto2016-01-072-4/+4
* Add write/read methods for binder::Objecthashimoto2016-01-076-6/+167
* Add binder::Objecthashimoto2016-01-067-1/+241
* Fix errors caused by basictypes.h removalhashimoto2016-01-064-3/+9
* Switch to standard integer types in chromeos/.avi2015-12-2123-74/+106
* Add TransactionDataReaderhashimoto2015-12-183-0/+202
* Fix include guard and add CHROMEOS_EXPORThashimoto2015-12-1810-33/+39
* Add TransactionStatushashimoto2015-12-182-0/+101
* Add CommandBrokerhashimoto2015-12-183-0/+232
* Add WritableTransactionDatahashimoto2015-12-173-0/+279
* Unmap transaction data buffer correctlyhashimoto2015-12-162-5/+18
* Use HANDLE_EINTR in binder::Driverhashimoto2015-12-161-4/+5
* Add transaction response handling code to CommandStreamhashimoto2015-12-169-8/+384
* Add binder::CommandStreamhashimoto2015-12-153-0/+261
* Add binder::BufferReaderhashimoto2015-12-143-0/+130
* Add a utility function CommandToString()hashimoto2015-12-142-0/+108
* Add binder::Driverhashimoto2015-12-114-0/+172