Home
last modified time | relevance | path

Searched refs:getDevice (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpManager.java115 getDevice(deviceId).close(); in closeDevice()
131 final MtpDevice device = getDevice(deviceId); in getObjectInfo()
141 final MtpDevice device = getDevice(deviceId); in getObjectHandles()
151 final MtpDevice device = getDevice(deviceId); in getObject()
161 final MtpDevice device = getDevice(deviceId); in getPartialObject()
169 final MtpDevice device = getDevice(deviceId); in getPartialObject64()
176 final MtpDevice device = getDevice(deviceId); in getThumbnail()
185 final MtpDevice device = getDevice(deviceId); in deleteDocument()
195 final MtpDevice device = getDevice(deviceId); in createDocument()
212 final MtpDevice device = getDevice(deviceId); in getParent()
[all …]
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DMtpClient.java228 public MtpDevice getDevice(String deviceName) { in getDevice() method in MtpClient
241 public MtpDevice getDevice(int id) { in getDevice() method in MtpClient
274 MtpDevice device = getDevice(deviceName); in getStorageList()
306 MtpDevice device = getDevice(deviceName); in getObjectInfo()
321 MtpDevice device = getDevice(deviceName); in deleteObject()
342 MtpDevice device = getDevice(deviceName); in getObjectList()
378 MtpDevice device = getDevice(deviceName); in getObject()
393 MtpDevice device = getDevice(deviceName); in getThumbnail()
411 MtpDevice device = getDevice(deviceName); in importFile()
/frameworks/base/core/java/android/bluetooth/
DBluetoothGatt.java530 if (svc.getDevice().equals(device) && in getService()
705 public BluetoothDevice getDevice() { in getDevice() method in BluetoothGatt
754 if (service.getDevice().equals(mDevice)) { in getServices()
780 if (service.getDevice().equals(mDevice) && in getService()
811 BluetoothDevice device = service.getDevice(); in readCharacteristic()
854 BluetoothDevice device = service.getDevice(); in writeCharacteristic()
897 BluetoothDevice device = service.getDevice(); in readDescriptor()
938 BluetoothDevice device = service.getDevice(); in writeDescriptor()
1075 BluetoothDevice device = service.getDevice(); in setCharacteristicNotification()
DBluetoothHeadsetClientCall.java132 public BluetoothDevice getDevice() { in getDevice() method in BluetoothHeadsetClientCall
/frameworks/base/core/java/android/view/
DInputEvent.java65 public final InputDevice getDevice() { in getDevice() method in InputEvent
66 return InputDevice.getDevice(getDeviceId()); in getDevice()
/frameworks/base/tools/preload2/src/com/android/preload/
DClientUtils.java167 if ((arg1 & Client.CHANGE_INFO) != 0 && (arg0.getDevice() == device)) { in clientChanged()
218 if ((arg1 & Client.CHANGE_INFO) != 0 && (arg0.getDevice() == device)) { in clientChanged()
DMain.java143 public IDevice getDevice() { in getDevice() method in Main
176 new ReloadListAction(clientUtils, getDevice(), clientListModel).run(); in startUp()
DDeviceUtils.java292 device = wfdl.getDevice(); in get()
329 public IDevice getDevice() { in getDevice() method in DeviceUtils.WaitForDevice.WaitForDeviceListener
/frameworks/base/services/core/java/com/android/server/wm/
DTaskTapPointerEventListener.java92 InputDevice inputDevice = motionEvent.getDevice(); in onPointerEvent()
124 InputDevice inputDevice = motionEvent.getDevice(); in onPointerEvent()
/frameworks/native/include/binder/
DMemoryHeapBase.h69 const char* getDevice() const;
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraConstrainedHighSpeedCaptureSessionImpl.java162 public CameraDevice getDevice() { in getDevice() method in CameraConstrainedHighSpeedCaptureSessionImpl
163 return mSessionImpl.getDevice(); in getDevice()
/frameworks/av/camera/ndk/impl/
DACameraCaptureSession.h92 ACameraDevice* getDevice();
DACameraCaptureSession.cpp152 ACameraCaptureSession::getDevice() { in getDevice() function in ACameraCaptureSession
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothMidiDevice.java229 properties.putString(MidiDeviceInfo.PROPERTY_NAME, mBluetoothGatt.getDevice().getName()); in BluetoothMidiDevice()
231 mBluetoothGatt.getDevice()); in BluetoothMidiDevice()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp53 } else if (mSupportedDevices.getDevice(device, address) == 0) { in isCompatibleProfile()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h101 return mSupportedDevices.getDevice(type, address); in getSupportedDeviceByAddress()
DDeviceDescriptor.h79 sp<DeviceDescriptor> getDevice(audio_devices_t type, String8 address) const;
/frameworks/av/camera/ndk/
DNdkCameraCaptureSession.cpp58 *device = session->getDevice(); in ACameraCaptureSession_getDevice()
/frameworks/native/services/inputflinger/
DInputReader.cpp2168 getDevice()->getConfiguration().tryGetProperty(String8("keyboard.orientationAware"), in configureParameters()
2177 getDevice()->getConfiguration().tryGetProperty(String8("keyboard.handlesKeyRepeat"), in configureParameters()
2263 getDevice(), keyCode, scanCode)) { in processKey()
2308 if (down && getDevice()->isExternal()) { in processKey()
2465 mCursorScrollAccumulator.configure(getDevice()); in configure()
2517 if (getDevice()->getConfiguration().tryGetProperty(String8("cursor.mode"), cursorModeString)) { in configureParameters()
2526 getDevice()->getConfiguration().tryGetProperty(String8("cursor.orientationAware"), in configureParameters()
2563 mCursorButtonAccumulator.reset(getDevice()); in reset()
2564 mCursorMotionAccumulator.reset(getDevice()); in reset()
2565 mCursorScrollAccumulator.reset(getDevice()); in reset()
[all …]
/frameworks/base/core/java/android/bluetooth/le/
DScanResult.java100 public BluetoothDevice getDevice() { in getDevice() method in ScanResult
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java556 bestDevice = result.getDevice(); in onBatchScanResults()
582 result.getDevice()).sendToTarget(); in onScanResult()
584 Slog.d(TAG, "onScanResult: device " + result.getDevice() + in onScanResult()
/frameworks/base/core/java/android/hardware/camera2/
DCameraCaptureSession.java79 public abstract CameraDevice getDevice(); in getDevice() method in CameraCaptureSession
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java73 if (cachedDevice.getDevice().equals(device)) { in findDevice()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp367 Device* device = getDevice(deviceId); in addConfigurationProperty()
372 Device* device = getDevice(deviceId); in addConfigurationMap()
378 Device* device = getDevice(deviceId); in addAbsoluteAxis()
391 Device* device = getDevice(deviceId); in addRelativeAxis()
396 Device* device = getDevice(deviceId); in setKeyCodeState()
401 Device* device = getDevice(deviceId); in setScanCodeState()
406 Device* device = getDevice(deviceId); in setSwitchState()
411 Device* device = getDevice(deviceId); in setAbsoluteAxisValue()
417 Device* device = getDevice(deviceId); in addKey()
430 Device* device = getDevice(deviceId); in addLed()
[all …]
/frameworks/native/libs/binder/
DMemoryHeapBase.cpp169 const char* MemoryHeapBase::getDevice() const { in getDevice() function in android::MemoryHeapBase

123