Home
last modified time | relevance | path

Searched refs:getTransactionCodeToFunctionLength (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() function
H A Dibinder.cpp115 if (code <= clazz->getTransactionCodeToFunctionLength() && code >= FIRST_CALL_TRANSACTION) { in getMethodName()