Searched refs:Descriptor (Results 1 – 8 of 8) sorted by relevance
/system/bt/service/common/bluetooth/ |
D | descriptor.cc | 20 Descriptor::Descriptor(const Descriptor& other) { in Descriptor() function in bluetooth::Descriptor 26 Descriptor& Descriptor::operator=(const Descriptor& other) { in operator =() 36 bool Descriptor::Equals(const Descriptor& other) const { in Equals() 41 bool Descriptor::operator==(const Descriptor& rhs) const { return Equals(rhs); } in operator ==() 43 bool Descriptor::operator!=(const Descriptor& rhs) const { in operator !=()
|
D | descriptor.h | 22 class Descriptor { 24 Descriptor() = default; 25 Descriptor(const Descriptor& other); 26 Descriptor& operator=(const Descriptor& other); 27 Descriptor(uint16_t handle, const UUID& uuid, uint16_t permissions) in Descriptor() function 29 virtual ~Descriptor() = default; 32 bool Equals(const Descriptor& other) const; 33 bool operator==(const Descriptor& rhs) const; 34 bool operator!=(const Descriptor& rhs) const;
|
D | characteristic.h | 31 const std::vector<Descriptor>& descriptors) in Characteristic() 49 const std::vector<Descriptor>& descriptors() const { return descriptors_; } in descriptors() 50 std::vector<Descriptor>& descriptors() { return descriptors_; } in descriptors() 57 std::vector<Descriptor> descriptors_;
|
/system/bt/service/test/ |
D | parcelable_unittest.cc | 35 using bluetooth::Descriptor; 149 Descriptor s = Descriptor(0x0000, UUID::GetRandom(), in TEST() 151 Descriptor s2 = Descriptor(0xFFFE, UUID::GetRandom(), in TEST() 153 Descriptor s3 = Descriptor(0x003D, UUID::GetRandom(), in TEST() 158 TestData<Descriptor, android::bluetooth::BluetoothGattDescriptor>(s); in TEST() 162 TestData<Descriptor, android::bluetooth::BluetoothGattDescriptor>(s2); in TEST() 166 TestData<Descriptor, android::bluetooth::BluetoothGattDescriptor>(s3); in TEST() 172 {Descriptor(0x0005, UUID::GetRandom(), 0), in TEST() 173 Descriptor(0x0007, UUID::GetRandom(), 0), in TEST() 174 Descriptor(0x00A1, UUID::GetRandom(), 0)}); in TEST() [all …]
|
/system/bt/service/common/android/bluetooth/ |
D | bluetooth_gatt_descriptor.h | 32 public ::bluetooth::Descriptor { 36 const ::bluetooth::Descriptor& characteristic) // NOLINT(implicit) in BluetoothGattDescriptor() 37 : ::bluetooth::Descriptor(characteristic){}; in BluetoothGattDescriptor()
|
/system/libfmq/include/fmq/ |
D | MessageQueue.h | 39 typedef MQDescriptor<T, flavor> Descriptor; typedef 46 MessageQueue(const Descriptor& Desc, bool resetPointers = true); 216 const Descriptor* getDesc() const { return mDesc.get(); } in getDesc() 435 std::unique_ptr<Descriptor> mDesc; 584 (mDesc->countGrantors() < Descriptor::kMinGrantorCount) || in initMemory() 591 mapGrantorDescr(Descriptor::READPTRPOS)); in initMemory() 603 reinterpret_cast<std::atomic<uint64_t>*>(mapGrantorDescr(Descriptor::WRITEPTRPOS)); in initMemory() 614 mRing = reinterpret_cast<uint8_t*>(mapGrantorDescr(Descriptor::DATAPTRPOS)); in initMemory() 617 mEvFlagWord = static_cast<std::atomic<uint32_t>*>(mapGrantorDescr(Descriptor::EVFLAGWORDPOS)); in initMemory() 624 MessageQueue<T, flavor>::MessageQueue(const Descriptor& Desc, bool resetPointers) { in MessageQueue() [all …]
|
/system/extras/simpleperf/scripts/ |
D | profile_pb2.py | 29 _PROFILE = _descriptor.Descriptor( 151 _VALUETYPE = _descriptor.Descriptor( 189 _SAMPLE = _descriptor.Descriptor( 234 _LABEL = _descriptor.Descriptor( 279 _MAPPING = _descriptor.Descriptor( 373 _LOCATION = _descriptor.Descriptor( 425 _LINE = _descriptor.Descriptor( 463 _FUNCTION = _descriptor.Descriptor(
|
/system/update_engine/scripts/update_payload/ |
D | update_metadata_pb2.py | 74 _EXTENT = _descriptor.Descriptor( 109 _SIGNATURES_SIGNATURE = _descriptor.Descriptor( 143 _SIGNATURES = _descriptor.Descriptor( 171 _PARTITIONINFO = _descriptor.Descriptor( 206 _IMAGEINFO = _descriptor.Descriptor( 269 _INSTALLOPERATION = _descriptor.Descriptor( 354 _PARTITIONUPDATE = _descriptor.Descriptor( 431 _DELTAARCHIVEMANIFEST = _descriptor.Descriptor(
|