Home
last modified time | relevance | path

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

/system/bt/service/
Dadapter.cc235 AdapterState current_state = GetState(); in Enable() local
236 if (current_state != ADAPTER_STATE_OFF) { in Enable()
238 << AdapterStateToString(current_state); in Enable()
245 NotifyAdapterStateChanged(current_state, state_); in Enable()
265 AdapterState current_state = GetState(); in Disable() local
270 NotifyAdapterStateChanged(current_state, state_); in Disable()
276 state_ = current_state; in Disable()
/system/bt/gd/hci/
Dle_scanning_manager.cc191 BatchScanState current_state; member
243 batch_scan_config_.current_state = BatchScanState::DISABLED_STATE; in start()
257 batch_scan_config_.current_state = BatchScanState::DISABLED_STATE; in stop()
865 if (batch_scan_config_.current_state == BatchScanState::ERROR_STATE || in batch_scan_set_storage_parameter()
866 batch_scan_config_.current_state == BatchScanState::DISABLED_STATE || in batch_scan_set_storage_parameter()
867 batch_scan_config_.current_state == BatchScanState::DISABLE_CALLED) { in batch_scan_set_storage_parameter()
868 batch_scan_config_.current_state = BatchScanState::ENABLE_CALLED; in batch_scan_set_storage_parameter()
890 if (batch_scan_config_.current_state == BatchScanState::ERROR_STATE || in batch_scan_enable()
891 batch_scan_config_.current_state == BatchScanState::DISABLED_STATE || in batch_scan_enable()
892 batch_scan_config_.current_state == BatchScanState::DISABLE_CALLED) { in batch_scan_enable()
[all …]
/system/iorap/src/compiler/
Dcompiler.cc601 [](CombinedState current_state, CombinedState delta_state) { in ResolvePageCacheEntriesFromProtos() argument
603 << "current=" << current_state << "," in ResolvePageCacheEntriesFromProtos()
608 current_state.Merge(std::move(delta_state)); in ResolvePageCacheEntriesFromProtos()
609 return current_state; in ResolvePageCacheEntriesFromProtos()