Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dcodec_manager_test.cc48 void osi_property_set_bool(const char* key, bool value);
386 osi_property_set_bool(kPropLeAudioOffloadSupported, true); in SetUp()
387 osi_property_set_bool(kPropLeAudioOffloadDisabled, false); in SetUp()
390 osi_property_set_bool(kPropLeAudioBidirSwbSupported, true); in SetUp()
400 osi_property_set_bool(kPropLeAudioOffloadSupported, true); in SetUp()
401 osi_property_set_bool(kPropLeAudioOffloadDisabled, false); in SetUp()
404 osi_property_set_bool(kPropLeAudioBidirSwbSupported, false); in SetUp()
766 osi_property_set_bool(kPropLeAudioOffloadSupported, false); in SetUp()
767 osi_property_set_bool(kPropLeAudioOffloadDisabled, false); in SetUp()
770 osi_property_set_bool(kPropLeAudioBidirSwbSupported, true); in SetUp()
[all …]
Dle_audio_client_test.cc125 void osi_property_set_bool(const char* key, bool value);
9196 osi_property_set_bool(kNotifyUpperLayerAboutGroupBeingInIdleDuringCall, true); in TEST_F()
9260 osi_property_set_bool(kNotifyUpperLayerAboutGroupBeingInIdleDuringCall, in TEST_F()
Dstate_machine_test.cc64 void osi_property_set_bool(const char* key, bool value);
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc555 void osi_property_set_bool(const char* key, bool value) { in osi_property_set_bool() function
/packages/modules/Bluetooth/system/bta/has/
Dhas_client_test.cc44 void osi_property_set_bool(const char* key, bool value);
3045 osi_property_set_bool("persist.bluetooth.has.always_use_preset_cache", false); in TEST_F()