/frameworks/base/services/core/java/com/android/server/fingerprint/ |
FingerprintsUserState.java | 55 private static final String ATTR_DEVICE_ID = "deviceId"; 262 String deviceId = parser.getAttributeValue(null, ATTR_DEVICE_ID); 264 Integer.parseInt(fingerId), Integer.parseInt(deviceId)));
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/ |
LinuxForceFeedback.h | 35 LinuxForceFeedback(int deviceID);
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_screen.c | 787 if (IS_9XX(intelScreen->deviceID)) { 1082 intelScreen->deviceID = drm_intel_bufmgr_gem_get_devid(intelScreen->bufmgr); [all...] |
/external/opencv3/modules/cudaarithm/test/ |
test_gpumat.cpp | 69 cv::cuda::setDevice(devInfo.deviceID()); 186 cv::cuda::setDevice(devInfo.deviceID()); 257 cv::cuda::setDevice(devInfo.deviceID()); 338 cv::cuda::setDevice(devInfo.deviceID());
|
test_reductions.cpp | 68 cv::cuda::setDevice(devInfo.deviceID()); 133 cv::cuda::setDevice(devInfo.deviceID()); 275 cv::cuda::setDevice(devInfo.deviceID()); 385 cv::cuda::setDevice(devInfo.deviceID()); 551 cv::cuda::setDevice(devInfo.deviceID()); 765 cv::cuda::setDevice(devInfo.deviceID()); 847 cv::cuda::setDevice(devInfo.deviceID()); 926 cv::cuda::setDevice(devInfo.deviceID()); 985 cv::cuda::setDevice(devInfo.deviceID()); 1063 cv::cuda::setDevice(devInfo.deviceID()); [all...] |
/external/opencv3/modules/cudaobjdetect/test/ |
test_objdetect.cpp | 72 cv::cuda::setDevice(devInfo.deviceID()); 233 cv::cuda::setDevice(devInfo.deviceID()); 284 cv::cuda::setDevice(devInfo.deviceID()); 312 cv::cuda::setDevice(devInfo.deviceID());
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
screen_capture_utils.cc | 74 // key for the device and is unique for each monitor, while DeviceID is not.
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
IFingerprintService.aidl | 54 boolean isHardwareDetected(long deviceId, String opPackageName);
|
/frameworks/base/core/java/android/view/ |
IWindow.aidl | 98 void requestAppKeyboardShortcuts(IResultReceiver receiver, int deviceId);
|
WindowManagerImpl.java | 129 final KeyboardShortcutsReceiver receiver, int deviceId) { 140 .requestAppKeyboardShortcuts(resultReceiver, deviceId);
|
/frameworks/base/core/java/com/android/internal/view/ |
BaseIWindow.java | 114 public void requestAppKeyboardShortcuts(IResultReceiver receiver, int deviceId) {
|
/frameworks/base/core/java/com/android/internal/widget/ |
PointerLocationView.java | 736 public void onInputDeviceAdded(int deviceId) { 737 logInputDeviceState(deviceId, "Device Added"); 741 public void onInputDeviceChanged(int deviceId) { 742 logInputDeviceState(deviceId, "Device Changed"); 746 public void onInputDeviceRemoved(int deviceId) { 747 logInputDeviceState(deviceId, "Device Removed"); 757 private void logInputDeviceState(int deviceId, String state) { 758 InputDevice device = mIm.getInputDevice(deviceId); 762 Log.i(TAG, state + ": " + deviceId); [all...] |
/frameworks/base/services/core/java/com/android/server/statusbar/ |
StatusBarManagerInternal.java | 41 void toggleKeyboardShortcutsMenu(int deviceId);
|
/frameworks/base/services/core/jni/ |
com_android_server_input_InputManagerService.cpp | 214 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId); 468 sp<PointerControllerInterface> NativeInputManager::obtainPointerController(int32_t /* deviceId */) { [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeWindow.java | 107 IResultReceiver receiver, int deviceId) throws RemoteException {
|
/packages/apps/Email/provider_src/com/android/email/service/ |
AccountService.java | 78 // Make sure we have a valid deviceId (just retrieves a static String except first time)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
xtestproto.h | 105 CARD8 deviceid; member in struct:__anon38652
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
xtestproto.h | 105 CARD8 deviceid; member in struct:__anon40520
|
/frameworks/wilhelm/src/itf/ |
IEngine.c | 95 static SLresult IEngine_CreateLEDDevice(SLEngineItf self, SLObjectItf *pDevice, SLuint32 deviceID, 101 if ((NULL == pDevice) || (SL_DEFAULTDEVICEID_LED != deviceID)) { 118 thiz->mDeviceID = deviceID; 133 static SLresult IEngine_CreateVibraDevice(SLEngineItf self, SLObjectItf *pDevice, SLuint32 deviceID, 139 if ((NULL == pDevice) || (SL_DEFAULTDEVICEID_VIBRA != deviceID)) { 156 thiz->mDeviceID = deviceID; [all...] |
/cts/libs/deviceutil/src/android/cts/util/ |
KeyEventUtil.java | 169 int deviceId = event.getDeviceId(); 184 metaState, deviceId, scancode, flags, source);
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyMotionEvent.java | 114 public MonkeyMotionEvent setDeviceId(int deviceId) { 115 mDeviceId = deviceId;
|
/development/samples/ControllerSample/src/com/example/inputmanagercompat/ |
InputManagerV9.java | 132 private void notifyListeners(int why, int deviceId) { 139 DeviceEvent odc = DeviceEvent.getDeviceEvent(why, deviceId, listener);
|
/external/opencv3/modules/cudaimgproc/test/ |
test_corners.cpp | 74 cv::cuda::setDevice(devInfo.deviceID()); 122 cv::cuda::setDevice(devInfo.deviceID());
|
test_mean_shift.cpp | 65 cv::cuda::setDevice(devInfo.deviceID()); 143 cv::cuda::setDevice(devInfo.deviceID());
|
/frameworks/base/core/jni/ |
android_view_KeyEvent.cpp | 80 jint deviceId = env->GetIntField(eventObj, gKeyEventClassInfo.mDeviceId); 91 event->initialize(deviceId, source, action, flags, keyCode, scanCode, metaState, repeatCount,
|