summaryrefslogtreecommitdiffstats
path: root/tests/aidl_test_service.cpp
Commit message (Expand)AuthorAgeFilesLines
* aidl-cpp: Add support for type MapRobert Quattlebaum2017-01-301-0/+11
* Test that @nullable Interface passing works as expectedChristopher Wiley2016-07-191-0/+7
* Hold file descriptors in unique_fdChristopher Wiley2016-04-261-9/+12
* Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-04-251-1/+1
* Revert "Hold file descriptors in unique_fd"Christopher Wiley2016-04-181-12/+9
* Hold file descriptors in unique_fdChristopher Wiley2016-04-181-9/+12
* Test that native services reject null bindersChristopher Wiley2016-03-101-0/+17
* Use vector<uint8_t> for byte[]Casey Dahlin2016-02-091-3/+3
* Add integration test for @utf8InCpp List<String>Christopher Wiley2016-02-011-0/+24
* Add integration test support for @utf8InCppChristopher Wiley2016-02-011-9/+30
* Move aidl_test_service Run function out of service classCasey Dahlin2016-01-071-30/+32
* aidl_test_service: binder service creation and registration fixupsTodd Poynor2016-01-061-4/+5
* aidl: tests: add PersistableBundle integration testsSamuel Tan2015-12-161-14/+27
* Add support for @nullable annotationCasey Dahlin2015-12-151-0/+51
* Integration test for application specific exceptionsChristopher Wiley2015-12-101-1/+6
* Add support for file descriptorsCasey Dahlin2015-11-301-28/+50
* Integration test for parcelablesChristopher Wiley2015-11-281-0/+15
* Implement error handling for C++ servicesChristopher Wiley2015-11-181-37/+37
* Support List<IBinder> typeCasey Dahlin2015-11-051-0/+6
* Add support for List<String>Christopher Wiley2015-10-311-0/+6
* Add support for passing binders in C++Casey Dahlin2015-10-301-0/+47
* Remove erroneous override modifier in aidl_test_service.cppChristopher Wiley2015-10-281-1/+1
* Test that arrays work in integration testChristopher Wiley2015-10-271-0/+55
* Add PrimitiveTypeChristopher Wiley2015-10-271-1/+2
* Fix trivial print format error.Chih-Hung Hsieh2015-10-271-1/+1
* Integration test for all primitive typesChristopher Wiley2015-10-261-4/+53
* android.os.IPingResponder -> android.aidl.tests.ITestServiceChristopher Wiley2015-10-221-5/+5
* Rename helloc and hellod to aidl_test_{client,server}Christopher Wiley2015-10-221-0/+114