HomeSort by relevance Sort by last modified time
    Searched refs:getDevice (Results 176 - 200 of 637) sorted by null

1 2 3 4 5 6 78 91011>>

  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
CompatibilityTest.java 261 public ITestDevice getDevice() {
309 List<IModuleDef> modules = mModuleRepo.getModules(getDevice().getSerialNumber());
311 listener = new FailureListener(listener, getDevice(), mBugReportOnFailure,
ModuleDef.java 201 public ITestDevice getDevice() {
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewAccessTests.cpp 149 const VkDevice vkDevice = context.getDevice();
779 const VkDevice vkDevice = m_context.getDevice();
    [all...]
vktApiBufferTests.cpp 97 const VkDevice vkDevice = m_context.getDevice();
vktApiSmokeTests.cpp 64 const VkDevice vkDevice = context.getDevice();
111 const VkDevice vkDevice = context.getDevice();
332 const VkDevice vkDevice = context.getDevice();
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothConnectionFacade.java 436 BluetoothDevice mDevice = BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(),
446 BluetoothDevice mDevice = BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(),
457 BluetoothDevice mDevice = BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
KeyboardUI.java 556 bestDevice = result.getDevice();
582 result.getDevice()).sendToTarget();
584 Slog.d(TAG, "onScanResult: device " + result.getDevice() +
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
CollectTraceAction.java 106 IDevice device = getDevice(traceOptions.device);
388 private IDevice getDevice(String deviceName) {
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
PkgInstallSignatureVerificationTest.java 61 mDevice = getDevice();
  /cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/
SustainedPerformanceHostTest.java 167 device = getDevice();
  /cts/hostsidetests/theme/src/android/theme/cts/
ThemeHostTest.java 103 mDevice = getDevice();
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawBaseClass.cpp 44 const vk::VkDevice device = m_context.getDevice();
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 444 const VkDevice device = m_context.getDevice();
614 const VkDevice device = m_context.getDevice();
747 const VkDevice device = m_context.getDevice();
788 const VkDevice device = m_context.getDevice();
    [all...]
  /external/opencv3/samples/gpu/
cascadeclassifier.cpp 137 cv::cuda::printShortCudaDeviceInfo(cv::cuda::getDevice());
  /external/skia/src/image/
SkSurface_Raster.cpp 166 this->getCachedCanvas()->getDevice()->replaceBitmapBackendForRasterSurface(fBitmap);
  /frameworks/base/services/midi/java/com/android/server/midi/
MidiService.java 176 connection.getDevice().removeDeviceConnection(connection);
239 connection.getDevice().removeDeviceConnection(connection);
260 sb.append(connection.getDevice().getDeviceInfo().getId());
536 public Device getDevice() {
    [all...]
  /frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
Hprof.java 171 arg1.getDevice().getSyncService().pullFile(arg0,
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 239 protected BluetoothDevice getDevice(byte[] address) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndexRunnable.java 87 mDevice = index.getDevice();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DeviceMenuListener.java 73 Device current = configuration.getDevice();
OrientationMenuAction.java 64 Device device = configuration.getDevice();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewList.java 167 description.device != null ? description.device : chooserConfig.getDevice(),

Completed in 849 milliseconds

1 2 3 4 5 6 78 91011>>