Home
last modified time | relevance | path

Searched defs:descriptors (Results 1 – 10 of 10) 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/libprocessgroup/setup/
Dcgroup_map_write.cpp145 static void MergeCgroupToDescriptors(std::map<std::string, CgroupDescriptor>* descriptors, in MergeCgroupToDescriptors()
175 std::map<std::string, CgroupDescriptor>* descriptors) { in ReadDescriptorsFromFile()
214 static bool ReadDescriptors(std::map<std::string, CgroupDescriptor>* descriptors) { in ReadDescriptors()
313 static bool WriteRcFile(const std::map<std::string, CgroupDescriptor>& descriptors) { in WriteRcFile()
363 std::map<std::string, CgroupDescriptor> descriptors; in CgroupSetup() local
/system/core/fs_mgr/libvbmeta/
Dsuper_vbmeta_format.h33 std::vector<InternalVBMetaDescriptor> descriptors; member
Dreader.cpp45 std::vector<InternalVBMetaDescriptor>* descriptors) { in LoadVBMetaDescriptors()
/system/core/fs_mgr/libfs_avb/
Davb_util.cpp135 std::unique_ptr<const AvbDescriptor*[], decltype(&avb_free)> descriptors( in GetHashDescriptor() local
193 std::unique_ptr<const AvbDescriptor* [], decltype(&avb_free)> descriptors( in GetHashtreeDescriptor() local
508 std::unique_ptr<const AvbDescriptor* [], decltype(&avb_free)> descriptors( in GetChainPartitionInfo() local
/system/bt/bta/gatt/
Ddatabase.h88 std::vector<Descriptor> descriptors; member
/system/apex/apexd/
Dapex_file.cpp273 const AvbDescriptor** descriptors; in findDescriptor() local
/system/core/init/
Dservice.cpp482 std::vector<Descriptor> descriptors; in Start() local