/external/opencv3/modules/cudastereo/test/ |
test_stereo.cpp | 60 cv::cuda::setDevice(devInfo.deviceID()); 95 cv::cuda::setDevice(devInfo.deviceID()); 138 cv::cuda::setDevice(devInfo.deviceID()); 188 cv::cuda::setDevice(devInfo.deviceID());
|
/frameworks/base/core/java/android/hardware/input/ |
IInputDevicesChangedListener.aidl | 24 * The parameter is an array of pairs (deviceId, generation) indicating the current
|
/frameworks/base/core/jni/ |
android_media_DeviceCallback.h | 35 audio_port_handle_t deviceId);
|
/frameworks/base/libs/common_time/ |
common_time_server_packets.cpp | 210 uint64_t packed = packDeviceID(deviceID, devicePriority); 222 deviceID = unpackDeviceID(packed); 274 uint64_t packed = packDeviceID(deviceID, devicePriority); 286 deviceID = unpackDeviceID(packed);
|
common_time_server_packets.h | 100 uint64_t deviceID; 157 uint64_t deviceID;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
KeyboardShortcutsReceiver.java | 29 KeyboardShortcuts.show(context, -1 /* deviceId unknown */);
|
/hardware/libhardware/tests/camera2/ |
TestSettings.h | 35 static int DeviceId();
|
/frameworks/native/include/input/ |
InputTransport.h | 66 int32_t deviceId; 84 int32_t deviceId; 212 int32_t deviceId, 233 int32_t deviceId, 386 int32_t deviceId; 393 void initialize(int32_t deviceId, int32_t source) { 394 this->deviceId = deviceId; 436 ssize_t findBatch(int32_t deviceId, int32_t source) const; 437 ssize_t findTouchState(int32_t deviceId, int32_t source) const [all...] |
/frameworks/base/core/java/android/hardware/fingerprint/ |
FingerprintManager.java | 692 long deviceId = 0; /* TODO: plumb hardware id to FPMS */ 693 return mService.isHardwareDetected(deviceId, mContext.getOpPackageName()); 752 public void onLockoutReset(long deviceId) throws RemoteException { 792 sendAcquiredResult((Long) msg.obj /* deviceId */, msg.arg1 /* acquire info */); 801 sendErrorResult((Long) msg.obj /* deviceId */, msg.arg1 /* errMsgId */); 804 sendRemovedResult((Long) msg.obj /* deviceId */, msg.arg1 /* fingerId */, 809 private void sendRemovedResult(long deviceId, int fingerId, int groupId) { 822 deviceId)); 826 private void sendErrorResult(long deviceId, int errMsgId) { 856 private void sendAcquiredResult(long deviceId, int acquireInfo) [all...] |
/frameworks/wilhelm/src/ |
data.c | 73 pDataLocator->mIODevice.deviceID = 0; 108 SLuint32 deviceID = pDataLocator->mIODevice.deviceID; 111 if (SL_DEFAULTDEVICEID_LED != deviceID) { 112 SL_LOGE("%s: invalid LED deviceID=%u", name, deviceID); 117 if (SL_DEFAULTDEVICEID_VIBRA != deviceID) { 118 SL_LOGE("%s: invalid vibra deviceID=%u", name, deviceID); 123 if (SL_DEFAULTDEVICEID_AUDIOINPUT != deviceID) { [all...] |
/external/opencv3/modules/cudaarithm/test/ |
test_core.cpp | 68 cv::cuda::setDevice(devInfo.deviceID()); 135 cv::cuda::setDevice(devInfo.deviceID()); 198 cv::cuda::setDevice(devInfo.deviceID()); 265 cv::cuda::setDevice(devInfo.deviceID()); 317 cv::cuda::setDevice(devInfo.deviceID()); 385 cv::cuda::setDevice(devInfo.deviceID());
|
/frameworks/native/services/inputflinger/ |
InputDispatcher.h | 466 int32_t deviceId; 468 DeviceResetEntry(nsecs_t eventTime, int32_t deviceId); 476 int32_t deviceId; 498 int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action, 510 int32_t deviceId; 527 int32_t deviceId, uint32_t source, uint32_t policyFlags, 699 int32_t deviceId; 702 mode(mode), reason(reason), keyCode(-1), deviceId(-1) { } 717 bool isHovering(int32_t deviceId, uint32_t source, int32_t displayId) const; 756 int32_t deviceId; [all...] |
/external/opencv3/modules/cudacodec/test/ |
test_video.cpp | 56 cv::cuda::setDevice(GET_PARAM(0).deviceID()); 78 cv::cuda::setDevice(GET_PARAM(0).deviceID());
|
/external/opencv3/modules/cudawarping/test/ |
test_pyramids.cpp | 66 cv::cuda::setDevice(devInfo.deviceID()); 106 cv::cuda::setDevice(devInfo.deviceID());
|
/external/opencv3/samples/gpu/ |
stereo_multi.cpp | 126 explicit StereoSingleGpu(int deviceId = 0); 139 StereoSingleGpu::StereoSingleGpu(int deviceId) : deviceId_(deviceId) 183 int deviceId; 231 launchDatas[0].deviceId = 0; 240 launchDatas[1].deviceId = 1; 260 cuda::setDevice(data->deviceId); 265 if (data->deviceId == 0)
|
/frameworks/base/core/java/android/view/ |
WindowCallbackWrapper.java | 158 List<KeyboardShortcutGroup> data, Menu menu, int deviceId) { 159 mWrapped.onProvideKeyboardShortcuts(data, menu, deviceId);
|
/frameworks/base/media/java/android/media/tv/ |
ITvInputManager.aidl | 95 ITvInputHardware acquireTvInputHardware(int deviceId, in ITvInputHardwareCallback callback, 97 void releaseTvInputHardware(int deviceId, in ITvInputHardware hardware, int userId);
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
MtpDocumentsService.java | 77 notificationId = record.deviceId; 85 mNotificationManager.notify(record.deviceId, notification);
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
AccessibilityInputFilter.java | 517 * @param deviceId Updated input device ID. 520 public boolean updateDeviceId(int deviceId) { 521 if (mDeviceId == deviceId) { 526 mDeviceId = deviceId; 661 public boolean updateDeviceId(int deviceId) { 675 int deviceId = event.getDeviceId(); 676 if (mEventSequenceStartedMap.get(deviceId, false)) { 680 mEventSequenceStartedMap.put(deviceId, shouldProcess);
|
/frameworks/support/v7/appcompat/src/android/support/v7/view/ |
WindowCallbackWrapper.java | 168 List<KeyboardShortcutGroup> data, Menu menu, int deviceId) { 169 mWrapped.onProvideKeyboardShortcuts(data, menu, deviceId);
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
ThermalCoolingDevice.java | 81 public void setDeviceId(int deviceId) { 82 mDeviceId = deviceId;
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
MotionEventHelper.java | 56 int deviceId = e.getDeviceId(); 77 yPrecision, deviceId, edgeFlags, source, flags);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/ |
HardwareKeyboardEventDecoder.java | 34 public HardwareKeyboardEventDecoder(final int deviceId) { 35 mDeviceId = deviceId;
|
/development/samples/ControllerSample/src/com/example/controllersample/ |
GameView.java | 115 for (int deviceId : deviceIds) { 116 InputDevice dev = mInputManager.getInputDevice(deviceId); 122 getShipForId(deviceId); 129 int deviceId = event.getDeviceId(); 130 if (deviceId != -1) { 131 Ship currentShip = getShipForId(deviceId); 143 int deviceId = event.getDeviceId(); 144 if (deviceId != -1) { 145 Ship currentShip = getShipForId(deviceId); [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_screen.h | 40 int deviceID;
|