Searched refs:getDevice (Results 1 - 25 of 34) sorted by relevance

12

/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/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/native/include/binder/
H A DMemoryHeapBase.h69 const char* getDevice() const;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattService.java123 /*package*/ BluetoothDevice getDevice() { method in class:BluetoothGattService
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();
H A DBluetoothHeadsetClientCall.java123 public BluetoothDevice getDevice() { method in class:BluetoothHeadsetClientCall
/frameworks/native/include/ui/
H A DFramebufferNativeWindow.h58 framebuffer_device_t const * getDevice() const { return fbDev; } function in class:android::FramebufferNativeWindow
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DDeviceDescriptor.h78 sp<DeviceDescriptor> getDevice(audio_devices_t type, String8 address) const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DIOProfile.cpp59 } else if (mSupportedDevices.getDevice(device, address) == 0) {
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/bluetooth/le/
H A DScanResult.java100 public BluetoothDevice getDevice() { method in class:ScanResult
H A DScanFilter.java275 BluetoothDevice device = scanResult.getDevice();
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java79 public abstract CameraDevice getDevice(); method in class:CameraCaptureSession
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceManager.java73 if (cachedDevice.getDevice().equals(device)) {
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraConstrainedHighSpeedCaptureSessionImpl.java162 public CameraDevice getDevice() { method in class:CameraConstrainedHighSpeedCaptureSessionImpl
163 return mSessionImpl.getDevice();
H A DCameraCaptureSessionImpl.java139 public CameraDevice getDevice() { method in class:CameraCaptureSessionImpl
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiDevice.java229 properties.putString(MidiDeviceInfo.PROPERTY_NAME, mBluetoothGatt.getDevice().getName());
231 mBluetoothGatt.getDevice());
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java489 bestDevice = result.getDevice();
515 result.getDevice()).sendToTarget();
517 Slog.d(TAG, "onScanResult: device " + result.getDevice() +
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp169 const char* MemoryHeapBase::getDevice() const { function in class:android::MemoryHeapBase
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2138 getDevice()->getConfiguration().tryGetProperty(String8("keyboard.orientationAware"),
2147 getDevice()->getConfiguration().tryGetProperty(String8("keyboard.handlesKeyRepeat"),
2233 getDevice(), keyCode, scanCode)) {
2284 if (down && getDevice()->isExternal()) {
2427 mCursorScrollAccumulator.configure(getDevice());
2479 if (getDevice()->getConfiguration().tryGetProperty(String8("cursor.mode"), cursorModeString)) {
2488 getDevice()->getConfiguration().tryGetProperty(String8("cursor.orientationAware"),
2525 mCursorButtonAccumulator.reset(getDevice());
2526 mCursorMotionAccumulator.reset(getDevice());
2527 mCursorScrollAccumulator.reset(getDevice());
[all...]
/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/libs/ui/
H A DFramebufferNativeWindow.cpp366 if (w->getDevice() == NULL) {
/frameworks/base/libs/hwui/
H A DSkiaCanvas.cpp190 if (NULL != mCanvas->getDevice() && NULL != newCanvas->getDevice()) {
208 return mCanvas->getDevice()->accessBitmap(false).isOpaque();

Completed in 578 milliseconds

12