Searched refs:DEBUG_PID_TRANSACTION (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/binder/include/binder/ |
D | IBinder.h | 64 DEBUG_PID_TRANSACTION = B_PACK_CHARS('_', 'P', 'I', 'D'), enumerator
|
/frameworks/native/include/binder/ |
D | IBinder.h | 64 DEBUG_PID_TRANSACTION = B_PACK_CHARS('_', 'P', 'I', 'D'), enumerator
|
/frameworks/av/media/utils/include/mediautils/ |
D | MethodStatistics.h | 144 {(CODE_TYPE)IBinder::DEBUG_PID_TRANSACTION , "DEBUG_PID_TRANSACTION"}, \
|
/frameworks/native/libs/binder/ |
D | Binder.cpp | 143 status_t status = transact(DEBUG_PID_TRANSACTION, data, &reply); in getDebugPid() 288 case DEBUG_PID_TRANSACTION: in transact()
|