Home
last modified time | relevance | path

Searched refs:Descriptor (Results 1 – 25 of 128) sorted by relevance

123456

/aosp12/system/bt/service/common/bluetooth/
H A Ddescriptor.cc20 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 !=()
H A Ddescriptor.h22 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;
H A Dcharacteristic.h31 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_;
/aosp12/hardware/google/gchips/gralloc3/include/gralloc3/
H A Dgralloc_vendor_interface.h30 struct Descriptor;
31 Descriptor *createDescriptor();
32 void deleteDescriptor(Descriptor *descriptor);
34 void setProducerUsage(Descriptor &descriptor, uint64_t usage);
35 void setConsumerUsage(Descriptor &descriptor, uint64_t usage);
36 void setPlaneCount(Descriptor &descriptor, int count);
38 void setWidth(Descriptor &descriptor, int width);
39 void setHeight(Descriptor &descriptor, int height);
40 void setStridePixel(Descriptor &descriptor, int stride_pixel);
41 void setFormat(Descriptor &descriptor, int format);
[all …]
/aosp12/hardware/google/gchips/gralloc4/src/libGralloc4Wrapper/include/gralloc4/
H A Dgralloc_vendor_interface.h31 struct Descriptor;
32 Descriptor *createDescriptor();
33 void deleteDescriptor(Descriptor *descriptor);
35 void setProducerUsage(Descriptor &descriptor, uint64_t usage);
36 void setConsumerUsage(Descriptor &descriptor, uint64_t usage);
37 void setPlaneCount(Descriptor &descriptor, int count);
39 void setWidth(Descriptor &descriptor, int width);
40 void setHeight(Descriptor &descriptor, int height);
41 void setStridePixel(Descriptor &descriptor, int stride_pixel);
42 void setFormat(Descriptor &descriptor, int format);
[all …]
/aosp12/system/bt/service/test/
H A Dparcelable_unittest.cc35 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()
188 {Descriptor(0x0005, Uuid::GetRandom(), 0), in TEST()
189 Descriptor(0x0007, Uuid::GetRandom(), 0), in TEST()
190 Descriptor(0x0009, Uuid::GetRandom(), 0)}), in TEST()
194 {Descriptor(0x0010, Uuid::GetRandom(), 0), in TEST()
[all …]
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dgralloc_vendor_interface.cpp16 struct Descriptor { struct
35 Descriptor *createDescriptor() { return new Descriptor(); } in createDescriptor()
36 void deleteDescriptor(Descriptor *descriptor) { delete descriptor; } in deleteDescriptor()
38 void setProducerUsage(Descriptor &descriptor, uint64_t usage) { in setProducerUsage()
42 void setConsumerUsage(Descriptor &descriptor, uint64_t usage) { in setConsumerUsage()
46 void setPlaneCount(Descriptor &descriptor, int count) { in setPlaneCount()
57 void setWidth(Descriptor &descriptor, int width) { in setWidth()
61 void setHeight(Descriptor &descriptor, int height) { in setHeight()
65 void setStridePixel(Descriptor &descriptor, int stride_pixel) { in setStridePixel()
69 void setFormat(Descriptor &descriptor, int format) { in setFormat()
[all …]
/aosp12/frameworks/base/media/java/android/media/
H A DAudioRecordingConfiguration.java76 private final AudioEffect.Descriptor[] mClientEffects;
78 private final AudioEffect.Descriptor[] mDeviceEffects;
87 AudioEffect.Descriptor[] clientEffects, AudioEffect.Descriptor[] deviceEffects) { in AudioRecordingConfiguration()
112 new AudioEffect.Descriptor[0] /*clientEffects*/, in AudioRecordingConfiguration()
113 new AudioEffect.Descriptor[0] /*deviceEffects*/); in AudioRecordingConfiguration()
130 for (AudioEffect.Descriptor desc : arc.mClientEffects) { in toLogFriendlyString()
134 for (AudioEffect.Descriptor desc : arc.mDeviceEffects) { in toLogFriendlyString()
321 public @NonNull List<AudioEffect.Descriptor> getEffects() { in getEffects()
383 mClientEffects = new AudioEffect.Descriptor[in.readInt()]; in AudioRecordingConfiguration()
385 mClientEffects[i] = new AudioEffect.Descriptor(in); in AudioRecordingConfiguration()
[all …]
/aosp12/hardware/google/gchips/gralloc4/src/libGralloc4Wrapper/
H A Dwrapper.cpp15 struct Descriptor { struct
34 Descriptor *createDescriptor() { return new Descriptor(); } in createDescriptor()
35 void deleteDescriptor(Descriptor *descriptor) { delete descriptor; } in deleteDescriptor()
37 void setProducerUsage(Descriptor &descriptor, uint64_t usage) { in setProducerUsage()
41 void setConsumerUsage(Descriptor &descriptor, uint64_t usage) { in setConsumerUsage()
45 void setPlaneCount(Descriptor &descriptor, int count) { in setPlaneCount()
56 void setWidth(Descriptor &descriptor, int width) { in setWidth()
60 void setHeight(Descriptor &descriptor, int height) { in setHeight()
64 void setStridePixel(Descriptor &descriptor, int stride_pixel) { in setStridePixel()
68 void setFormat(Descriptor &descriptor, int format) { in setFormat()
[all …]
/aosp12/system/extras/simpleperf/
H A DJITDebugReader.h144 struct Descriptor { struct
174 Descriptor last_jit_descriptor;
176 Descriptor last_dex_descriptor;
191 bool ReadDebugInfo(Process& process, Descriptor& new_descriptor,
193 bool IsDescriptorChanged(Process& process, Descriptor& old_descriptor);
197 bool ReadDescriptors(Process& process, Descriptor* jit_descriptor, Descriptor* dex_descriptor);
198 bool LoadDescriptor(bool is_64bit, const char* data, Descriptor* descriptor);
200 bool LoadDescriptorImpl(const char* data, Descriptor* descriptor);
202 bool ReadNewCodeEntries(Process& process, const Descriptor& descriptor,
206 bool ReadNewCodeEntriesImpl(Process& process, const Descriptor& descriptor,
H A DJITDebugReader.cpp370 Descriptor jit_descriptor; in ReadProcess()
371 Descriptor dex_descriptor; in ReadProcess()
386 bool JITDebugReader::ReadDebugInfo(Process& process, Descriptor& new_descriptor, in ReadDebugInfo()
389 Descriptor* old_descriptor = in ReadDebugInfo()
429 bool JITDebugReader::IsDescriptorChanged(Process& process, Descriptor& prev_descriptor) { in IsDescriptorChanged()
430 Descriptor tmp_jit_descriptor; in IsDescriptorChanged()
431 Descriptor tmp_dex_descriptor; in IsDescriptorChanged()
552 bool JITDebugReader::ReadDescriptors(Process& process, Descriptor* jit_descriptor, in ReadDescriptors()
553 Descriptor* dex_descriptor) { in ReadDescriptors()
577 bool JITDebugReader::LoadDescriptorImpl(const char* data, Descriptor* descriptor) { in LoadDescriptorImpl()
[all …]
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
H A DGralloc1On0Adapter.h87 struct Descriptor;
106 struct Descriptor : public std::enable_shared_from_this<Descriptor> { struct
107 Descriptor() in Descriptor() argument
165 &Descriptor::setConsumerUsage, usage); in setConsumerUsageHook()
172 &Descriptor::setDimensions, width, height); in setDimensionsHook()
178 &Descriptor::setFormat, format); in setFormatHook()
184 &Descriptor::setLayerCount, layerCount); in setLayerCountHook()
191 &Descriptor::setProducerUsage, usage); in setProducerUsageHook()
263 const Descriptor mDescriptor;
443 std::shared_ptr<Descriptor> getDescriptor(
[all …]
/aosp12/system/core/init/
H A Dservice_utils.h35 class Descriptor {
37 Descriptor(const std::string& name, android::base::unique_fd fd) in Descriptor() function
61 Result<Descriptor> Create(const std::string& global_context) const;
68 Result<Descriptor> Create() const;
/aosp12/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java249 public static class Descriptor { class in AudioEffect
251 public Descriptor() { in Descriptor() method in AudioEffect.Descriptor
318 public Descriptor(Parcel in) { in Descriptor() method in AudioEffect.Descriptor
344 if (o == null || !(o instanceof Descriptor)) return false; in equals()
346 Descriptor that = (Descriptor) o; in equals()
404 private Descriptor mDescriptor;
509 Descriptor[] desc = new Descriptor[1]; in AudioEffect()
598 public Descriptor getDescriptor() throws IllegalStateException { in getDescriptor()
614 static public Descriptor[] queryEffects() { in queryEffects()
615 return (Descriptor[]) native_query_effects(); in queryEffects()
[all …]
/aosp12/system/bt/service/common/android/bluetooth/
H A Dbluetooth_gatt_descriptor.h32 public ::bluetooth::Descriptor {
36 const ::bluetooth::Descriptor& characteristic) // NOLINT(implicit) in BluetoothGattDescriptor()
37 : ::bluetooth::Descriptor(characteristic){}; in BluetoothGattDescriptor()
/aosp12/hardware/interfaces/bluetooth/audio/2.1/default/
H A DLeAudioAudioProvider.cpp81 DataMQ::Descriptor()); in startSession_2_1()
88 DataMQ::Descriptor()); in startSession_2_1()
116 DataMQ::Descriptor()); in startSession_2_1()
172 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in startSession_2_1()
186 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in onSessionReady()
H A DA2dpOffloadAudioProvider.cpp70 DataMQ::Descriptor()); in startSession()
75 DataMQ::Descriptor()); in startSession()
86 _hidl_cb(BluetoothAudioStatus::SUCCESS, DataMQ::Descriptor()); in onSessionReady()
/aosp12/build/soong/cmd/extract_apks/bundle_proto/
H A Dconfig.pb.go108 func (*BundleConfig) Descriptor() ([]byte, []int) { func
197 func (*Bundletool) Descriptor() ([]byte, []int) { func
240 func (*Compression) Descriptor() ([]byte, []int) { func
283 func (*MasterResources) Descriptor() ([]byte, []int) { func
338 func (*Optimizations) Descriptor() ([]byte, []int) { func
437 func (*UncompressDexFiles) Descriptor() ([]byte, []int) { func
477 func (*SplitsConfig) Descriptor() ([]byte, []int) { func
520 func (*StandaloneConfig) Descriptor() ([]byte, []int) { func
572 func (*SplitDimension) Descriptor() ([]byte, []int) { func
644 func (*SuffixStripping) Descriptor() ([]byte, []int) { func
[all …]
H A Dtargeting.pb.go279 func (*ApkTargeting) Descriptor() ([]byte, []int) { func
478 func (*ScreenDensity) Descriptor() ([]byte, []int) { func
559 func (*Int32Value) Descriptor() ([]byte, []int) { func
599 func (*SdkVersion) Descriptor() ([]byte, []int) { func
641 func (*GraphicsApi) Descriptor() ([]byte, []int) { func
719 func (*VulkanVersion) Descriptor() ([]byte, []int) { func
767 func (*OpenGlVersion) Descriptor() ([]byte, []int) { func
852 func (*Abi) Descriptor() ([]byte, []int) { func
891 func (*MultiAbi) Descriptor() ([]byte, []int) { func
930 func (*Sanitizer) Descriptor() ([]byte, []int) { func
[all …]
H A Dcommands.pb.go109 func (*BuildApksResult) Descriptor() ([]byte, []int) { func
188 func (*Variant) Descriptor() ([]byte, []int) { func
245 func (*ApkSet) Descriptor() ([]byte, []int) { func
304 func (*ModuleMetadata) Descriptor() ([]byte, []int) { func
383 func (*AssetSliceSet) Descriptor() ([]byte, []int) { func
502 func (*InstantMetadata) Descriptor() ([]byte, []int) { func
569 func (*ApkDescription) Descriptor() ([]byte, []int) { func
719 func (*SplitApkMetadata) Descriptor() ([]byte, []int) { func
811 func (*SystemApkMetadata) Descriptor() ([]byte, []int) { func
859 func (*ApexApkMetadata) Descriptor() ([]byte, []int) { func
[all …]
/aosp12/frameworks/av/media/codec2/hidl/plugin/internal/
H A DFilterWrapper.h36 using Descriptor = FilterPlugin_V1::Descriptor;
44 virtual bool describe(C2String name, Descriptor *desc) = 0;
56 const Descriptor desc;
/aosp12/frameworks/base/tools/incident_section_gen/
H A Dmain.cpp108 static bool generateIncidentSectionsCpp(Descriptor const* descriptor) in generateIncidentSectionsCpp()
191 static inline PrivacyFlags getPrivacyFlags(const Descriptor* descriptor) { in getPrivacyFlags()
196 static inline Destination getMessageDest(const Descriptor* descriptor, const Destination overridden… in getMessageDest()
226 static inline string getMessageName(const Descriptor* descriptor, const Destination overridden) { in getMessageName()
246 static bool isDefaultMessageImpl(const Descriptor* descriptor, const Destination dest, set<string>*… in isDefaultMessageImpl()
276 static bool isDefaultMessage(const Descriptor* descriptor, const Destination dest) { in isDefaultMessage()
287 static vector<const FieldDescriptor*> sortFields(const Descriptor* descriptor) { in sortFields()
301 static bool generatePrivacyFlags(const Descriptor* descriptor, const Destination overridden, in generatePrivacyFlags()
399 static bool generateSectionListCpp(Descriptor const* descriptor) { in generateSectionListCpp()
557 static void generateCsv(Descriptor const* descriptor, const string& indent, set<string>* parents, c… in generateCsv()
[all …]
/aosp12/hardware/interfaces/bluetooth/audio/2.0/default/
H A DA2dpOffloadAudioProvider.cpp64 DataMQ::Descriptor()); in startSession()
69 DataMQ::Descriptor()); in startSession()
80 _hidl_cb(BluetoothAudioStatus::SUCCESS, DataMQ::Descriptor()); in onSessionReady()
/aosp12/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DEffectsTest.java94 AudioEffect.Descriptor[] descriptors = AudioEffect.queryEffects(); in onCreate()
105 AudioEffect.Descriptor[] mDescriptors;
107 public EffectListAdapter(Context context, AudioEffect.Descriptor[] descriptors) { in EffectListAdapter()
148 AudioEffect.Descriptor[] mDescriptors;
150 public EffectView(Context context, AudioEffect.Descriptor[] descriptors) { in EffectView()
/aosp12/frameworks/base/startop/scripts/iorap/generated/
H A DTraceFile_pb2.py29 _TRACEFILE = _descriptor.Descriptor(
67 _TRACEFILEINDEX = _descriptor.Descriptor(
98 _TRACEFILEINDEXENTRY = _descriptor.Descriptor(
136 _TRACEFILELIST = _descriptor.Descriptor(
167 _TRACEFILEENTRY = _descriptor.Descriptor(

123456