Home
last modified time | relevance | path

Searched refs:TransactionsReturn (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_ibinder.cpp288 AIBinder* binder = SampleData::newBinder(TransactionsReturn(STATUS_OK), in TEST_F()
295 AIBinder* binder = SampleData::newBinder(TransactionsReturn(STATUS_OK), in TEST_F()
314 AIBinder* binder = SampleData::newBinder(TransactionsReturn(STATUS_OK)); in TEST_F()
Dutilities.h157 static inline OnTransactFunc TransactionsReturn(binder_status_t result) { in TransactionsReturn() function
Dtest_parcel.cpp269 AIBinder* binder = SampleData::newBinder(TransactionsReturn(STATUS_OK), in TEST_F()