Home
last modified time | relevance | path

Searched refs:DISABLED (Results 1 – 9 of 9) sorted by relevance

/system/update_engine/
Dupdate_status_utils.cc47 case UpdateStatus::DISABLED: in UpdateStatusToString()
87 *status = UpdateStatus::DISABLED; in StringToUpdateStatus()
Dupdate_attempter.cc927 SetStatusAndNotify(UpdateStatus::DISABLED); in OnUpdateScheduled()
1197 case UpdateStatus::DISABLED: in ActionCompleted()
/system/update_engine/client_library/include/update_engine/
Dupdate_status.h40 DISABLED = 9, enumerator
/system/bt/audio_bluetooth_hw/
Ddevice_port_proxy.cc102 : state_(BluetoothStreamState::DISABLED), in BluetoothAudioPortOut()
219 state_ = BluetoothStreamState::DISABLED; in ControlResultHandler()
241 if (previous_state != BluetoothStreamState::DISABLED) { in SessionChangedHandler()
242 state_ = BluetoothStreamState::DISABLED; in SessionChangedHandler()
385 state_ = BluetoothStreamState::DISABLED; in Stop()
Dstream_apis.h35 DISABLED = 0, // This stream is closing or set param "suspend=true" enumerator
Dstream_apis.cc52 case BluetoothStreamState::DISABLED: in operator <<()
214 if (out->bluetooth_output_.GetState() != BluetoothStreamState::DISABLED) { in out_set_parameters()
221 if (out->bluetooth_output_.GetState() == BluetoothStreamState::DISABLED) { in out_set_parameters()
231 if (out->bluetooth_output_.GetState() != BluetoothStreamState::DISABLED) { in out_set_parameters()
243 if (out->bluetooth_output_.GetState() != BluetoothStreamState::DISABLED) { in out_set_parameters()
509 BluetoothStreamState::DISABLED) { in out_resume()
664 if (out->bluetooth_output_.GetState() != BluetoothStreamState::DISABLED) { in adev_close_output_stream()
/system/bt/btif/src/
Dbtif_config.cc58 #define DISABLED "disabled" macro
648 return DISABLED; in hash_file()
676 return DISABLED; in read_checksum_file()
/system/bt/audio_hal_interface/
Dclient_interface_unittest.cc163 AacVariableBitRate::DISABLED || in IsOffloadCodecConfigurationSupported()
287 AacVariableBitRate variable_bitrates[2] = {AacVariableBitRate::DISABLED, in TEST_F()
Da2dp_encoding.cc430 aac_config.variableBitRateEnabled = AacVariableBitRate::DISABLED; in a2dp_get_selected_hal_codec_config()