OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:osi_property_get_int32
(Results
1 - 4
of
4
) sorted by null
/system/bt/osi/include/
properties.h
43
int32_t
osi_property_get_int32
(const char* key, int32_t default_value);
/system/bt/osi/test/
properties_test.cc
45
int32_t rvalue =
osi_property_get_int32
("very.useful.test", value);
54
int32_t received =
osi_property_get_int32
("very.useful.set.test", 84);
/system/bt/osi/src/
properties.cc
56
int32_t
osi_property_get_int32
(const char* key, int32_t default_value) {
function
/system/bt/hci/src/
btsnoop.cc
96
packets_per_file =
osi_property_get_int32
(BTSNOOP_MAX_PACKETS_PROPERTY,
Completed in 429 milliseconds