OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:osi_property_set
(Results
1 - 4
of
4
) sorted by null
/system/bt/osi/include/
properties.h
36
int
osi_property_set
(const char* key, const char* value);
/system/bt/osi/test/
properties_test.cc
35
int ret =
osi_property_set
("very.useful.set.test", value);
51
int ret =
osi_property_set
("very.useful.set.test", value);
/system/bt/osi/src/
properties.cc
48
int
osi_property_set
(const char* key, const char* value) {
function
/system/bt/btif/src/
btif_config.cc
526
osi_property_set
("persist.bluetooth.factoryreset", "false");
Completed in 3443 milliseconds