Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/
DRpcTransport.h147 void setPollingState(bool state) const { isPolling = state; } in setPollingState() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/
DRpcTransport.h147 void setPollingState(bool state) const { isPolling = state; } in setPollingState() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/
DRpcTransport.h147 void setPollingState(bool state) const { isPolling = state; } in setPollingState() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/
DRpcTransport.h147 void setPollingState(bool state) const { isPolling = state; } in setPollingState() function
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DRpcTransport.h179 void setPollingState(bool state) const { isPolling = state; } in setPollingState() function