HomeSort by relevance Sort by last modified time
    Searched refs:setDevice (Results 1 - 25 of 215) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/base/tools/preload2/src/com/android/preload/actions/
DeviceSpecific.java 26 * any methods before setDevice has been called.
32 * methods of the implementor before a setDevice call. Neither is device guaranteed to be
37 public void setDevice(IDevice device);
AbstractThreadedDeviceSpecificAction.java 34 public void setDevice(IDevice device) {
  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceTest.java 32 public void setDevice(IDevice device);
DeviceTestSuite.java 56 deviceTest.setDevice(mDevice);
79 public void setDevice(IDevice device) {
DeviceTestCase.java 41 public void setDevice(IDevice device) {
DeviceConnector.java 83 setDevice(device);
85 setDevice(device);
89 private synchronized void setDevice(IDevice device) {
  /external/opencv3/samples/gpu/
stereo_multi.cpp 141 cuda::setDevice(deviceId_);
147 cuda::setDevice(deviceId_);
156 cuda::setDevice(deviceId_);
198 cuda::setDevice(0);
201 cuda::setDevice(1);
207 cuda::setDevice(0);
213 cuda::setDevice(1);
260 cuda::setDevice(data->deviceId);
293 cuda::setDevice(0);
297 cuda::setDevice(1)
    [all...]
multi.cpp 81 setDevice(device_id);
  /external/opencv3/modules/cudaimgproc/test/
test_histogram.cpp 62 cv::cuda::setDevice(devInfo.deviceID());
107 cv::cuda::setDevice(devInfo.deviceID());
150 cv::cuda::setDevice(devInfo.deviceID());
191 cv::cuda::setDevice(devInfo.deviceID());
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());
  /external/opencv3/modules/cudacodec/test/
test_video.cpp 56 cv::cuda::setDevice(GET_PARAM(0).deviceID());
78 cv::cuda::setDevice(GET_PARAM(0).deviceID());
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestService.java 99 setDevice(devices.get(0));
116 private void setDevice(MtpDevice device) {
125 mIndex.setDevice(mDevice);
129 setDevice(null);
207 setDevice(device);
216 setDevice(null);
  /external/opencv3/modules/cudawarping/test/
test_pyramids.cpp 66 cv::cuda::setDevice(devInfo.deviceID());
106 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/native/include/binder/
MemoryHeapBase.h 76 status_t setDevice(const char* device) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
NestedConfiguration.java 121 configuration.setDevice(values.getDevice(), true);
278 public void setDevice(Device device, boolean skipSync) {
280 super.setDevice(device, skipSync);
282 mParent.setDevice(device, skipSync);
  /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/base/media/java/android/media/audiopolicy/
AudioMix.java 249 Builder setDevice(int deviceType, String address) {
307 public Builder setDevice(@NonNull AudioDeviceInfo device) throws IllegalArgumentException {
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
JarHostTestTest.java 86 mJarTest.setDevice(EasyMock.createMock(ITestDevice.class));
  /external/opencv3/modules/cudalegacy/test/
test_nvidia.cpp 62 cv::cuda::setDevice(devInfo.deviceID());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DelayedLaunchInfo.java 116 public void setDevice(IDevice device) {
  /development/samples/USB/MissileLauncher/src/com/android/missilelauncher/
MissileLauncherActivity.java 101 setDevice(device);
104 setDevice(null);
114 private void setDevice(UsbDevice device) {
115 Log.d(TAG, "setDevice " + device);

Completed in 354 milliseconds

1 2 3 4 5 6 7 8 9