Home
last modified time | relevance | path

Searched refs:IsCancelled (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/metrics/
Dmetrics_state.cc123 bool LEConnectionMetricState::IsCancelled() { in IsCancelled() function in bluetooth::metrics::LEConnectionMetricState
189 if (device_metric->IsCancelled() && in AddStateChangedEvent()
Dmetrics_state.h81 bool IsCancelled();
/packages/modules/Bluetooth/system/gd/grpc/
Dgrpc_event_queue.h54 while (!context->IsCancelled()) { in RunLoop()