Home
last modified time | relevance | path

Searched defs:prop (Results 1 – 13 of 13) sorted by relevance

/system/connectivity/shill/
Dproperty_store.cc559 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/
Dlogging_helpers.cpp104 const char *BtPropertyText(const bt_property_type_t prop) { in BtPropertyText()
/system/bt/btif/src/
Dbtif_core.c93 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
Dbtif_dm.c1181 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()
Dbtif_storage.c174 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/
Dsrvc_battery.c204 tGATT_CHAR_PROP prop = GATT_CHAR_PROP_BIT_READ; in Battery_Instantiate() local
/system/connectivity/shill/vpn/
Dvpn_driver.cc244 string prop = properties_[i].property; in GetProvider() local
/system/core/logd/
Dmain.cpp146 static bool check_flag(const char *prop, const char *flag) { in check_flag()
/system/bt/bta/gatt/
Dbta_gattc_cache.c1131 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/
Dmanager.cc155 std::string Manager::* prop, in UpdateValue()
/system/connectivity/shill/test-scripts/
Dflimflam.py324 def FindElementByPropertySubstring(self, kind, prop, substring): argument
/system/core/adb/
Dadb.cpp250 for (const auto& prop : android::base::Split(props, ";")) { in parse_banner() local
/system/bt/bta/include/
Dbta_gatt_api.h240 UINT8 prop; /* used when attribute type is characteristic */ member