Home
last modified time | relevance | path

Searched defs:getDevice (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/include/ui/
DFramebufferNativeWindow.h58 framebuffer_device_t const * getDevice() const { return fbDev; } in getDevice() function
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DMtpClient.java228 public MtpDevice getDevice(String deviceName) { in getDevice() method in MtpClient
241 public MtpDevice getDevice(int id) { in getDevice() method in MtpClient
/frameworks/base/core/java/android/bluetooth/le/
DScanResult.java100 public BluetoothDevice getDevice() { in getDevice() method in ScanResult
/frameworks/base/core/java/android/view/
DInputEvent.java65 public final InputDevice getDevice() { in getDevice() method in InputEvent
DInputDevice.java441 public static InputDevice getDevice(int id) { in getDevice() method in InputDevice
/frameworks/base/core/java/android/bluetooth/
DBluetoothHeadsetClientCall.java123 public BluetoothDevice getDevice() { in getDevice() method in BluetoothHeadsetClientCall
DBluetoothGattService.java123 /*package*/ BluetoothDevice getDevice() { in getDevice() method in BluetoothGattService
DBluetoothGatt.java785 public BluetoothDevice getDevice() { in getDevice() method in BluetoothGatt
/frameworks/native/libs/binder/
DMemoryHeapBase.cpp169 const char* MemoryHeapBase::getDevice() const { in getDevice() function in android::MemoryHeapBase
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraConstrainedHighSpeedCaptureSessionImpl.java162 public CameraDevice getDevice() { in getDevice() method in CameraConstrainedHighSpeedCaptureSessionImpl
DCameraCaptureSessionImpl.java139 public CameraDevice getDevice() { in getDevice() method in CameraCaptureSessionImpl
/frameworks/base/core/java/android/hardware/camera2/
DCameraCaptureSession.java79 public abstract CameraDevice getDevice(); in getDevice() method in CameraCaptureSession
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DDeviceDescriptor.cpp175 sp<DeviceDescriptor> DeviceVector::getDevice(audio_devices_t type, String8 address) const in getDevice() function in android::DeviceVector
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java371 public BluetoothDevice getDevice() { in getDevice() method in CachedBluetoothDevice
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java526 public Device getDevice() { in getDevice() method in MidiService.DeviceConnection
/frameworks/native/services/inputflinger/
DInputReader.h1007 inline InputDevice* getDevice() { return mDevice; } in getDevice() function
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp469 Device* getDevice(int32_t deviceId) const { in getDevice() function in android::FakeEventHub