Home
last modified time | relevance | path

Searched refs:mTransactionCodeToFunction (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/libs/binder/ndk/
H A Dibinder.cpp464 if (mTransactionCodeToFunction != nullptr) { in setTransactionCodeMap()
468 mTransactionCodeToFunction = transactionCodeMap; in setTransactionCodeMap()
474 if (mTransactionCodeToFunction == nullptr) { in getFunctionName()
485 return mTransactionCodeToFunction[code - FIRST_CALL_TRANSACTION]; in getFunctionName()
H A Dibinder_internal.h158 const char** mTransactionCodeToFunction = nullptr; member