HomeSort by relevance Sort by last modified time
    Searched refs:BC_TRANSACTION (Results 51 - 58 of 58) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
binder.h 167 BC_TRANSACTION = _IOW('c', 0, struct binder_transaction_data),
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
binder.h 167 BC_TRANSACTION = _IOW('c', 0, struct binder_transaction_data),
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
binder.h 167 BC_TRANSACTION = _IOW('c', 0, struct binder_transaction_data),
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
binder.h 167 BC_TRANSACTION = _IOW('c', 0, struct binder_transaction_data),
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
binder.h 167 BC_TRANSACTION = _IOW('c', 0, struct binder_transaction_data),
  /frameworks/native/libs/binder/tests/
binderDriverInterfaceTest.cpp 222 .cmd1 = BC_TRANSACTION,
  /frameworks/native/libs/binder/
IPCThreadState.cpp 95 "BC_TRANSACTION",
216 case BC_TRANSACTION:
579 alog << "BC_TRANSACTION thr " << (void*)pthread_self() << " / hand "
587 err = writeTransactionData(BC_TRANSACTION, flags, handle, code, data, NULL);
    [all...]
  /frameworks/native/cmds/servicemanager/
binder.c 351 writebuf.cmd = BC_TRANSACTION;

Completed in 372 milliseconds

1 23