Searched defs:getDevice (Results 1 - 22 of 22) sorted by relevance

/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.cpp152 ACameraCaptureSession::getDevice() { function in class:ACameraCaptureSession
/frameworks/base/core/java/android/bluetooth/le/
H A DScanResult.java100 public BluetoothDevice getDevice() { method in class:ScanResult
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp169 const char* MemoryHeapBase::getDevice() const { function in class:android::MemoryHeapBase
/frameworks/base/core/java/android/view/
H A DInputEvent.java56 * @see InputDevice#getDevice
65 public final InputDevice getDevice() { method in class:InputEvent
66 return InputDevice.getDevice(getDeviceId());
H A DInputDevice.java450 public static InputDevice getDevice(int id) { method in class:InputDevice
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DMtpClient.java228 public MtpDevice getDevice(String deviceName) { method in class:MtpClient
241 public MtpDevice getDevice(int id) { method in class:MtpClient
274 MtpDevice device = getDevice(deviceName);
306 MtpDevice device = getDevice(deviceName);
321 MtpDevice device = getDevice(deviceName);
342 MtpDevice device = getDevice(deviceName);
378 MtpDevice device = getDevice(deviceName);
393 MtpDevice device = getDevice(deviceName);
411 MtpDevice device = getDevice(deviceName);
/frameworks/base/tools/preload2/src/com/android/preload/
H A DMain.java143 public IDevice getDevice() { method in class:Main
176 new ReloadListAction(clientUtils, getDevice(), clientListModel).run();
H A DDeviceUtils.java292 device = wfdl.getDevice();
329 public IDevice getDevice() { method in class:DeviceUtils.WaitForDevice.WaitForDeviceListener
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DDeviceDescriptor.cpp132 sp<DeviceDescriptor> DeviceVector::getDevice(audio_devices_t type, String8 address) const function in class:android::DeviceVector
145 ALOGV("DeviceVector::getDevice() for type %08x address %s found %p",
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattService.java201 /*package*/ BluetoothDevice getDevice() { method in class:BluetoothGattService
H A DBluetoothHeadsetClientCall.java132 public BluetoothDevice getDevice() { method in class:BluetoothHeadsetClientCall
H A DBluetoothGatt.java530 if (svc.getDevice().equals(device) &&
705 public BluetoothDevice getDevice() { method in class:BluetoothGatt
754 if (service.getDevice().equals(mDevice)) {
780 if (service.getDevice().equals(mDevice) &&
811 BluetoothDevice device = service.getDevice();
854 BluetoothDevice device = service.getDevice();
897 BluetoothDevice device = service.getDevice();
938 BluetoothDevice device = service.getDevice();
1075 BluetoothDevice device = service.getDevice();
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java79 public abstract CameraDevice getDevice(); method in class:CameraCaptureSession
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraCaptureSessionImpl.java139 public CameraDevice getDevice() { method in class:CameraCaptureSessionImpl
H A DCameraConstrainedHighSpeedCaptureSessionImpl.java162 public CameraDevice getDevice() { method in class:CameraConstrainedHighSpeedCaptureSessionImpl
163 return mSessionImpl.getDevice();
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpManager.java115 getDevice(deviceId).close();
131 final MtpDevice device = getDevice(deviceId);
141 final MtpDevice device = getDevice(deviceId);
151 final MtpDevice device = getDevice(deviceId);
161 final MtpDevice device = getDevice(deviceId);
169 final MtpDevice device = getDevice(deviceId);
176 final MtpDevice device = getDevice(deviceId);
185 final MtpDevice device = getDevice(deviceId);
195 final MtpDevice device = getDevice(deviceId);
212 final MtpDevice device = getDevice(deviceI
243 private synchronized MtpDevice getDevice(int deviceId) throws IOException { method in class:MtpManager
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java371 public BluetoothDevice getDevice() { method in class:CachedBluetoothDevice
/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java176 connection.getDevice().removeDeviceConnection(connection);
239 connection.getDevice().removeDeviceConnection(connection);
260 sb.append(connection.getDevice().getDeviceInfo().getId());
536 public Device getDevice() { method in class:MidiService.DeviceConnection
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h321 Device& getDevice() const { return mDevice; } function in class:HWC2::Display
H A DHWC2On1Adapter.h177 HWC2On1Adapter& getDevice() const { return mDevice; } function in class:android::HWC2On1Adapter::Display
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp367 Device* device = getDevice(deviceId);
372 Device* device = getDevice(deviceId);
378 Device* device = getDevice(deviceId);
391 Device* device = getDevice(deviceId);
396 Device* device = getDevice(deviceId);
401 Device* device = getDevice(deviceId);
406 Device* device = getDevice(deviceId);
411 Device* device = getDevice(deviceId);
417 Device* device = getDevice(deviceId);
430 Device* device = getDevice(deviceI
469 Device* getDevice(int32_t deviceId) const { function in class:android::FakeEventHub
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.h1013 inline InputDevice* getDevice() { return mDevice; } function in class:android::InputMapper

Completed in 430 milliseconds