Searched refs:getProcessFreezeInfo (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/include/binder/ |
H A D | IPCThreadState.h | 54 static status_t getProcessFreezeInfo(pid_t pid, bool *sync_received, 59 static status_t getProcessFreezeInfo(pid_t pid, uint32_t *sync_received,
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | IPCThreadState.h | 54 static status_t getProcessFreezeInfo(pid_t pid, bool *sync_received, 59 static status_t getProcessFreezeInfo(pid_t pid, uint32_t *sync_received,
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_am_CachedAppOptimizer.cpp | 271 int error = IPCThreadState::getProcessFreezeInfo(pid, &syncReceived, &asyncReceived); in com_android_server_am_CachedAppOptimizer_getBinderFreezeInfo()
|
/aosp12/frameworks/native/libs/binder/ |
H A D | IPCThreadState.cpp | 1385 status_t IPCThreadState::getProcessFreezeInfo(pid_t pid, bool *sync_received, bool *async_received) in getProcessFreezeInfo() function in android::IPCThreadState 1402 status_t IPCThreadState::getProcessFreezeInfo(pid_t pid, uint32_t *sync_received, in getProcessFreezeInfo() function in android::IPCThreadState
|
/aosp12/frameworks/native/libs/binder/tests/ |
H A D | binderLibTest.cpp | 456 EXPECT_EQ(NO_ERROR, IPCThreadState::self()->getProcessFreezeInfo(pid, &sync_received, in TEST_F() 464 EXPECT_EQ(NO_ERROR, IPCThreadState::self()->getProcessFreezeInfo(pid, &sync_received2, in TEST_F()
|