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.h144 struct Descriptor { struct
171 Descriptor last_jit_descriptor; argument
173 Descriptor last_dex_descriptor;
187 bool ReadDebugInfo(Process& process, Descriptor& new_descriptor,
189 bool IsDescriptorChanged(Process& process, Descriptor& old_descriptor);
193 bool ReadDescriptors(Process& process, Descriptor* jit_descriptor, Descriptor* dex_descriptor);
195 bool ReadDescriptorsImpl(Process& process, Descriptor* jit_descriptor,
196 Descriptor* dex_descriptor);
198 bool ParseDescriptor(const DescriptorT& raw_descriptor, Descriptor* descriptor);
200 bool ReadNewCodeEntries(Process& process, const Descriptor& descriptor,
[all …]
DJITDebugReader.cpp324 Descriptor jit_descriptor; in ReadProcess()
325 Descriptor dex_descriptor; in ReadProcess()
340 bool JITDebugReader::ReadDebugInfo(Process& process, Descriptor& new_descriptor, in ReadDebugInfo()
343 Descriptor* old_descriptor = in ReadDebugInfo()
383 bool JITDebugReader::IsDescriptorChanged(Process& process, Descriptor& prev_descriptor) { in IsDescriptorChanged()
384 Descriptor tmp_jit_descriptor; in IsDescriptorChanged()
385 Descriptor tmp_dex_descriptor; in IsDescriptorChanged()
495 bool JITDebugReader::ReadDescriptors(Process& process, Descriptor* jit_descriptor, in ReadDescriptors()
496 Descriptor* dex_descriptor) { in ReadDescriptors()
504 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.h158 void RunService(const std::vector<Descriptor>& descriptors, InterprocessFifo cgroups_activated,
Dservice.cpp518 void Service::RunService(const std::vector<Descriptor>& descriptors, in RunService()
649 std::vector<Descriptor> descriptors; in Start()
/system/security/diced/open_dice/src/
Ddice.rs141 Descriptor(&'a [u8]), enumerator
148 Self::Descriptor(_) => DiceConfigType::kDiceConfigTypeDescriptor, in dice_config_type()
155 Self::Descriptor(_) => [0u8; INLINE_CONFIG_SIZE], in inline_config()
161 Self::Descriptor(descriptor) => descriptor.as_ptr(), in descriptor_ptr()
168 Self::Descriptor(descriptor) => descriptor.len(), in descriptor_size()
/system/libfmq/include/fmq/
DMessageQueue.h27 typedef MQDescriptor<T, flavor> Descriptor; typedef
28 MessageQueue(const Descriptor& Desc, bool resetPointers = true)
DMessageQueueBase.h37 typedef MQDescriptorType<T, flavor> Descriptor; typedef
44 MessageQueueBase(const Descriptor& Desc, bool resetPointers = true);
230 const Descriptor* getDesc() const { return mDesc.get(); } in getDesc()
448 std::unique_ptr<Descriptor> mDesc;
648 MessageQueueBase<MQDescriptorType, T, flavor>::MessageQueueBase(const Descriptor& Desc, in MessageQueueBase()
650 mDesc = std::unique_ptr<Descriptor>(new (std::nothrow) Descriptor(Desc)); in MessageQueueBase()
764 mDesc = std::unique_ptr<Descriptor>(new (std::nothrow) in MessageQueueBase()
765 Descriptor(grantors, mqHandle, sizeof(T))); in MessageQueueBase()
767 mDesc = std::unique_ptr<Descriptor>(new (std::nothrow) Descriptor( in MessageQueueBase()
DAidlMessageQueue.h72 typedef AidlMQDescriptorShim<T, FlavorTypeToValue<U>::value> Descriptor;
117 : MessageQueueBase<AidlMQDescriptorShim, T, FlavorTypeToValue<U>::value>(Descriptor(desc),
/system/security/diced/sample_inputs/src/
Dsample_inputs.rs116 Config::Descriptor(config_descriptor.as_slice()), in make_sample_bcc_and_cdis()
138 Config::Descriptor(config_descriptor.as_slice()), in make_sample_bcc_and_cdis()
155 Config::Descriptor(config_descriptor.as_slice()), in make_sample_bcc_and_cdis()
/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.dict56 " @Descriptor "
/system/libhidl/transport/base/1.0/vts/functional/
Dvts_ibase_test.cpp211 TEST_F(VtsHalBaseV1_0TargetTest, Descriptor) { in TEST_F() argument