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

1 2 34 5 6 7 8 91011>>

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
IOProfile.cpp 53 } else if (mSupportedDevices.getDevice(device, address) == 0) {
  /frameworks/native/include/binder/
MemoryHeapBase.h 69 const char* getDevice() const;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
VaryingConfiguration.java 224 public Device getDevice() {
226 return super.getDevice();
228 Device device = mParent.getDevice();
351 Device device = getDevice();
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat16RootDirectory.java 41 this.device = bs.getDevice();
Sector.java 76 public BlockDevice getDevice() {
BootSector.java 154 setBytesPerSector(getDevice().getSectorSize());
155 setSectorCount(getDevice().getSize() / getDevice().getSectorSize());
ClusterChain.java 63 this.device = fat.getDevice();
77 public BlockDevice getDevice() {
205 final BlockDevice dev = getDevice();
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
KeySetHostTest.java 183 RUNNER, getDevice().getIDevice());
188 getDevice().runInstrumentationTests(testRunner, listener);
240 mDevice = getDevice();
379 installResult = getDevice().installPackage(
383 installResult = getDevice().installPackage(
  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java 530 if (svc.getDevice().equals(device) &&
705 public BluetoothDevice getDevice() {
754 if (service.getDevice().equals(mDevice)) {
780 if (service.getDevice().equals(mDevice) &&
811 BluetoothDevice device = service.getDevice();
854 BluetoothDevice device = service.getDevice();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 321 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mRemoteDevices.getDevice(address));
352 BluetoothDevice device = mRemoteDevices.getDevice(address);
381 BluetoothDevice bdDevice = mRemoteDevices.getDevice(address);
413 BluetoothDevice device = mRemoteDevices.getDevice(address);
417 device = mRemoteDevices.getDevice(address);
431 BluetoothDevice bdDevice = mRemoteDevices.getDevice(address);
  /cts/hostsidetests/os/src/android/os/cts/
OsHostTests.java 81 mDevice = getDevice();
108 String installResult = getDevice().installPackage(getTestAppFile(HOST_VERIFICATION_APK),
  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerV9.java 69 if (null == InputDevice.getDevice(id)) {
99 return InputDevice.getDevice(id);
  /frameworks/base/tools/preload2/src/com/android/preload/
ClientUtils.java 167 if ((arg1 & Client.CHANGE_INFO) != 0 && (arg0.getDevice() == device)) {
218 if ((arg1 & Client.CHANGE_INFO) != 0 && (arg0.getDevice() == device)) {
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
AndroidCameraCaptureSessionProxy.java 121 public CameraDeviceProxy getDevice() {
122 return new AndroidCameraDeviceProxy(mSession.getDevice());
CameraCaptureSessionProxy.java 81 public CameraDeviceProxy getDevice();
  /cts/hostsidetests/aadb/src/android/aadb/cts/
TestDeviceStressTest.java 48 mTestDevice = getDevice();
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDeviceAdminHostSideTest.java 90 getDevice().uninstallPackage(getDeviceAdminApkPackage());
LauncherAppsProfileTest.java 104 getDevice().uninstallPackage(SIMPLE_APP_PKG);
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
AbstractMonkeyTest.java 42 mDevice = getDevice();
  /external/opencv3/samples/gpu/
surf_keypoint_matcher.cpp 51 cv::cuda::printShortCudaDeviceInfo(cv::cuda::getDevice());
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DeviceDescriptor.h 79 sp<DeviceDescriptor> getDevice(audio_devices_t type, String8 address) const;
IOProfile.h 101 return mSupportedDevices.getDevice(type, address);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DelayedLaunchInfo.java 109 public IDevice getDevice() {
  /system/vold/
Disk.h 61 dev_t getDevice() { return mDevice; }
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleScannerService.java 167 String mac = result.getDevice().getAddress();
175 powerIntent.putExtra(EXTRA_MAC_ADDRESS, result.getDevice().getAddress());
183 String newMac = result.getDevice().getAddress();

Completed in 653 milliseconds

1 2 34 5 6 7 8 91011>>