Home
last modified time | relevance | path

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

/frameworks/rs/rsov/driver/
DrsovContext.h33 VkDevice getDevice() const { return mDevice; } 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/view/
DInputEvent.java65 public final InputDevice getDevice() { in getDevice() method in InputEvent
DInputDevice.java462 public static InputDevice getDevice(int id) { in getDevice() method in InputDevice
/frameworks/native/libs/binder/
DMemoryHeapBase.cpp168 const char* MemoryHeapBase::getDevice() const { in getDevice() function in android::MemoryHeapBase
/frameworks/av/camera/ndk/impl/
DACameraCaptureSession.cpp169 ACameraCaptureSession::getDevice() { in getDevice() function in ACameraCaptureSession
/frameworks/base/tools/preload2/src/com/android/preload/
DMain.java233 public IDevice getDevice() { in getDevice() method in Main
DDeviceUtils.java359 public IDevice getDevice() { in getDevice() method in DeviceUtils.WaitForDevice.WaitForDeviceListener
/frameworks/base/core/java/android/bluetooth/
DBluetoothHeadsetClientCall.java137 public BluetoothDevice getDevice() { in getDevice() method in BluetoothHeadsetClientCall
DBluetoothGattService.java210 /*package*/ BluetoothDevice getDevice() { in getDevice() method in BluetoothGattService
DBluetoothGatt.java956 public BluetoothDevice getDevice() { in getDevice() method in BluetoothGatt
/frameworks/base/core/java/android/bluetooth/le/
DScanResult.java201 public BluetoothDevice getDevice() { in getDevice() method in ScanResult
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DDeviceDescriptor.cpp135 sp<DeviceDescriptor> DeviceVector::getDevice(audio_devices_t type, const String8& address) const in getDevice() function in android::DeviceVector
/frameworks/ml/nn/runtime/
DExecutionPlan.h87 std::shared_ptr<Device> getDevice() const { return mDevice; } in getDevice() function
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraConstrainedHighSpeedCaptureSessionImpl.java169 public CameraDevice getDevice() { in getDevice() method in CameraConstrainedHighSpeedCaptureSessionImpl
DCameraCaptureSessionImpl.java133 public CameraDevice getDevice() { in getDevice() method in CameraCaptureSessionImpl
/frameworks/base/core/java/android/hardware/camera2/
DCameraCaptureSession.java81 public abstract CameraDevice getDevice(); in getDevice() method in CameraCaptureSession
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpManager.java243 private synchronized MtpDevice getDevice(int deviceId) throws IOException { in getDevice() method in MtpManager
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java394 public BluetoothDevice getDevice() { in getDevice() method in CachedBluetoothDevice
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java534 public Device getDevice() { in getDevice() method in MidiService.DeviceConnection
/frameworks/av/services/audioflinger/
DThreads.h291 audio_devices_t getDevice() const { return isOutput() ? mOutDevice : mInDevice; } in getDevice() function
/frameworks/native/services/inputflinger/
DInputReader.h981 inline InputDevice* getDevice() { return mDevice; } in getDevice() function
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp567 Device* getDevice(int32_t deviceId) const { in getDevice() function in android::FakeEventHub