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

/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.cpp169 ACameraCaptureSession::getDevice() { function in class:ACameraCaptureSession
/frameworks/rs/rsov/driver/
H A DrsovContext.h33 VkDevice getDevice() const { return mDevice; } function in class:android::renderscript::rsov::RSoVContext
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp168 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.java462 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.java233 public IDevice getDevice() { method in class:Main
266 new ReloadListAction(clientUtils, getDevice(), clientListModel).run();
H A DDeviceUtils.java322 device = wfdl.getDevice();
359 public IDevice getDevice() { method in class:DeviceUtils.WaitForDevice.WaitForDeviceListener
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DDeviceDescriptor.cpp135 sp<DeviceDescriptor> DeviceVector::getDevice(audio_devices_t type, const String8& address) const function in class:android::DeviceVector
148 ALOGV("DeviceVector::getDevice() for type %08x address %s found %p",
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattService.java210 /*package*/ BluetoothDevice getDevice() { method in class:BluetoothGattService
H A DBluetoothHeadsetClientCall.java137 public BluetoothDevice getDevice() { method in class:BluetoothHeadsetClientCall
H A DBluetoothGatt.java718 if (svc.getDevice().equals(device)
956 public BluetoothDevice getDevice() { method in class:BluetoothGatt
1030 if (service.getDevice().equals(mDevice)) {
1056 if (service.getDevice().equals(mDevice) && service.getUuid().equals(uuid)) {
1087 BluetoothDevice device = service.getDevice();
1167 BluetoothDevice device = service.getDevice();
1210 BluetoothDevice device = service.getDevice();
1251 BluetoothDevice device = service.getDevice();
1390 BluetoothDevice device = service.getDevice();
/frameworks/base/core/java/android/bluetooth/le/
H A DScanResult.java201 public BluetoothDevice getDevice() { method in class:ScanResult
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java81 public abstract CameraDevice getDevice(); method in class:CameraCaptureSession
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraConstrainedHighSpeedCaptureSessionImpl.java169 public CameraDevice getDevice() { method in class:CameraConstrainedHighSpeedCaptureSessionImpl
170 return mSessionImpl.getDevice();
H A DCameraCaptureSessionImpl.java133 public CameraDevice getDevice() { method in class:CameraCaptureSessionImpl
/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/ml/nn/runtime/
H A DExecutionPlan.h87 std::shared_ptr<Device> getDevice() const { return mDevice; } function in class:android::nn::ExecutionStep
/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java177 connection.getDevice().removeDeviceConnection(connection);
240 connection.getDevice().removeDeviceConnection(connection);
261 sb.append(connection.getDevice().getDeviceInfo().getId());
534 public Device getDevice() { method in class:MidiService.DeviceConnection
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java393 public BluetoothDevice getDevice() { method in class:CachedBluetoothDevice
398 * Convenience method that can be mocked - it lets tests avoid having to call getDevice() which
444 if (a2dpProfile.setActiveDevice(getDevice())) {
451 if (headsetProfile.setActiveDevice(getDevice())) {
458 if (hearingAidProfile.setActiveDevice(getDevice())) {
/frameworks/av/services/audioflinger/
H A DThreads.h291 audio_devices_t getDevice() const { return isOutput() ? mOutDevice : mInDevice; } function in class:ThreadBase
/frameworks/native/services/inputflinger/
H A DInputReader.h981 inline InputDevice* getDevice() { return mDevice; } function in class:android::InputMapper

Completed in 203 milliseconds