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

123

/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/rs/rsov/driver/
H A DrsovContext.h33 VkDevice getDevice() const { return mDevice; } function in class:android::renderscript::rsov::RSoVContext
/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/native/include/binder/
H A DMemoryHeapBase.h69 const char* getDevice() const;
/frameworks/native/libs/binder/include/binder/
H A DMemoryHeapBase.h69 const char* getDevice() const;
/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.java322 device = wfdl.getDevice();
359 public IDevice getDevice() { method in class:DeviceUtils.WaitForDevice.WaitForDeviceListener
/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, const String8& address) const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DIOProfile.cpp53 } else if (mSupportedDevices.getDevice(device, address) == 0) {
/frameworks/base/core/java/android/companion/
H A DBluetoothLeDeviceFilter.java143 return getDeviceDisplayNameInternal(sr.getDevice());
157 getDeviceDisplayNameInternal(sr.getDevice())
166 boolean result = matches(device.getDevice())
H A DBluetoothDeviceFilterUtils.java141 return getDeviceMacAddress(((android.bluetooth.le.ScanResult) device).getDevice());
/frameworks/av/camera/ndk/
H A DNdkCameraCaptureSession.cpp58 *device = session->getDevice();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java663 if (svc.getDevice().equals(device) &&
895 public BluetoothDevice getDevice() { method in class:BluetoothGatt
969 if (service.getDevice().equals(mDevice)) {
995 if (service.getDevice().equals(mDevice) &&
1026 BluetoothDevice device = service.getDevice();
1104 BluetoothDevice device = service.getDevice();
1147 BluetoothDevice device = service.getDevice();
1188 BluetoothDevice device = service.getDevice();
1325 BluetoothDevice device = service.getDevice();
H A DBluetoothGattService.java201 /*package*/ BluetoothDevice getDevice() { method in class:BluetoothGattService
H A DBluetoothHeadsetClientCall.java135 public BluetoothDevice getDevice() { method in class:BluetoothHeadsetClientCall
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java80 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.java163 public CameraDevice getDevice() { method in class:CameraConstrainedHighSpeedCaptureSessionImpl
164 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/core/java/android/bluetooth/le/
H A DPeriodicAdvertisingManager.java143 callback.onSyncEstablished(0, scanResult.getDevice(), scanResult.getAdvertisingSid(),
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp168 const char* MemoryHeapBase::getDevice() const { function in class:android::MemoryHeapBase

Completed in 8521 milliseconds

123