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