Home
last modified time | relevance | path

Searched refs:identifier (Results 1 – 25 of 96) sorted by relevance

1234

/frameworks/native/services/inputflinger/
DEventHub.cpp141 const InputDeviceIdentifier& identifier) : in Device() argument
143 fd(fd), id(id), path(path), identifier(identifier), in Device()
247 return device->identifier; in getDeviceIdentifier()
286 axis, device->identifier.name.string(), device->fd, errno); in getAbsoluteAxisInfo()
395 axis, device->identifier.name.string(), device->fd, errno); in getAbsoluteAxisValue()
564 static String8 generateDescriptor(InputDeviceIdentifier& identifier) { in generateDescriptor() argument
566 rawDescriptor.appendFormat(":%04x:%04x:", identifier.vendor, in generateDescriptor()
567 identifier.product); in generateDescriptor()
569 if (!identifier.uniqueId.isEmpty()) { in generateDescriptor()
571 rawDescriptor.append(identifier.uniqueId); in generateDescriptor()
[all …]
DEventHub.h330 const InputDeviceIdentifier identifier; member
358 Device(int fd, int32_t id, const String8& path, const InputDeviceIdentifier& identifier);
376 void assignDescriptorLocked(InputDeviceIdentifier& identifier);
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl51 String getCurrentKeyboardLayoutForInputDevice(in InputDeviceIdentifier identifier); in getCurrentKeyboardLayoutForInputDevice() argument
52 void setCurrentKeyboardLayoutForInputDevice(in InputDeviceIdentifier identifier, in setCurrentKeyboardLayoutForInputDevice() argument
54 String[] getKeyboardLayoutsForInputDevice(in InputDeviceIdentifier identifier); in getKeyboardLayoutsForInputDevice() argument
55 void addKeyboardLayoutForInputDevice(in InputDeviceIdentifier identifier, in addKeyboardLayoutForInputDevice() argument
57 void removeKeyboardLayoutForInputDevice(in InputDeviceIdentifier identifier, in removeKeyboardLayoutForInputDevice() argument
DInputManager.java387 public String getCurrentKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier) { in getCurrentKeyboardLayoutForInputDevice() argument
389 return mIm.getCurrentKeyboardLayoutForInputDevice(identifier); in getCurrentKeyboardLayoutForInputDevice()
409 public void setCurrentKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier, in setCurrentKeyboardLayoutForInputDevice() argument
411 if (identifier == null) { in setCurrentKeyboardLayoutForInputDevice()
419 mIm.setCurrentKeyboardLayoutForInputDevice(identifier, in setCurrentKeyboardLayoutForInputDevice()
434 public String[] getKeyboardLayoutsForInputDevice(InputDeviceIdentifier identifier) { in getKeyboardLayoutsForInputDevice() argument
435 if (identifier == null) { in getKeyboardLayoutsForInputDevice()
440 return mIm.getKeyboardLayoutsForInputDevice(identifier); in getKeyboardLayoutsForInputDevice()
459 public void addKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier, in addKeyboardLayoutForInputDevice() argument
461 if (identifier == null) { in addKeyboardLayoutForInputDevice()
[all …]
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java995 private String getLayoutDescriptor(InputDeviceIdentifier identifier) { in getLayoutDescriptor() argument
996 if (identifier == null || identifier.getDescriptor() == null) { in getLayoutDescriptor()
1000 if (identifier.getVendorId() == 0 && identifier.getProductId() == 0) { in getLayoutDescriptor()
1001 return identifier.getDescriptor(); in getLayoutDescriptor()
1004 bob.append("vendor:").append(identifier.getVendorId()); in getLayoutDescriptor()
1005 bob.append(",product:").append(identifier.getProductId()); in getLayoutDescriptor()
1010 public String getCurrentKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier) { in getCurrentKeyboardLayoutForInputDevice() argument
1012 String key = getLayoutDescriptor(identifier); in getCurrentKeyboardLayoutForInputDevice()
1017 if (layout == null && !key.equals(identifier.getDescriptor())) { in getCurrentKeyboardLayoutForInputDevice()
1019 layout = mDataStore.getCurrentKeyboardLayout(identifier.getDescriptor()); in getCurrentKeyboardLayoutForInputDevice()
[all …]
/frameworks/base/docs/html/google/play-services/
Did.jd15 to continue to monetize your apps. It is an anonymous identifier for advertising
16 purposes and enables users to reset their identifier or opt out of interest-based
22 href="{@docRoot}reference/com/google/android/gms/ads/identifier/package-summary.html">advertising I…
52 "{@docRoot}reference/com/google/android/gms/ads/identifier/package-summary.html">
76 user-resettable string identifier that lets ad networks and other apps anonymously
123 "{@docRoot}reference/com/google/android/gms/ads/identifier/package-summary.html">
124 <code>com.google.android.gms.ads.identifier</code></a> package in the Google
128 …"{@docRoot}reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.html#getAdvertising…
130 "{@docRoot}reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.Info.html">
144 "{@docRoot}reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.Info.html#getId()">
[all …]
/frameworks/base/test-runner/src/android/test/
DInstrumentationUtils.java35 public static int getMenuIdentifier(Class cls, String identifier) { in getMenuIdentifier() argument
38 Integer field = (Integer)cls.getDeclaredField(identifier).get(cls); in getMenuIdentifier()
/frameworks/base/tools/aidl/
Daidl_language_l.l36 identifier [_a-zA-Z][_a-zA-Z0-9\.]*
95 {identifier} { SET_BUFFER(IDENTIFIER); return IDENTIFIER; }
96 {identifier}\<{whitespace}*{identifier}({whitespace}*,{whitespace}*{identifier})*{whitespace}*\> …
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetObjectLabelKHR.java3 public static native String glGetObjectLabelKHR(int identifier, int name); in glGetObjectLabelKHR() argument
DglGetObjectLabelKHR.cpp3 android_glGetObjectLabelKHR(JNIEnv *_env, jobject _this, jint identifier, jint name) { in android_glGetObjectLabelKHR() argument
/frameworks/compile/slang/tests/F_bad_pragmas/
Dstderr.txt.expect5 bad_pragmas.rs:10:18: error: expected identifier or '('
/frameworks/native/libs/input/
DInputDevice.cpp145 const InputDeviceIdentifier& identifier, const String8& alias, bool isExternal) { in initialize() argument
149 mIdentifier = identifier; in initialize()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31Ext.spec8 void glObjectLabelKHR ( GLenum identifier, GLuint name, GLsizei length, const GLchar *label )
9 void glGetObjectLabelKHR ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar…
/frameworks/base/docs/html/tools/support-library/
Dfeatures.jd139 <p>The Gradle build script dependency identifier for this library is as follows:</p>
194 <p>The Gradle build script dependency identifier for this library is as follows:</p>
216 <p>The Gradle build script dependency identifier for this library is as follows:</p>
237 <p>The Gradle build script dependency identifier for this library is as follows:</p>
273 script dependency identifier <code>com.android.support:support-v7-mediarouter:&lt;revision&gt;</cod…
301 <p>The Gradle build script dependency identifier for this library is as follows:</p>
324 <p>The Gradle build script dependency identifier for this library is as follows:</p>
367 <p>The Gradle build script dependency identifier for this library is as follows:</p>
408 <p>The Gradle build script dependency identifier for this library is as follows:</p>
/frameworks/compile/slang/
Dslang_pragma_recorder.cpp32 else if (Token.is(clang::tok::identifier)) in GetPragmaNameFromToken()
/frameworks/native/include/input/
DInputDevice.h76 const InputDeviceIdentifier& identifier, const String8& alias, bool isExternal);
/frameworks/base/opengl/java/android/opengl/
DGLES31Ext.java371 int identifier, in glObjectLabelKHR() argument
379 public static native String glGetObjectLabelKHR(int identifier, int name); in glGetObjectLabelKHR() argument
/frameworks/base/core/java/android/app/
DInstrumentation.java751 private final int identifier; in invokeMenuActionSync() field in Instrumentation.MenuRunnable
758 identifier = _identifier; in invokeMenuActionSync()
767 identifier, in invokeMenuActionSync()
814 private final int identifier; in invokeContextMenuAction() field in Instrumentation.ContextMenuRunnable
821 identifier = _identifier; in invokeContextMenuAction()
828 identifier, in invokeContextMenuAction()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp200 virtual sp<KeyCharacterMap> getKeyboardLayoutOverlay(const InputDeviceIdentifier& identifier);
201 virtual String8 getDeviceAlias(const InputDeviceIdentifier& identifier);
510 const InputDeviceIdentifier& identifier) { in getKeyboardLayoutOverlay() argument
514 ScopedLocalRef<jstring> descriptor(env, env->NewStringUTF(identifier.descriptor.string())); in getKeyboardLayoutOverlay()
517 identifier.vendor, identifier.product)); in getKeyboardLayoutOverlay()
535 String8 NativeInputManager::getDeviceAlias(const InputDeviceIdentifier& identifier) { in getDeviceAlias() argument
538 ScopedLocalRef<jstring> uniqueIdObj(env, env->NewStringUTF(identifier.uniqueId.string())); in getDeviceAlias()
/frameworks/base/docs/html/guide/topics/text/
Dcopy-paste.jd70 <a href="#Encoding">Encoding an identifier on the URI</a>
420 in the section <a href="#Encoding">Encoding an identifier on the URI</a>:
685 piece of data to retrieve. You can provide this information by encoding an identifier for the
694 <h3 id="Encoding">Encoding an identifier on the URI</h3>
696 A useful technique for copying data to the clipboard with a URI is to encode an identifier for
697 the data on the URI itself. Your content provider can then get the identifier from the URI and
698 use it to retrieve the data. The pasting application doesn't have to know that the identifier
699 exists; all it has to do is get your &quot;reference&quot; (the URI plus the identifier) from
703 You usually encode an identifier onto a content URI by concatenating it to the end of the URI.
742 data you want to copy, and presumably a unique identifier for each piece. In response to a
[all …]
/frameworks/base/docs/html/tools/publishing/
Dversioning.jd88 absolute or relative version identifier. </p>
142 by the platform's API Level identifier. </li>
150 specified by the platform's API Level identifier. <strong>Important:</strong> Please read the <a
/frameworks/base/docs/html/about/versions/
Dandroid-1.1.jd33 is assigned an integer identifier &mdash; <strong>2</strong> &mdash; that is
34 stored in the system itself. This identifier, called the "API Level", allows the
41 identifier. Prior to installing an application, the system checks the value of
Dandroid-2.3.3.jd178 is assigned an integer identifier &mdash;
180 stored in the system itself. This identifier, called the "API Level", allows the
/frameworks/base/docs/html/google/play/billing/v2/
Dbilling_reference.jd164 <td>Any valid product identifier.</td>
253 <p>This key provides you with a request identifier, which you can use to match asynchronous
387 <td>A unique identifier that is sent with an <code>IN_APP_NOTIFY</code> broadcast intent. Each
395 <td>A unique order identifier for the transaction. This corresponds to the Google Wallet Order
404 <td>The item's product identifier. Every item has a product ID, which you must specify in the
/frameworks/base/services/core/java/com/android/server/pm/
DKeySetManagerService.java704 long identifier = Long.parseLong(encodedID); in readPublicKeyLPw() local
708 mPublicKeys.put(identifier, pub); in readPublicKeyLPw()

1234