Home
last modified time | relevance | path

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

/system/media/audio/include/system/audio_effects/
Deffect_uuid.h47 Descriptor::EFFECT_TYPE_UUID_AEC;
49 Descriptor::EFFECT_TYPE_UUID_AGC1;
51 Descriptor::EFFECT_TYPE_UUID_AGC2;
53 Descriptor::EFFECT_TYPE_UUID_BASS_BOOST;
55 Descriptor::EFFECT_TYPE_UUID_DOWNMIX;
57 Descriptor::EFFECT_TYPE_UUID_DYNAMICS_PROCESSING;
59 Descriptor::EFFECT_TYPE_UUID_ENV_REVERB;
61 Descriptor::EFFECT_TYPE_UUID_EQUALIZER;
63 Descriptor::EFFECT_TYPE_UUID_HAPTIC_GENERATOR;
65 Descriptor::EFFECT_TYPE_UUID_LOUDNESS_ENHANCER;
[all …]
/system/extras/simpleperf/
DJITDebugReader.h51 struct Descriptor { struct
78 Descriptor last_jit_descriptor; argument
80 Descriptor last_dex_descriptor;
148 using Descriptor = JITDebugReader_impl::Descriptor;
205 bool ReadDebugInfo(Process& process, Descriptor& new_descriptor,
207 bool IsDescriptorChanged(Process& process, Descriptor& old_descriptor);
211 bool ReadDescriptors(Process& process, Descriptor* jit_descriptor, Descriptor* dex_descriptor);
213 bool ReadDescriptorsImpl(Process& process, Descriptor* jit_descriptor,
214 Descriptor* dex_descriptor);
216 bool ParseDescriptor(const DescriptorT& raw_descriptor, Descriptor* descriptor);
[all …]
DJITDebugReader.cpp326 Descriptor jit_descriptor; in ReadProcess()
327 Descriptor dex_descriptor; in ReadProcess()
342 bool JITDebugReader::ReadDebugInfo(Process& process, Descriptor& new_descriptor, in ReadDebugInfo()
345 Descriptor* old_descriptor = in ReadDebugInfo()
385 bool JITDebugReader::IsDescriptorChanged(Process& process, Descriptor& prev_descriptor) { in IsDescriptorChanged()
386 Descriptor tmp_jit_descriptor; in IsDescriptorChanged()
387 Descriptor tmp_dex_descriptor; in IsDescriptorChanged()
500 bool JITDebugReader::ReadDescriptors(Process& process, Descriptor* jit_descriptor, in ReadDescriptors()
501 Descriptor* dex_descriptor) { in ReadDescriptors()
509 bool JITDebugReader::ReadDescriptorsImpl(Process& process, Descriptor* jit_descriptor, in ReadDescriptorsImpl()
[all …]
/system/core/init/
Dservice_utils.h43 class Descriptor {
45 Descriptor(const std::string& name, android::base::unique_fd fd) in Descriptor() function
71 Result<Descriptor> Create(const std::string& global_context) const;
78 Result<Descriptor> Create() const;
Dservice_utils.cpp150 void Descriptor::Publish() const { in Publish()
169 Result<Descriptor> SocketDescriptor::Create(const std::string& global_context) const { in Create()
177 return Descriptor(ANDROID_SOCKET_ENV_PREFIX + name, unique_fd(*result)); in Create()
180 Result<Descriptor> FileDescriptor::Create() const { in Create()
195 return Descriptor(ANDROID_FILE_ENV_PREFIX + name, std::move(fd)); in Create()
Dservice.h172 void RunService(const std::vector<Descriptor>& descriptors, InterprocessFifo cgroups_activated,
Dservice.cpp529 void Service::RunService(const std::vector<Descriptor>& descriptors, in RunService()
660 std::vector<Descriptor> descriptors; in Start()
/system/libfmq/include/fmq/
DMessageQueue.h27 typedef MQDescriptor<T, flavor> Descriptor; typedef
28 MessageQueue(const Descriptor& Desc, bool resetPointers = true)
DMessageQueueBase.h44 typedef MQDescriptorType<T, flavor> Descriptor; typedef
55 MessageQueueBase(const Descriptor& Desc, bool resetPointers = true);
260 const Descriptor* getDesc() const { return mDesc.get(); } in getDesc()
503 std::unique_ptr<Descriptor> mDesc;
731 MessageQueueBase<MQDescriptorType, T, flavor>::MessageQueueBase(const Descriptor& Desc, in MessageQueueBase()
733 mDesc = std::unique_ptr<Descriptor>(new (std::nothrow) Descriptor(Desc)); in MessageQueueBase()
847 mDesc = std::unique_ptr<Descriptor>(new (std::nothrow) in MessageQueueBase()
848 Descriptor(grantors, mqHandle, quantum)); in MessageQueueBase()
850 mDesc = std::unique_ptr<Descriptor>(new (std::nothrow) Descriptor( in MessageQueueBase()
DAidlMessageQueue.h72 typedef AidlMQDescriptorShim<T, FlavorTypeToValue<U>::value> Descriptor;
128 : MessageQueueBase<AidlMQDescriptorShim, T, FlavorTypeToValue<U>::value>(Descriptor(desc),
/system/tools/aidl/tests/android/aidl/tests/
DINewName.aidl19 @Descriptor(value="android.aidl.tests.IOldName")
/system/update_engine/scripts/
Dupdate_metadata_pb2.py125 _EXTENT = _descriptor.Descriptor(
163 _SIGNATURES_SIGNATURE = _descriptor.Descriptor(
207 _SIGNATURES = _descriptor.Descriptor(
238 _PARTITIONINFO = _descriptor.Descriptor(
276 _INSTALLOPERATION = _descriptor.Descriptor(
364 _COWMERGEOPERATION = _descriptor.Descriptor(
417 _PARTITIONUPDATE = _descriptor.Descriptor(
574 _DYNAMICPARTITIONGROUP = _descriptor.Descriptor(
619 _VABCFEATURESET = _descriptor.Descriptor(
657 _DYNAMICPARTITIONMETADATA = _descriptor.Descriptor(
[all …]
/system/tools/aidl/tests/
Daidl_parser_fuzzer.dict58 " @Descriptor "
/system/authgraph/tests/src/
Dlib.rs938 diced_open_dice::Config::Descriptor(config_descriptor_1.as_slice()), in create_identity()
1001 diced_open_dice::Config::Descriptor(config_descriptor_2.as_slice()), in create_identity()
1063 diced_open_dice::Config::Descriptor(config_descriptor_3.as_slice()), in create_identity()
1126 diced_open_dice::Config::Descriptor(config_descriptor_4.as_slice()), in create_identity()
1190 diced_open_dice::Config::Descriptor(config_descriptor_5.as_slice()), in create_identity()
/system/libhidl/transport/base/1.0/vts/functional/
Dvts_ibase_test.cpp213 TEST_F(VtsHalBaseV1_0TargetTest, Descriptor) { in TEST_F() argument
/system/authgraph/core/src/
Dkey.rs390 Descriptor(ConfigurationDescriptor), enumerator
847 Ok(desc) => ConfigurationDescriptorOrLegacy::Descriptor(desc), in from_cbor_value()