Home
last modified time | relevance | path

Searched defs:AddDescriptor (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gatt/
H A Dtypes.h108 inline void AddDescriptor(DescriptorPtr&& desc) { in AddDescriptor() function
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase_builder.cc117 void DatabaseBuilder::AddDescriptor(uint16_t handle, const Uuid& uuid) { in AddDescriptor() function in gatt::DatabaseBuilder
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py226 def AddDescriptor(self, desc): member in DescriptorPool
/aosp_15_r20/external/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py226 def AddDescriptor(self, desc): member in DescriptorPool
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.cc509 static PyObject* AddDescriptor(PyObject* self, PyObject* descriptor) { in AddDescriptor() function
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.cc509 static PyObject* AddDescriptor(PyObject* self, PyObject* descriptor) { in AddDescriptor() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/
H A Dlocal_service_manager.cc420 void AddDescriptor(att::AttributeGrouping* grouping, DescriptorPtr desc) { in AddDescriptor() function in bt::gatt::LocalServiceManager::ServiceData
/aosp_15_r20/external/cronet/components/nacl/loader/
H A Dnacl_ipc_adapter.cc273 void AddDescriptor(std::unique_ptr<NaClDescWrapper> desc) { in AddDescriptor() function in NaClIPCAdapter::RewrittenMessage