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

12

/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/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());
/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.h92 ACameraDevice* getDevice();
H A DACameraCaptureSession.cpp152 ACameraCaptureSession::getDevice() { function in class:ACameraCaptureSession
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DIOProfile.cpp53 } else if (mSupportedDevices.getDevice(device, address) == 0) {
/frameworks/native/include/binder/
H A DMemoryHeapBase.h69 const char* getDevice() const;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java530 if (svc.getDevice().equals(device) &&
705 public BluetoothDevice getDevice() { method in class:BluetoothGatt
754 if (service.getDevice().equals(mDevice)) {
780 if (service.getDevice().equals(mDevice) &&
811 BluetoothDevice device = service.getDevice();
854 BluetoothDevice device = service.getDevice();
897 BluetoothDevice device = service.getDevice();
938 BluetoothDevice device = service.getDevice();
1075 BluetoothDevice device = service.getDevice();
H A DBluetoothGattService.java201 /*package*/ BluetoothDevice getDevice() { method in class:BluetoothGattService
H A DBluetoothHeadsetClientCall.java132 public BluetoothDevice getDevice() { method in class:BluetoothHeadsetClientCall
/frameworks/base/tools/preload2/src/com/android/preload/
H A DClientUtils.java167 if ((arg1 & Client.CHANGE_INFO) != 0 && (arg0.getDevice() == device)) {
218 if ((arg1 & Client.CHANGE_INFO) != 0 && (arg0.getDevice() == device)) {
H A DDeviceUtils.java292 device = wfdl.getDevice();
329 public IDevice getDevice() { method in class:DeviceUtils.WaitForDevice.WaitForDeviceListener
H A DMain.java143 public IDevice getDevice() { method in class:Main
176 new ReloadListAction(clientUtils, getDevice(), clientListModel).run();
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DIOProfile.h101 return mSupportedDevices.getDevice(type, address);
H A DDeviceDescriptor.h79 sp<DeviceDescriptor> getDevice(audio_devices_t type, String8 address) const;
/frameworks/av/camera/ndk/
H A DNdkCameraCaptureSession.cpp58 *device = session->getDevice();
/frameworks/base/core/java/android/bluetooth/le/
H A DScanResult.java100 public BluetoothDevice getDevice() { method in class:ScanResult
/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();
/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/services/core/java/com/android/server/wm/
H A DTaskTapPointerEventListener.java92 InputDevice inputDevice = motionEvent.getDevice();
124 InputDevice inputDevice = motionEvent.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.cpp2168 getDevice()->getConfiguration().tryGetProperty(String8("keyboard.orientationAware"),
2177 getDevice()->getConfiguration().tryGetProperty(String8("keyboard.handlesKeyRepeat"),
2263 getDevice(), keyCode, scanCode)) {
2308 if (down && getDevice()->isExternal()) {
2465 mCursorScrollAccumulator.configure(getDevice());
2517 if (getDevice()->getConfiguration().tryGetProperty(String8("cursor.mode"), cursorModeString)) {
2526 getDevice()->getConfiguration().tryGetProperty(String8("cursor.orientationAware"),
2563 mCursorButtonAccumulator.reset(getDevice());
2564 mCursorMotionAccumulator.reset(getDevice());
2565 mCursorScrollAccumulator.reset(getDevice());
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java556 bestDevice = result.getDevice();
582 result.getDevice()).sendToTarget();
584 Slog.d(TAG, "onScanResult: device " + result.getDevice() +

Completed in 365 milliseconds

12