HomeSort by relevance Sort by last modified time
    Searched refs:BR_REPLY (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/uapi/linux/android/
binder.h 165 BR_REPLY = _IOR('r', 3, struct binder_transaction_data),
  /external/kernel-headers/original/uapi/linux/android/
binder.h 305 BR_REPLY = _IOR('r', 3, struct binder_transaction_data),
  /frameworks/native/cmds/servicemanager/
binder.c 73 NAME(BR_REPLY);
268 case BR_REPLY: {
  /frameworks/native/libs/binder/tests/
binderDriverInterfaceTest.cpp 283 EXPECT_EQ(BR_REPLY, br.cmd2);
  /frameworks/native/libs/binder/
IPCThreadState.cpp 74 "BR_REPLY",
156 case BR_REPLY: {
642 alog << "BR_REPLY thr " << (void*)pthread_self() << " / hand "
801 case BR_REPLY:
    [all...]
  /system/libhwbinder/
IPCThreadState.cpp 74 "BR_REPLY",
155 case BR_REPLY: {
651 alog << "BR_REPLY thr " << (void*)pthread_self() << " / hand "
815 case BR_REPLY:
    [all...]

Completed in 162 milliseconds