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

/frameworks/native/include/ui/
H A DFramebufferNativeWindow.h58 framebuffer_device_t const * getDevice() const { return fbDev; } function in class:android::FramebufferNativeWindow
/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/bluetooth/
H A DBluetoothGattService.java123 /*package*/ BluetoothDevice getDevice() { method in class:BluetoothGattService
H A DBluetoothHeadsetClientCall.java123 public BluetoothDevice getDevice() { method in class:BluetoothHeadsetClientCall
H A DBluetoothGatt.java642 if (svc.getDevice().equals(device) &&
785 public BluetoothDevice getDevice() { method in class:BluetoothGatt
834 if (service.getDevice().equals(mDevice)) {
860 if (service.getDevice().equals(mDevice) &&
891 BluetoothDevice device = service.getDevice();
936 BluetoothDevice device = service.getDevice();
982 BluetoothDevice device = service.getDevice();
1026 BluetoothDevice device = service.getDevice();
1166 BluetoothDevice device = service.getDevice();
/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.java441 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/av/services/audiopolicy/common/managerdefinitions/src/
H A DDeviceDescriptor.cpp175 sp<DeviceDescriptor> DeviceVector::getDevice(audio_devices_t type, String8 address) const function in class:android::DeviceVector
188 ALOGV("DeviceVector::getDevice() for type %08x address %s found %p",
/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/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.java166 connection.getDevice().removeDeviceConnection(connection);
229 connection.getDevice().removeDeviceConnection(connection);
250 sb.append(connection.getDevice().getDeviceInfo().getId());
526 public Device getDevice() { method in class:MidiService.DeviceConnection
/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.h1007 inline InputDevice* getDevice() { return mDevice; } function in class:android::InputMapper

Completed in 442 milliseconds