Home
last modified time | relevance | path

Searched refs:async_received (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/include/binder/
H A DIPCThreadState.h55 bool *async_received);
60 uint32_t *async_received);
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h55 bool *async_received);
60 uint32_t *async_received);
/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp1385 status_t IPCThreadState::getProcessFreezeInfo(pid_t pid, bool *sync_received, bool *async_received) in getProcessFreezeInfo() argument
1396 *async_received = info.async_recv; in getProcessFreezeInfo()
1403 uint32_t *async_received) in getProcessFreezeInfo() argument
1414 *async_received = info.async_recv; in getProcessFreezeInfo()
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp454 bool sync_received, async_received; in TEST_F() local
457 &async_received)); in TEST_F()
460 EXPECT_EQ(async_received, 0); in TEST_F()