/frameworks/av/media/libaudiohal/include/media/audiohal/ |
D | EffectsFactoryHalInterface.h | 34 virtual status_t getDescriptor(uint32_t index, 37 virtual status_t getDescriptor(const effect_uuid_t *pEffectUuid,
|
D | EffectHalInterface.h | 50 virtual status_t getDescriptor(effect_descriptor_t *pDescriptor) = 0;
|
/frameworks/av/media/libaudiohal/impl/ |
D | EffectsFactoryHalHidl.h | 42 virtual status_t getDescriptor(uint32_t index, 45 virtual status_t getDescriptor(const effect_uuid_t *pEffectUuid,
|
D | EffectsFactoryHalHidl.cpp | 69 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()
|
D | EffectHalHidl.h | 56 virtual status_t getDescriptor(effect_descriptor_t *pDescriptor);
|
D | EffectHalHidl.cpp | 265 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/ |
D | LockTargetStateAnalysis.java | 57 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/ |
D | InputManagerService.java | 803 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/ |
D | Lshal.cpp | 108 using android::hardware::details::getDescriptor; in emitDebugInfo() 130 const std::string descriptor = getDescriptor(base.get()); in emitDebugInfo()
|
/frameworks/base/core/java/android/hardware/input/ |
D | InputDeviceIdentifier.java | 59 public String getDescriptor() { in getDescriptor() method in InputDeviceIdentifier
|
D | KeyboardLayout.java | 80 public String getDescriptor() { in getDescriptor() method in KeyboardLayout
|
D | InputManager.java | 303 if (descriptor.equals(inputDevice.getDescriptor())) { in getInputDeviceByDescriptor()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCharacteristic.java | 363 /*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/ |
D | Hid.java | 122 e.getDescriptor(), e.getReport(), e.getFeatureReports()); in registerDevice()
|
D | Event.java | 58 public byte[] getDescriptor() { in getDescriptor() method in Event
|
/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 49 inline const std::string getDescriptor() { return mIdentifier.descriptor; } in getDescriptor() function
|
/frameworks/av/media/codec2/vndk/util/ |
D | C2InterfaceHelper.cpp | 138 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/ |
D | BluetoothMidiDevice.java | 155 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(
|
/frameworks/base/cmds/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/ |
D | TestDrive.java | 90 if (Atom.getDescriptor().findFieldByNumber(atomId) == null) { in main()
|
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | DelegateMethodAdapter.java | 222 outerType.getDescriptor()); // type of the field in generateDelegateCode()
|
D | AbstractClassAdapter.java | 82 return type.getDescriptor(); in renameType()
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 587 public String getDescriptor() { in getDescriptor() method in InputDevice
|
/frameworks/av/media/codec2/vndk/include/util/ |
D | C2InterfaceHelper.h | 339 std::shared_ptr<const C2ParamDescriptor> getDescriptor() const;
|
/frameworks/av/media/libaudioprocessing/ |
D | BufferProviders.cpp | 323 if (effectsFactory->getDescriptor(i, &sDwnmFxDesc) == 0) { in init()
|
/frameworks/base/core/java/android/hardware/radio/ |
D | RadioManager.java | 930 BandDescriptor getDescriptor() { in getDescriptor() method in RadioManager.BandConfig 1025 BandDescriptor otherDesc = other.getDescriptor(); in equals()
|