Searched refs:osi_property_get_int32 (Results 1 – 5 of 5) sorted by relevance
45 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()
43 int32_t osi_property_get_int32(const char* key, int32_t default_value);
56 int32_t osi_property_get_int32(const char* key, int32_t default_value) { in osi_property_get_int32() function
183 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()
246 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()