Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/ndk/
H A Dibinder_internal.h137 size_t getTransactionCodeToFunctionLength() const { return mTransactionCodeToFunctionLength; } in getTransactionCodeToFunctionLength()
160 size_t mTransactionCodeToFunctionLength = 0; member
H A Dibinder.cpp469 mTransactionCodeToFunctionLength = length; in setTransactionCodeMap()
480 code - FIRST_CALL_TRANSACTION >= mTransactionCodeToFunctionLength) { in getFunctionName()