Searched refs:ASYNC (Results 1 – 2 of 2) sorted by relevance
32 remote()->transact(ASYNC, data, &reply, IBinder::FLAG_ONEWAY); // asynchronous call in async()110 case ASYNC: { in onTransact()
42 enum { START = IBinder::FIRST_CALL_TRANSACTION, END, SYNC, ASYNC }; enumerator