Home
last modified time | relevance | path

Searched defs:descriptors (Results 1 – 5 of 5) sorted by relevance

/system/bt/service/common/bluetooth/
Dcharacteristic.h31 const std::vector<Descriptor>& descriptors) in Characteristic()
49 const std::vector<Descriptor>& descriptors() const { return descriptors_; } in descriptors() function
50 std::vector<Descriptor>& descriptors() { return descriptors_; } in descriptors() function
/system/nvram/messages/
Dmessage_codec.cpp23 const FieldDescriptor* descriptors, in MessageEncoderBase()
31 const FieldDescriptor* descriptors, in Encode()
83 const FieldDescriptor* descriptors, in MessageDecoderBase()
91 const FieldDescriptor* descriptors, in Decode()
/system/bt/service/common/android/bluetooth/
Dbluetooth_gatt_characteristic.cc44 std::vector<BluetoothGattDescriptor> descriptors; in writeToParcel() local
72 std::vector<BluetoothGattDescriptor> descriptors; in readFromParcel() local
/system/core/fs_mgr/
Dfs_mgr_avb.cpp417 std::unique_ptr<const AvbDescriptor* [], decltype(&avb_free)> descriptors( in get_hashtree_descriptor() local
/system/bt/bta/include/
Dbta_gatt_api.h566 list_t* descriptors; /* list of tBTA_GATTC_DESCRIPTOR */ member