OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:osi_property_get_bool
(Results
1 - 4
of
4
) sorted by null
/system/bt/osi/include/
properties.h
50
bool
osi_property_get_bool
(const char* key, bool default_value)
/system/bt/audio_a2dp_hw/src/
audio_a2dp_hw_utils.cc
44
return !
osi_property_get_bool
("persist.bluetooth.disabledelayreports", false);
/system/bt/btif/avrcp/
avrcp_service.h
100
return
osi_property_get_bool
("persist.bluetooth.enablenewavrcp", true);
/system/bt/osi/src/
properties.cc
64
bool
osi_property_get_bool
(const char* key, bool default_value) {
function
Completed in 736 milliseconds