Home
last modified time | relevance | path

Searched refs:getBinderTransactions (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binderdebug/include/binderdebug/
DBinderDebug.h53 status_t getBinderTransactions(pid_t pid, std::string& transactionOutput);
/frameworks/native/libs/binderdebug/
DBinderDebug.cpp202 status_t getBinderTransactions(pid_t pid, std::string& transactionsOutput) { in getBinderTransactions() function
/frameworks/base/core/jni/
Dandroid_os_Debug.cpp585 android::status_t status = android::getBinderTransactions(pid, binderState); in dumpTraces()