Home
last modified time | relevance | path

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

12

/frameworks/av/media/libaudiohal/include/media/audiohal/
DEffectsFactoryHalInterface.h34 virtual status_t getDescriptor(uint32_t index,
37 virtual status_t getDescriptor(const effect_uuid_t *pEffectUuid,
DEffectHalInterface.h50 virtual status_t getDescriptor(effect_descriptor_t *pDescriptor) = 0;
/frameworks/av/media/libaudiohal/impl/
DEffectsFactoryHalHidl.h42 virtual status_t getDescriptor(uint32_t index,
45 virtual status_t getDescriptor(const effect_uuid_t *pEffectUuid,
DEffectsFactoryHalHidl.cpp69 status_t EffectsFactoryHalHidl::getDescriptor( in getDescriptor() function in android::effect::CPP_VERSION::EffectsFactoryHalHidl
83 status_t EffectsFactoryHalHidl::getDescriptor( in getDescriptor() function in android::effect::CPP_VERSION::EffectsFactoryHalHidl
90 Return<void> ret = mEffectsFactory->getDescriptor(hidlUuid, in getDescriptor()
DEffectHalHidl.h56 virtual status_t getDescriptor(effect_descriptor_t *pDescriptor);
DEffectHalHidl.cpp265 status_t EffectHalHidl::getDescriptor(effect_descriptor_t *pDescriptor) { in getDescriptor() function in android::effect::CPP_VERSION::EffectHalHidl
268 Return<void> ret = mEffect->getDescriptor( in getDescriptor()
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DLockTargetStateAnalysis.java57 if (returnType.getDescriptor().equals(target.getTargetDesc())) { in naryOperation()
74 if (type.getDescriptor().equals(target.getTargetDesc())) { in newValue()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java803 inputDevice.getDescriptor())) { in deliverInputDevicesChanged()
902 return layout.getDescriptor(); in getDefaultKeyboardLayout()
914 return layout.getDescriptor(); in getDefaultKeyboardLayout()
920 return layouts.get(0).getDescriptor(); in getDefaultKeyboardLayout()
1093 availableKeyboardLayouts.add(layout.getDescriptor()); in updateKeyboardLayouts()
1113 if (inputDevice.getDescriptor().equals(descriptor)) { in containsInputDeviceWithDescriptor()
1150 if (s != null && s.equals(layout.getDescriptor())) { in getKeyboardLayoutsForInputDevice()
1333 if (identifier == null || identifier.getDescriptor() == null) { in getLayoutDescriptor()
1338 return identifier.getDescriptor(); in getLayoutDescriptor()
1354 if (layout == null && !key.equals(identifier.getDescriptor())) { in getCurrentKeyboardLayoutForInputDevice()
[all …]
/frameworks/native/cmds/lshal/
DLshal.cpp108 using android::hardware::details::getDescriptor; in emitDebugInfo()
130 const std::string descriptor = getDescriptor(base.get()); in emitDebugInfo()
/frameworks/base/core/java/android/hardware/input/
DInputDeviceIdentifier.java59 public String getDescriptor() { in getDescriptor() method in InputDeviceIdentifier
DKeyboardLayout.java80 public String getDescriptor() { in getDescriptor() method in KeyboardLayout
DInputManager.java303 if (descriptor.equals(inputDevice.getDescriptor())) { in getInputDeviceByDescriptor()
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java363 /*package*/ BluetoothGattDescriptor getDescriptor(UUID uuid, int instanceId) { in getDescriptor() method in BluetoothGattCharacteristic
491 public BluetoothGattDescriptor getDescriptor(UUID uuid) { in getDescriptor() method in BluetoothGattCharacteristic
/frameworks/base/cmds/hid/src/com/android/commands/hid/
DHid.java122 e.getDescriptor(), e.getReport(), e.getFeatureReports()); in registerDevice()
DEvent.java58 public byte[] getDescriptor() { in getDescriptor() method in Event
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h49 inline const std::string getDescriptor() { return mIdentifier.descriptor; } in getDescriptor() function
/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
289 return mImpl->getDescriptor(); in getDescriptor()
500 std::const_pointer_cast<C2ParamDescriptor>(it.second->getDescriptor())); in querySupportedParams()
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothMidiDevice.java155 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(
/frameworks/base/cmds/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/
DTestDrive.java90 if (Atom.getDescriptor().findFieldByNumber(atomId) == null) { in main()
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DDelegateMethodAdapter.java222 outerType.getDescriptor()); // type of the field in generateDelegateCode()
DAbstractClassAdapter.java82 return type.getDescriptor(); in renameType()
/frameworks/base/core/java/android/view/
DInputDevice.java587 public String getDescriptor() { in getDescriptor() method in InputDevice
/frameworks/av/media/codec2/vndk/include/util/
DC2InterfaceHelper.h339 std::shared_ptr<const C2ParamDescriptor> getDescriptor() const;
/frameworks/av/media/libaudioprocessing/
DBufferProviders.cpp323 if (effectsFactory->getDescriptor(i, &sDwnmFxDesc) == 0) { in init()
/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java930 BandDescriptor getDescriptor() { in getDescriptor() method in RadioManager.BandConfig
1025 BandDescriptor otherDesc = other.getDescriptor(); in equals()

12