Home
last modified time | relevance | path

Searched defs:isInPollingState (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/
DRpcTransport.h171 bool isInPollingState() const { return isPolling; } in isInPollingState() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/
DRpcTransport.h171 bool isInPollingState() const { return isPolling; } in isInPollingState() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/
DRpcTransport.h171 bool isInPollingState() const { return isPolling; } in isInPollingState() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/
DRpcTransport.h171 bool isInPollingState() const { return isPolling; } in isInPollingState() function
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DRpcTransport.h203 bool isInPollingState() const { return isPolling; } in isInPollingState() function