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

/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.java408 public static InputDevice getDevice(int id) { method in class:InputDevice
H A DViewRootImpl.java4736 InputDevice device = event.getDevice();
/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 DBluetoothAdapter.java1724 callback.onLeScan(result.getDevice(), result.getRssi(),
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java59 public abstract CameraDevice getDevice(); method in class:CameraCaptureSession
/frameworks/native/include/ui/
H A DFramebufferNativeWindow.h56 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
H A DScanFilter.java273 BluetoothDevice device = scanResult.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.cpp2043 getDevice()->getConfiguration().tryGetProperty(String8("keyboard.orientationAware"),
2052 getDevice()->getConfiguration().tryGetProperty(String8("keyboard.handlesKeyRepeat"),
2134 getDevice(), keyCode, scanCode)) {
2176 if (down && getDevice()->isExternal()) {
2319 mCursorScrollAccumulator.configure(getDevice());
2371 if (getDevice()->getConfiguration().tryGetProperty(String8("cursor.mode"), cursorModeString)) {
2380 getDevice()->getConfiguration().tryGetProperty(String8("cursor.orientationAware"),
2417 mCursorButtonAccumulator.reset(getDevice());
2418 mCursorMotionAccumulator.reset(getDevice());
2419 mCursorScrollAccumulator.reset(getDevice());
[all...]
H A DInputReader.h952 inline InputDevice* getDevice() { return mDevice; } function in class:android::InputMapper
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp368 Device* device = getDevice(deviceId);
373 Device* device = getDevice(deviceId);
379 Device* device = getDevice(deviceId);
392 Device* device = getDevice(deviceId);
397 Device* device = getDevice(deviceId);
402 Device* device = getDevice(deviceId);
407 Device* device = getDevice(deviceId);
412 Device* device = getDevice(deviceId);
418 Device* device = getDevice(deviceId);
431 Device* device = getDevice(deviceI
470 Device* getDevice(int32_t deviceId) const { function in class:android::FakeEventHub
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DFlashlightController.java311 if (session.getDevice() == mCameraDevice) {
/frameworks/native/libs/ui/
H A DFramebufferNativeWindow.cpp366 if (w->getDevice() == NULL) {
/frameworks/base/core/jni/android/graphics/
H A DSkiaCanvas.cpp200 if (NULL != mCanvas->getDevice() && NULL != newCanvas->getDevice()) {
218 return mCanvas->getDevice()->accessBitmap(false).isOpaque();
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraCaptureSessionImpl.java141 public CameraDevice getDevice() { method in class:CameraCaptureSessionImpl
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.h378 sp<DeviceDescriptor> getDevice(audio_devices_t type, String8 address) const;
H A DAudioPolicyManager.cpp3487 desc->mProfile->mSupportedDevices.getDevice(device, address);
4720 if (mAvailableOutputDevices.getDevice(AUDIO_DEVICE_OUT_REMOTE_SUBMIX, String8("0")) != 0) {
7383 if (device != AUDIO_DEVICE_NONE && mSupportedDevices.getDevice(device, address) == 0) {
7601 sp<AudioPolicyManager::DeviceDescriptor> AudioPolicyManager::DeviceVector::getDevice( function in class:android::AudioPolicyManager::DeviceVector
7615 ALOGV("DeviceVector::getDevice() for type %08x address %s found %p",
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java568 InputDevice device = InputDevice.getDevice(event.getDeviceId());

Completed in 2898 milliseconds