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

/frameworks/base/core/java/android/hardware/input/
H A DInputDeviceIdentifier.java56 public String getDescriptor() { method in class:InputDeviceIdentifier
H A DKeyboardLayout.java65 public String getDescriptor() { method in class:KeyboardLayout
H A DInputManager.java289 if (descriptor.equals(inputDevice.getDescriptor())) {
477 * {@link KeyboardLayout#getDescriptor()}.
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProvider.java206 public final MediaRouteProviderDescriptor getDescriptor() { method in class:MediaRouteProvider
H A DMediaRouteProviderService.java148 MediaRouteProviderDescriptor descriptor = mProvider.getDescriptor();
H A DRegisteredMediaRouteProvider.java67 MediaRouteProviderDescriptor descriptor = getDescriptor();
H A DMediaRouter.java1873 updateProviderContents(provider, providerInstance.getDescriptor());
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java694 inputDevice.getDescriptor())) {
924 if (inputDevice.getDescriptor().equals(descriptor)) {
1073 if (identifier == null || identifier.getDescriptor() == null) {
1078 return identifier.getDescriptor();
1094 if (layout == null && !key.equals(identifier.getDescriptor())) {
1096 layout = mDataStore.getCurrentKeyboardLayout(identifier.getDescriptor());
1138 && !key.equals(identifier.getDescriptor())) {
1139 layouts = mDataStore.getKeyboardLayouts(identifier.getDescriptor());
1160 if (oldLayout == null && !key.equals(identifier.getDescriptor())) {
1161 oldLayout = mDataStore.getCurrentKeyboardLayout(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/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java288 /*package*/ BluetoothGattDescriptor getDescriptor(UUID uuid, int instanceId) { method in class:BluetoothGattCharacteristic
406 public BluetoothGattDescriptor getDescriptor(UUID uuid) { method in class:BluetoothGattCharacteristic
H A DBluetoothGattServer.java176 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(descrUuid);
239 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(descrUuid);
H A DBluetoothGatt.java471 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(
526 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(
/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 DDelegateMethodAdapter.java218 outerType.getDescriptor()); // type of the field
H A DAbstractClassAdapter.java83 return type.getDescriptor();
/frameworks/base/core/java/android/view/
H A DInputDevice.java460 * boots and reconfigurations, use {@link #getDescriptor()}.
554 * The input device descriptor returned by {@link #getDescriptor} should only be
562 public String getDescriptor() { method in class:InputDevice
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java659 BandDescriptor getDescriptor() { method in class:RadioManager.BandConfig
743 if (mDescriptor != other.getDescriptor())
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java446 public Descriptor getDescriptor() throws IllegalStateException { method in class:AudioEffect
447 checkState("getDescriptor()");
/frameworks/native/services/inputflinger/
H A DInputReader.h588 inline const String8& getDescriptor() { return mIdentifier.descriptor; } function in class:android::InputDevice
H A DInputReader.cpp3854 mAffineTransform = getPolicy()->getTouchAffineTransformation(mDevice->getDescriptor(),

Completed in 409 milliseconds