Searched refs:getDescriptor (Results 1 - 17 of 17) 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.java255 if (descriptor.equals(inputDevice.getDescriptor())) {
360 * {@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.java677 inputDevice.getDescriptor())) {
847 if (inputDevice.getDescriptor().equals(descriptor)) {
996 if (identifier == null || identifier.getDescriptor() == null) {
1001 return identifier.getDescriptor();
1017 if (layout == null && !key.equals(identifier.getDescriptor())) {
1019 layout = mDataStore.getCurrentKeyboardLayout(identifier.getDescriptor());
1061 && !key.equals(identifier.getDescriptor())) {
1062 layouts = mDataStore.getKeyboardLayouts(identifier.getDescriptor());
1083 if (oldLayout == null && !key.equals(identifier.getDescriptor())) {
1084 oldLayout = mDataStore.getCurrentKeyboardLayout(identifier.getDescriptor());
[all...]
/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/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.java427 * boots and reconfigurations, use {@link #getDescriptor()}.
521 * The input device descriptor returned by {@link #getDescriptor} should only be
529 public String getDescriptor() { method in class:InputDevice
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java445 public Descriptor getDescriptor() throws IllegalStateException { method in class:AudioEffect
446 checkState("getDescriptor()");
/frameworks/native/services/inputflinger/
H A DInputReader.h551 inline const String8& getDescriptor() { return mIdentifier.descriptor; } function in class:android::InputDevice
H A DInputReader.cpp3681 mAffineTransform = getPolicy()->getTouchAffineTransformation(mDevice->getDescriptor(),

Completed in 860 milliseconds