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

1 23

  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
binder.h 89 TF_ONE_WAY = 0x01,
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
binder.h 89 TF_ONE_WAY = 0x01,
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
binder.h 89 TF_ONE_WAY = 0x01,
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
binder.h 89 TF_ONE_WAY = 0x01,
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
binder.h 89 TF_ONE_WAY = 0x01,
  /frameworks/native/libs/binder/tests/
binderLibTest.cpp 142 ret = m_server->transact(BINDER_LIB_TEST_EXIT_TRANSACTION, data, &reply, TF_ONE_WAY);
478 ret = m_server->transact(BINDER_LIB_TEST_NOP_CALL_BACK, data, &reply, TF_ONE_WAY);
552 ret = sbinder->transact(BINDER_LIB_TEST_EXIT_TRANSACTION, data, &reply, TF_ONE_WAY);
582 ret = linkedclient[i]->transact(BINDER_LIB_TEST_LINK_DEATH_TRANSACTION, data, &reply, TF_ONE_WAY);
591 ret = passiveclient[i]->transact(BINDER_LIB_TEST_ADD_STRONG_REF_TRANSACTION, data, &reply, TF_ONE_WAY);
597 ret = target->transact(BINDER_LIB_TEST_EXIT_TRANSACTION, data, &reply, TF_ONE_WAY);
  /frameworks/native/libs/binder/
IPCThreadState.cpp 586 (flags & TF_ONE_WAY) == 0 ? "READ REPLY" : "ONE WAY");
595 if ((flags & TF_ONE_WAY) == 0) {
    [all...]
  /frameworks/native/cmds/servicemanager/
binder.c 258 if (txn->flags & TF_ONE_WAY) {

Completed in 101 milliseconds

1 23