Home
last modified time | relevance | path

Searched refs:getProcessFreezeInfo (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/include/binder/
H A DIPCThreadState.h54 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 DIPCThreadState.h54 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 Dcom_android_server_am_CachedAppOptimizer.cpp271 int error = IPCThreadState::getProcessFreezeInfo(pid, &syncReceived, &asyncReceived); in com_android_server_am_CachedAppOptimizer_getBinderFreezeInfo()
/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp1385 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 DbinderLibTest.cpp456 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()