HomeSort by relevance Sort by last modified time
    Searched refs:deviceID (Results 26 - 50 of 194) sorted by null

12 3 4 5 6 7 8

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothAvrcpFacade.java 97 @RpcParameter(name = "deviceID",
99 String deviceID,
109 deviceID);
BluetoothHfpClientFacade.java 123 @RpcParameter(name = "deviceID",
125 String deviceID) {
132 device = BluetoothFacade.getDevice(deviceList, deviceID);
BluetoothHspFacade.java 115 @RpcParameter(name = "deviceID",
117 String deviceID) {
124 device = BluetoothFacade.getDevice(deviceList, deviceID);
BluetoothMapFacade.java 82 @RpcParameter(name = "deviceID", description = "Name or MAC address of a device.")
83 String deviceID)
88 BluetoothDevice mDevice = BluetoothFacade.getDevice(connectedMapDevices, deviceID);
  /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/cudaimgproc/test/
test_bilateral_filter.cpp 71 cv::cuda::setDevice(devInfo.deviceID());
test_canny.cpp 72 cv::cuda::setDevice(devInfo.deviceID());
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());
test_match_template.cpp 76 cv::cuda::setDevice(devInfo.deviceID());
135 cv::cuda::setDevice(devInfo.deviceID());
186 cv::cuda::setDevice(devInfo.deviceID());
233 cv::cuda::setDevice(devInfo.deviceID());
284 cv::cuda::setDevice(devInfo.deviceID());
test_hough.cpp 86 cv::cuda::setDevice(devInfo.deviceID());
133 cv::cuda::setDevice(devInfo.deviceID());
199 cv::cuda::setDevice(devInfo.deviceID());
  /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/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;
common_time_server.cpp 775 pkt.deviceID = mDeviceID;
783 pkt.deviceID, pkt.devicePriority);
837 if (response->deviceID == mDeviceID)
847 response->deviceID,
853 response->deviceID,
861 if (arbitrateMaster(response->deviceID,
866 response->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());
test_element_operations.cpp 71 cv::cuda::setDevice(devInfo.deviceID());
132 cv::cuda::setDevice(devInfo.deviceID());
193 cv::cuda::setDevice(devInfo.deviceID());
281 cv::cuda::setDevice(devInfo.deviceID());
374 cv::cuda::setDevice(devInfo.deviceID());
435 cv::cuda::setDevice(devInfo.deviceID());
496 cv::cuda::setDevice(devInfo.deviceID());
584 cv::cuda::setDevice(devInfo.deviceID());
677 cv::cuda::setDevice(devInfo.deviceID());
765 cv::cuda::setDevice(devInfo.deviceID());
    [all...]
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());
  /external/opencv3/modules/cudalegacy/test/
test_nvidia.cpp 62 cv::cuda::setDevice(devInfo.deviceID());
test_calib3d.cpp 62 cv::cuda::setDevice(devInfo.deviceID());
110 cv::cuda::setDevice(devInfo.deviceID());
160 cv::cuda::setDevice(devInfo.deviceID());
  /hardware/ti/omap4-aah/security/tf_sdk/include/
OEMCrypto.h 296 * deviceId (out) - pointer to the buffer that receives the Device ID
305 OEMCryptoResult OEMCrypto_GetDeviceID(OEMCrypto_UINT8* deviceID,
  /external/opencv3/modules/cudafilters/test/
test_filters.cpp 93 cv::cuda::setDevice(devInfo.deviceID());
144 cv::cuda::setDevice(devInfo.deviceID());
192 cv::cuda::setDevice(devInfo.deviceID());
245 cv::cuda::setDevice(devInfo.deviceID());
316 cv::cuda::setDevice(devInfo.deviceID());
381 cv::cuda::setDevice(devInfo.deviceID());
443 cv::cuda::setDevice(devInfo.deviceID());
513 cv::cuda::setDevice(devInfo.deviceID());
564 cv::cuda::setDevice(devInfo.deviceID());
619 cv::cuda::setDevice(devInfo.deviceID());
    [all...]
  /external/opencv3/modules/cudawarping/test/
test_warp_affine.cpp 77 cv::cuda::setDevice(devInfo.deviceID());
203 cv::cuda::setDevice(devInfo.deviceID());
251 cv::cuda::setDevice(devInfo.deviceID());
test_warp_perspective.cpp 78 cv::cuda::setDevice(devInfo.deviceID());
206 cv::cuda::setDevice(devInfo.deviceID());
254 cv::cuda::setDevice(devInfo.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...]

Completed in 1057 milliseconds

12 3 4 5 6 7 8