Home
last modified time | relevance | path

Searched refs:BLUETOOTH_AUDIO_HAL_PROP_DISABLED (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dhearing_aid_software_encoding_hidl.cc169 osi_property_get_bool(BLUETOOTH_AUDIO_HAL_PROP_DISABLED, false); in is_hal_2_0_force_disabled()
Dclient_interface_hidl.h31 #define BLUETOOTH_AUDIO_HAL_PROP_DISABLED \ macro
Da2dp_encoding_hidl.cc333 osi_property_get_bool(BLUETOOTH_AUDIO_HAL_PROP_DISABLED, false); in is_hal_2_0_force_disabled()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dhearing_aid_software_encoding_aidl.cc175 osi_property_get_bool(BLUETOOTH_AUDIO_HAL_PROP_DISABLED, false); in is_hal_force_disabled()
Dclient_interface_aidl.h33 #define BLUETOOTH_AUDIO_HAL_PROP_DISABLED \ macro
Da2dp_encoding_aidl.cc387 osi_property_get_bool(BLUETOOTH_AUDIO_HAL_PROP_DISABLED, false); in is_hal_force_disabled()
/packages/modules/Bluetooth/system/audio_hal_interface/
Dhfp_client_interface.cc101 return !osi_property_get_bool(BLUETOOTH_AUDIO_HAL_PROP_DISABLED, false); in is_hal_enabled()
Dle_audio_software.cc104 if (osi_property_get_bool(BLUETOOTH_AUDIO_HAL_PROP_DISABLED, false)) { in Get()