Searched refs:getDescriptor (Results 1 - 25 of 33) sorted by relevance

12

/frameworks/av/media/libaudiohal/
H A DEffectsFactoryHalLocal.h31 virtual status_t getDescriptor(uint32_t index,
34 virtual status_t getDescriptor(const effect_uuid_t *pEffectUuid,
H A DEffectsFactoryHalLocal.cpp38 status_t EffectsFactoryHalLocal::getDescriptor( function in class:android::EffectsFactoryHalLocal
43 status_t EffectsFactoryHalLocal::getDescriptor( function in class:android::EffectsFactoryHalLocal
H A DEffectsFactoryHalHidl.h37 virtual status_t getDescriptor(uint32_t index,
40 virtual status_t getDescriptor(const effect_uuid_t *pEffectUuid,
H A DEffectHalLocal.h46 virtual status_t getDescriptor(effect_descriptor_t *pDescriptor);
H A DEffectsFactoryHalHidl.cpp80 status_t EffectsFactoryHalHidl::getDescriptor( function in class:android::EffectsFactoryHalHidl
94 status_t EffectsFactoryHalHidl::getDescriptor( function in class:android::EffectsFactoryHalHidl
101 Return<void> ret = mEffectsFactory->getDescriptor(hidlUuid,
H A DEffectHalLocal.cpp75 status_t EffectHalLocal::getDescriptor(effect_descriptor_t *pDescriptor) { function in class:android::EffectHalLocal
H A DEffectHalHidl.h56 virtual status_t getDescriptor(effect_descriptor_t *pDescriptor);
H A DEffectHalHidl.cpp253 status_t EffectHalHidl::getDescriptor(effect_descriptor_t *pDescriptor) { function in class:android::EffectHalHidl
256 Return<void> ret = mEffect->getDescriptor(
/frameworks/av/include/media/audiohal/
H A DEffectsFactoryHalInterface.h34 virtual status_t getDescriptor(uint32_t index,
37 virtual status_t getDescriptor(const effect_uuid_t *pEffectUuid,
H A DEffectHalInterface.h50 virtual status_t getDescriptor(effect_descriptor_t *pDescriptor) = 0;
/frameworks/av/media/libaudiohal/include/
H A DEffectsFactoryHalInterface.h34 virtual status_t getDescriptor(uint32_t index,
37 virtual status_t getDescriptor(const effect_uuid_t *pEffectUuid,
H A DEffectHalInterface.h50 virtual status_t getDescriptor(effect_descriptor_t *pDescriptor) = 0;
/frameworks/base/core/java/android/hardware/input/
H A DInputDeviceIdentifier.java59 public String getDescriptor() { method in class:InputDeviceIdentifier
H A DKeyboardLayout.java80 public String getDescriptor() { method in class:KeyboardLayout
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java741 inputDevice.getDescriptor())) {
840 return layout.getDescriptor();
852 return layout.getDescriptor();
858 return layouts.get(0).getDescriptor();
1026 availableKeyboardLayouts.add(layout.getDescriptor());
1046 if (inputDevice.getDescriptor().equals(descriptor)) {
1083 if (s != null && s.equals(layout.getDescriptor())) {
1266 if (identifier == null || identifier.getDescriptor() == null) {
1271 return identifier.getDescriptor();
1287 if (layout == null && !key.equals(identifier.getDescriptor())) {
[all...]
/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DHid.java118 e.getDescriptor(), e.getReport());
H A DEvent.java56 public byte[] getDescriptor() { method in class:Event
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProvider.java209 public final MediaRouteProviderDescriptor getDescriptor() { method in class:MediaRouteProvider
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java348 /*package*/ BluetoothGattDescriptor getDescriptor(UUID uuid, int instanceId) { method in class:BluetoothGattCharacteristic
474 public BluetoothGattDescriptor getDescriptor(UUID uuid) { method in class:BluetoothGattCharacteristic
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiDevice.java155 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAbstractClassAdapter.java82 return type.getDescriptor();
H A DDelegateMethodAdapter.java222 outerType.getDescriptor()); // type of the field
/frameworks/base/core/java/android/view/
H A DInputDevice.java479 * boots and reconfigurations, use {@link #getDescriptor()}.
573 * The input device descriptor returned by {@link #getDescriptor} should only be
581 public String getDescriptor() { method in class:InputDevice
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java676 BandDescriptor getDescriptor() { method in class:RadioManager.BandConfig
760 if (mDescriptor != other.getDescriptor())
/frameworks/av/media/libaudioprocessing/
H A DBufferProviders.cpp315 if (effectsFactory->getDescriptor(i, &sDwnmFxDesc) == 0) {

Completed in 600 milliseconds

12