Searched defs:mDevice (Results 1 - 25 of 37) sorted by relevance

12

/frameworks/base/cmds/bootanimation/
H A DAudioPlayer.h38 int mDevice; // ALSA device to use member in class:android::AudioPlayer
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegProcessor.h59 wp<CameraDeviceBase> mDevice; member in class:android::camera2::JpegProcessor
H A DCallbackProcessor.h59 wp<CameraDeviceBase> mDevice; member in class:android::camera2::CallbackProcessor
H A DStreamingProcessor.h97 wp<CameraDeviceBase> mDevice; member in class:android::camera2::StreamingProcessor
H A DZslProcessor.h86 wp<CameraDeviceBase> mDevice; member in class:android::camera2::ZslProcessor
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.h130 sp<CameraDeviceBase> mDevice; member in class:android::Camera2ClientBase
H A DFrameProcessorBase.h59 wp<CameraDeviceBase> mDevice; member in class:android::camera2::FrameProcessorBase
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDisconnectedReceiver.java32 private UsbDevice mDevice; field in class:UsbDisconnectedReceiver
37 mDevice = device;
56 if (device != null && device.equals(mDevice)) {
H A DUsbResolverActivity.java45 private UsbDevice mDevice; field in class:UsbResolverActivity
66 if (mDevice == null) {
73 mDevice = (UsbDevice)target.getParcelableExtra(UsbManager.EXTRA_DEVICE);
74 if (mDevice != null) {
75 mDisconnectedReceiver = new UsbDisconnectedReceiver(this, mDevice);
103 if (mDevice != null) {
105 service.grantDevicePermission(mDevice, uid);
108 service.setDevicePackage(mDevice, ri.activityInfo.packageName, userId);
110 service.setDevicePackage(mDevice, null, userId);
H A DUsbConfirmActivity.java52 private UsbDevice mDevice; field in class:UsbConfirmActivity
63 mDevice = (UsbDevice) intent.getParcelableExtra(UsbManager.EXTRA_DEVICE);
73 if (mDevice == null) {
78 mDisconnectedReceiver = new UsbDisconnectedReceiver(this, mDevice);
90 if (mDevice == null) {
122 if (mDevice != null) {
124 intent.putExtra(UsbManager.EXTRA_DEVICE, mDevice);
127 service.grantDevicePermission(mDevice, uid);
131 mDevice, mResolveInfo.activityInfo.packageName, userId);
133 service.setDevicePackage(mDevice, nul
[all...]
H A DUsbPermissionActivity.java53 private UsbDevice mDevice; field in class:UsbPermissionActivity
66 mDevice = (UsbDevice)intent.getParcelableExtra(UsbManager.EXTRA_DEVICE);
86 if (mDevice == null) {
91 mDisconnectedReceiver = new UsbDisconnectedReceiver(this, mDevice);
103 if (mDevice == null) {
125 if (mDevice != null) {
126 intent.putExtra(UsbManager.EXTRA_DEVICE, mDevice);
128 service.grantDevicePermission(mDevice, mUid);
131 service.setDevicePackage(mDevice, mPackageName, userId);
/frameworks/native/include/binder/
H A DMemoryHeapBase.h77 if (mDevice == 0)
78 mDevice = device;
79 return mDevice ? NO_ERROR : ALREADY_EXISTS;
95 const char* mDevice; member in class:android::MemoryHeapBase
/frameworks/av/media/mtp/
H A DMtpDevice.h39 struct usb_device* mDevice; member in class:android::MtpDevice
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDelayedMessageBuffer.java32 private final HdmiCecLocalDevice mDevice; field in class:DelayedMessageBuffer
35 mDevice = device;
93 mDevice.onMessage(message);
118 && !mDevice.isInputReady(HdmiDeviceInfo.idForCecDevice(address))) {
122 mDevice.onMessage(message);
144 mDevice.onMessage(message);
/frameworks/base/core/java/android/bluetooth/le/
H A DScanResult.java31 private BluetoothDevice mDevice; field in class:ScanResult
53 mDevice = device;
65 if (mDevice != null) {
67 mDevice.writeToParcel(dest, flags);
83 mDevice = BluetoothDevice.CREATOR.createFromParcel(in);
101 return mDevice;
128 return Objects.hash(mDevice, mRssi, mScanRecord, mTimestampNanos);
140 return Objects.equals(mDevice, other.mDevice) && (mRssi == other.mRssi) &&
147 return "ScanResult{" + "mDevice
[all...]
/frameworks/webview/chromium/tests/UbWebViewJankTests/src/com/android/webview/chromium/tests/jank/
H A DWebViewFlingTest.java58 private UiDevice mDevice; field in class:WebViewFlingTest
69 mDevice = UiDevice.getInstance(getInstrumentation());
70 mDevice.setOrientationNatural();
103 mDevice.unfreezeRotation();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattService.java46 protected BluetoothDevice mDevice; field in class:BluetoothGattService
97 mDevice = null;
111 mDevice = device;
124 return mDevice;
H A DBluetoothGatt.java49 private BluetoothDevice mDevice; field in class:BluetoothGatt
160 mService.clientConnect(mClientIf, mDevice.getAddress(),
175 if (!address.equals(mDevice.getAddress())) {
208 if (!address.equals(mDevice.getAddress())) {
211 mServices.add(new BluetoothGattService(mDevice, srvcUuid.getUuid(),
227 if (!address.equals(mDevice.getAddress())) {
230 BluetoothGattService service = getService(mDevice,
232 BluetoothGattService includedService = getService(mDevice,
253 if (!address.equals(mDevice.getAddress())) {
256 BluetoothGattService service = getService(mDevice, srvcUui
1139 abortReliableWrite(BluetoothDevice mDevice) argument
[all...]
H A DBluetoothSocket.java102 private BluetoothDevice mDevice; /* remote device */ field in class:BluetoothSocket
158 mDevice = device;
198 as.mDevice = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(RemoteAddr);
240 return mDevice;
297 if (mDevice == null) throw new IOException("Connect is called on null device");
303 mPfd = bluetoothProxy.connectSocket(mDevice, mType,
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbAudioManager.java46 public int mDevice; field in class:UsbAudioManager.AudioDevice
54 mDevice = device;
63 sb.append(", device: " + mDevice);
89 intent.putExtra("device", audioDevice.mDevice);
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDeviceConnection.java32 private final UsbDevice mDevice; field in class:UsbDeviceConnection
42 mDevice = device;
/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java32 private final UsbDevice mDevice; field in class:MtpDevice
44 mDevice = device;
57 boolean result = native_open(mDevice.getDeviceName(), connection.getFileDescriptor());
90 return mDevice.getDeviceName();
101 return mDevice.getDeviceId();
106 return mDevice.getDeviceName();
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pServiceResponse.java60 protected WifiP2pDevice mDevice; field in class:WifiP2pServiceResponse
123 mDevice = device;
176 return mDevice;
182 this.mDevice = dev;
298 sbuf.append(" srcAddr:").append(mDevice.deviceAddress);
316 equals(req.mDevice.deviceAddress, mDevice.deviceAddress) &&
335 result = 31 * result + (mDevice.deviceAddress == null ?
336 0 : mDevice.deviceAddress.hashCode());
351 dest.writeParcelable(mDevice, flag
[all...]
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingCameraManager.java181 private CameraDevice mDevice = null; field in class:BlockingCameraManager.OpenListener
200 assertEquals(null, mDevice);
216 mDevice = camera;
239 mDevice = camera;
265 mDevice = camera;
305 if (!mSuccess && mDevice != null) {
306 mDevice.close();
310 return mDevice;
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapSession.java56 private final BluetoothDevice mDevice; field in class:BluetoothPbapSession
77 mDevice = device;
306 mSocket = mDevice.createRfcommSocketToServiceRecord(UUID.fromString(PBAP_UUID));

Completed in 4826 milliseconds

12