Searched defs:prop (Results 1 – 13 of 13) sorted by relevance
/system/connectivity/shill/ |
D | property_store.cc | 559 void PropertyStore::RegisterBool(const string& name, bool* prop) { in RegisterBool() 565 void PropertyStore::RegisterConstBool(const string& name, const bool* prop) { in RegisterConstBool() 571 void PropertyStore::RegisterWriteOnlyBool(const string& name, bool* prop) { in RegisterWriteOnlyBool() 578 void PropertyStore::RegisterInt16(const string& name, int16_t* prop) { in RegisterInt16() 585 const int16_t* prop) { in RegisterConstInt16() 592 void PropertyStore::RegisterWriteOnlyInt16(const string& name, int16_t* prop) { in RegisterWriteOnlyInt16() 598 void PropertyStore::RegisterInt32(const string& name, int32_t* prop) { in RegisterInt32() 605 const int32_t* prop) { in RegisterConstInt32() 612 void PropertyStore::RegisterWriteOnlyInt32(const string& name, int32_t* prop) { in RegisterWriteOnlyInt32() 619 void PropertyStore::RegisterString(const string& name, string* prop) { in RegisterString() [all …]
|
/system/bt/service/ |
D | logging_helpers.cpp | 104 const char *BtPropertyText(const bt_property_type_t prop) { in BtPropertyText()
|
/system/bt/btif/src/ |
D | btif_core.c | 93 bt_property_t prop; member 480 bt_property_t prop; in btif_enable_bluetooth_evt() local 836 bt_property_t prop; in execute_storage_request() local 895 bt_property_t prop; in execute_storage_remote_request() local
|
D | btif_dm.c | 1181 bt_property_t prop; in btif_dm_auth_cmpl_evt() local 1498 bt_property_t prop; in btif_dm_search_services_evt() local 1580 bt_property_t prop; in btif_dm_search_services_evt() local 1643 bt_property_t prop; in btif_dm_remote_service_record_evt() local 1699 bt_property_t prop; in btif_dm_upstreams_evt() local 1972 bt_property_t prop; in btif_dm_upstreams_evt() local 2634 bt_status_t btif_dm_get_adapter_property(bt_property_t *prop) in btif_dm_get_adapter_property()
|
D | btif_storage.c | 174 static int prop2cfg(bt_bdaddr_t *remote_bd_addr, bt_property_t *prop) in prop2cfg() 267 static int cfg2prop(bt_bdaddr_t *remote_bd_addr, bt_property_t *prop) in cfg2prop()
|
/system/bt/stack/srvc/ |
D | srvc_battery.c | 204 tGATT_CHAR_PROP prop = GATT_CHAR_PROP_BIT_READ; in Battery_Instantiate() local
|
/system/connectivity/shill/vpn/ |
D | vpn_driver.cc | 244 string prop = properties_[i].property; in GetProvider() local
|
/system/core/logd/ |
D | main.cpp | 146 static bool check_flag(const char *prop, const char *flag) { in check_flag()
|
/system/bt/bta/gatt/ |
D | bta_gattc_cache.c | 1131 UINT16 id, tBT_UUID uuid, UINT8 prop) in bta_gattc_fill_gatt_db_el() 1402 UINT16 e_handle, tBT_UUID uuid, UINT8 prop, UINT16 incl_srvc_handle, in bta_gattc_fill_nv_attr()
|
/system/weaved/buffet/ |
D | manager.cc | 155 std::string Manager::* prop, in UpdateValue()
|
/system/connectivity/shill/test-scripts/ |
D | flimflam.py | 324 def FindElementByPropertySubstring(self, kind, prop, substring): argument
|
/system/core/adb/ |
D | adb.cpp | 250 for (const auto& prop : android::base::Split(props, ";")) { in parse_banner() local
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 240 UINT8 prop; /* used when attribute type is characteristic */ member
|