Home
last modified time | relevance | path

Searched defs:async_received (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp1385 status_t IPCThreadState::getProcessFreezeInfo(pid_t pid, bool *sync_received, bool *async_received) in getProcessFreezeInfo()
1403 uint32_t *async_received) in getProcessFreezeInfo()
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp454 bool sync_received, async_received; in TEST_F() local