Home
last modified time | relevance | path

Searched defs:getDescriptor (Results 1 – 25 of 25) sorted by relevance

/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/include/effect-mock/
DEffectMock.h32 ndk::ScopedAStatus getDescriptor(Descriptor*) override { return ndk::ScopedAStatus::ok(); } in getDescriptor() function
/frameworks/av/media/libaudiohal/impl/
DEffectsFactoryHalHidl.cpp101 status_t EffectsFactoryHalHidl::getDescriptor( in getDescriptor() function in android::effect::EffectsFactoryHalHidl
117 status_t EffectsFactoryHalHidl::getDescriptor( in getDescriptor() function in android::effect::EffectsFactoryHalHidl
DEffectsFactoryHalAidl.cpp127 status_t EffectsFactoryHalAidl::getDescriptor(uint32_t index, effect_descriptor_t* pDescriptor) { in getDescriptor() function in android::effect::EffectsFactoryHalAidl
149 status_t EffectsFactoryHalAidl::getDescriptor(const effect_uuid_t* halUuid, in getDescriptor() function in android::effect::EffectsFactoryHalAidl
DEffectHalAidl.cpp321 status_t EffectHalAidl::getDescriptor(effect_descriptor_t* pDescriptor) { in getDescriptor() function in android::effect::EffectHalAidl
DEffectHalHidl.cpp234 status_t EffectHalHidl::getDescriptor(effect_descriptor_t *pDescriptor) { in getDescriptor() function in android::effect::EffectHalHidl
DEffectProxy.cpp164 ndk::ScopedAStatus EffectProxy::getDescriptor(Descriptor* desc) { in getDescriptor() function in android::effect::EffectProxy
DEffectConversionHelperAidl.cpp502 Descriptor EffectConversionHelperAidl::getDescriptor() const { in getDescriptor() function in android::effect::EffectConversionHelperAidl
/frameworks/base/core/java/android/hardware/input/
DInputDeviceIdentifier.java64 public String getDescriptor() { in getDescriptor() method in InputDeviceIdentifier
DKeyboardLayout.java177 public String getDescriptor() { in getDescriptor() method in KeyboardLayout
/frameworks/base/media/java/android/media/
DAudioDescriptor.java92 public @NonNull byte[] getDescriptor() { in getDescriptor() method in AudioDescriptor
/frameworks/av/media/libeffects/hapticgenerator/aidl/
DEffectHapticGenerator.cpp67 ndk::ScopedAStatus HapticGeneratorImpl::getDescriptor(Descriptor* _aidl_return) { in getDescriptor() function in aidl::android::hardware::audio::effect::HapticGeneratorImpl
/frameworks/av/media/libeffects/loudness/aidl/
DEffectLoudnessEnhancer.cpp67 ndk::ScopedAStatus LoudnessEnhancerImpl::getDescriptor(Descriptor* _aidl_return) { in getDescriptor() function in aidl::android::hardware::audio::effect::LoudnessEnhancerImpl
/frameworks/av/media/libeffects/visualizer/aidl/
DVisualizer.cpp81 ndk::ScopedAStatus VisualizerImpl::getDescriptor(Descriptor* _aidl_return) { in getDescriptor() function in aidl::android::hardware::audio::effect::VisualizerImpl
/frameworks/av/media/libeffects/downmix/aidl/
DEffectDownmix.cpp68 ndk::ScopedAStatus DownmixImpl::getDescriptor(Descriptor* _aidl_return) { in getDescriptor() function in aidl::android::hardware::audio::effect::DownmixImpl
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/aidl/
DEffectReverb.cpp109 ndk::ScopedAStatus EffectReverb::getDescriptor(Descriptor* _aidl_return) { in getDescriptor() function in aidl::android::hardware::audio::effect::EffectReverb
/frameworks/av/media/libeffects/dynamicsproc/aidl/
DDynamicsProcessing.cpp241 ndk::ScopedAStatus DynamicsProcessingImpl::getDescriptor(Descriptor* _aidl_return) { in getDescriptor() function in aidl::android::hardware::audio::effect::DynamicsProcessingImpl
/frameworks/av/media/libeffects/preprocessing/aidl/
DEffectPreProcessing.cpp105 ndk::ScopedAStatus EffectPreProcessing::getDescriptor(Descriptor* _aidl_return) { in getDescriptor() function in aidl::android::hardware::audio::effect::EffectPreProcessing
/frameworks/av/media/libeffects/lvm/wrapper/Aidl/
DEffectBundleAidl.cpp110 ndk::ScopedAStatus EffectBundleAidl::getDescriptor(Descriptor* _aidl_return) { in getDescriptor() function in aidl::android::hardware::audio::effect::EffectBundleAidl
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h53 inline const std::string getDescriptor() { return mIdentifier.descriptor; } in getDescriptor() function
455 inline const std::string getDescriptor() { return mDevice.getDescriptor(); } in getDescriptor() function
/frameworks/base/cmds/hid/src/com/android/commands/hid/
DEvent.java86 public byte[] getDescriptor() { in getDescriptor() method in Event
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp138 std::shared_ptr<const C2ParamDescriptor> getDescriptor() const { in getDescriptor() function in C2InterfaceHelper::ParamHelper::Impl
288 C2InterfaceHelper::ParamHelper::getDescriptor() const { in getDescriptor() function in C2InterfaceHelper::ParamHelper
/frameworks/av/media/libaudioclient/fuzzer/
Daudioflinger_fuzzer.cpp475 effect_descriptor_t getDescriptor; in invokeAudioEffect() local
/frameworks/base/media/java/android/media/audiofx/
DAudioEffect.java603 public Descriptor getDescriptor() throws IllegalStateException { in getDescriptor() method in AudioEffect
/frameworks/base/core/java/android/view/
DInputDevice.java953 public String getDescriptor() { in getDescriptor() method in InputDevice
/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java1027 BandDescriptor getDescriptor() { in getDescriptor() method in RadioManager.BandConfig