Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc175 BatchScanState current_state; member
242 batch_scan_config_.current_state = BatchScanState::DISABLED_STATE; in start()
256 batch_scan_config_.current_state = BatchScanState::DISABLED_STATE; in stop()
1156 if (batch_scan_config_.current_state == BatchScanState::ERROR_STATE || in batch_scan_set_storage_parameter()
1157 batch_scan_config_.current_state == BatchScanState::DISABLED_STATE || in batch_scan_set_storage_parameter()
1158 batch_scan_config_.current_state == BatchScanState::DISABLE_CALLED) { in batch_scan_set_storage_parameter()
1159 batch_scan_config_.current_state = BatchScanState::ENABLE_CALLED; in batch_scan_set_storage_parameter()
1181 if (batch_scan_config_.current_state == BatchScanState::ERROR_STATE || in batch_scan_enable()
1182 batch_scan_config_.current_state == BatchScanState::DISABLED_STATE || in batch_scan_enable()
1183 batch_scan_config_.current_state == BatchScanState::DISABLE_CALLED) { in batch_scan_enable()
[all …]
/packages/services/Car/service/proto/android/car/power/
Dpower_dump.proto31 optional CpmsStateProto current_state = 1; field
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java943 Boolean current_state = bluetoothAdapter.isEnabled(); in checkForEnabledBluetooth() local
946 if (!Objects.equals(enabledBluetoothMutable.getValue(), current_state)) in checkForEnabledBluetooth()
947 enabledBluetoothMutable.setValue(current_state); in checkForEnabledBluetooth()
949 return current_state; in checkForEnabledBluetooth()
/packages/services/Car/service/proto/android/car/audio/
Daudio_dump.proto46 optional CarAudioState current_state = 2; field
/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.cc1331 auto current_state = ToString(group->GetTargetState()); in SetTargetState() local
1335 group->group_id_, current_state, new_state); in SetTargetState()