Home
last modified time | relevance | path

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

/system/bt/osi/test/
Dproperties_test.cc45 int32_t rvalue = osi_property_get_int32("very.useful.test", value); in TEST_F()
54 int32_t received = osi_property_get_int32("very.useful.set.test", 84); in TEST_F()
/system/bt/osi/include/
Dproperties.h43 int32_t osi_property_get_int32(const char* key, int32_t default_value);
/system/bt/osi/src/
Dproperties.cc56 int32_t osi_property_get_int32(const char* key, int32_t default_value) { in osi_property_get_int32() function
/system/bt/hci/src/
Dbtsnoop.cc183 int is_debuggable = osi_property_get_int32(IS_DEBUGGABLE_PROPERTY, 0); in start_up()
216 packets_per_file = osi_property_get_int32(BTSNOOP_MAX_PACKETS_PROPERTY, in start_up()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc246 default_data_interval_ms = (uint16_t)osi_property_get_int32( in HearingAidImpl()
258 overwrite_min_ce_len = (uint16_t)osi_property_get_int32( in HearingAidImpl()