Searched refs:EXTENSION_TRANSACTION (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/binder/include/binder/ |
D | IBinder.h | 63 EXTENSION_TRANSACTION = B_PACK_CHARS('_', 'E', 'X', 'T'), enumerator
|
/frameworks/native/include/binder/ |
D | IBinder.h | 63 EXTENSION_TRANSACTION = B_PACK_CHARS('_', 'E', 'X', 'T'), enumerator
|
/frameworks/av/media/utils/include/mediautils/ |
D | MethodStatistics.h | 143 {(CODE_TYPE)IBinder::EXTENSION_TRANSACTION , "EXTENSION_TRANSACTION"}, \
|
/frameworks/native/libs/binder/ |
D | Binder.cpp | 125 status_t status = transact(EXTENSION_TRANSACTION, data, &reply); in getExtension() 284 case EXTENSION_TRANSACTION: in transact()
|