Searched refs:device (Results 101 - 125 of 193) sorted by relevance

12345678

/packages/apps/Camera2/src/com/android/camera/one/
H A DOneCameraModule.java22 import com.android.camera.device.ActiveCameraDeviceTracker;
/packages/apps/Camera2/src/com/android/camera/one/v1/
H A DLegacyOneCameraOpenerImpl.java25 import com.android.camera.device.CameraId;
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcManager.java383 private void notifyLlcpLinkActivation(NativeP2pDevice device) { argument
384 mListener.onLlcpLinkActivated(device);
390 private void notifyLlcpLinkDeactivated(NativeP2pDevice device) { argument
391 mListener.onLlcpLinkDeactivated(device);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DAppActionPreference.java17 package com.android.tv.settings.device.apps;
H A DAppManagementActivity.java17 package com.android.tv.settings.device.apps;
H A DAppsActivity.java17 package com.android.tv.settings.device.apps;
H A DNotificationsPreference.java17 package com.android.tv.settings.device.apps;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
H A DSlowDriveStepFragment.java17 package com.android.tv.settings.device.storage;
/packages/services/Telecomm/scripts/
H A Dtelecom_testing.sh88 adb wait-for-device
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
H A DA2dpMediaBrowserService.java53 // Message sent when A2DP device is disconnected.
57 // Message sent when A2DP device is connected.
60 // after A2DP device is connected).
62 // Message sent when we recieve a TRACK update from AVRCP profile over a connected A2DP device.
166 BluetoothDevice device = devices.get(0);
167 Log.d(TAG, "got AVRCP device " + device);
282 private void msgDeviceConnect(BluetoothDevice device) { argument
284 // We are connected to a new device via A2DP now.
285 mA2dpDevice = device;
326 msgDeviceDisconnect(BluetoothDevice device) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppManager.java113 // A list of devices that may send files over OPP to this device
308 * Get device name per bluetooth address.
310 public String getDeviceName(BluetoothDevice device) { argument
313 deviceName = BluetoothOppPreference.getInstance(mContext).getName(device);
316 deviceName = device.getName();
335 public void startTransfer(BluetoothDevice device) { argument
351 insertThread = new InsertShareInfoThread(device, mMultipleFlag, mMimeTypeOfSendingFile,
367 * share to one device (say device 1), and then right away share to second
368 * device (devic
385 InsertShareInfoThread(BluetoothDevice device, boolean multiple, String typeOfSingleFile, String uri, String typeOfMultipleFiles, ArrayList<Uri> uris, boolean handoverInitiated) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
H A DSdpManager.java126 public SdpSearchInstance(int status, BluetoothDevice device, ParcelUuid uuid){ argument
127 this.mDevice = device;
165 * find an instance based on UUID AND device address.
202 boolean isSearching(BluetoothDevice device, ParcelUuid uuid) { argument
203 String addressString = device.getAddress();
420 public void sdpSearch(BluetoothDevice device, ParcelUuid uuid) { argument
426 if (sSdpSearchTracker.isSearching(device, uuid)) {
431 SdpSearchInstance inst = new SdpSearchInstance(0, device, uuid);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothPairingDialog.java55 * confirmation for pairing with a remote Bluetooth device.
91 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
92 if (device == null || device.equals(mDevice)) {
332 public static EntryDialogFragment newInstance(BluetoothDevice device, int type) { argument
336 b.putParcelable(ARG_DEVICE, device);
413 public static ConfirmationDialogFragment newInstance(BluetoothDevice device, argument
417 b.putParcelable(ARG_DEVICE, device);
H A DBluetoothAccessoryFragment.java88 BluetoothDevice device = intent
91 if (mDevice.equals(device)) {
92 // Done removing device, finish the activity
145 for (BluetoothDevice device : bondedDevices) {
146 if (mDeviceAddress.equals(device.getAddress())) {
147 mDevice = device;
169 // Set a broadcast receiver to let us know when the device has been removed
252 Log.d(TAG, "Bluetooth device successfully unpaired.");
263 Log.e(TAG, "Bluetooth device not found. Address = " + mDeviceAddress);
H A DAddAccessoryPreferenceFragment.java81 private Drawable getDeviceDrawable(BluetoothDevice device) { argument
82 final int resId = AccessoryUtils.getImageIdForDevice(device);
/packages/experimental/procstatlog/
H A Dprocstatlog.c50 // /proc/diskstats - per device: "/proc/diskstats:mmcblk0"
53 // /proc/yaffs - per device/line: "/proc/yaffs:userdata:nBlockErasures"
175 char *line, *device = NULL; local
180 device = strchr(line, '"');
181 if (device != NULL) {
182 char *end = strchr(++device, '"');
184 device_len = strlen(device);
188 if (device == NULL) continue;
196 unspace(data->name + 12, device, device_len);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
H A DStorageResetFragment.java17 package com.android.tv.settings.device;
33 import com.android.tv.settings.device.storage.MissingStorageFragment;
34 import com.android.tv.settings.device.storage.NewStorageActivity;
35 import com.android.tv.settings.device.storage.StorageFragment;
36 import com.android.tv.settings.device.storage.StoragePreference;
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DBluetoothTetheringNetworkFactory.java164 for (BluetoothDevice device : mPanService.getConnectedDevices()) {
165 mPanService.disconnect(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java222 + "device does not have BT or device is not ready");
264 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
266 if (mRemoteDevice == null || device == null) {
271 if (DEBUG) Log.d(TAG,"ACL disconnected for "+ device);
273 if (mRemoteDevice.equals(device)) {
275 cancelIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
619 + " automatically as already allowed device");
629 + " automatically as already rejected device");
855 public boolean isConnected(BluetoothDevice device) {
[all...]
/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
H A DInitializedOneCameraFactory.java72 final Lifetime lifetime, final CameraStarter cameraStarter, CameraDeviceProxy device,
131 final CaptureSessionCreator captureSessionCreator = new CaptureSessionCreator(device,
71 InitializedOneCameraFactory( final Lifetime lifetime, final CameraStarter cameraStarter, CameraDeviceProxy device, List<Surface> outputSurfaces, MainThread mainThreadExecutor, HandlerFactory handlerFactory, float maxZoom, List<Size> supportedPreviewSizes, LinearScale lensRange, OneCamera.Facing direction) argument
/packages/apps/Camera2/src_pd/com/android/camera/one/v2/
H A DOneCameraCreator.java49 CameraDevice device,
120 return cameraFactory.createOneCamera(new AndroidCameraDeviceProxy(device),
48 create( CameraDevice device, CameraCharacteristics characteristics, OneCameraFeatureConfig featureConfig, OneCameraCaptureSetting captureSetting, DisplayMetrics displayMetrics, Context context, MainThread mainThread, ImageRotationCalculator imageRotationCalculator, BurstFacade burstController, SoundPlayer soundPlayer, FatalErrorHandler fatalErrorHandler) argument
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DDeviceListPreferenceFragment.java83 Log.e(TAG, "Bluetooth is not supported on this device");
146 CachedBluetoothDevice device = btPreference.getCachedDevice();
147 mSelectedDevice = device.getDevice();
174 Log.w(TAG, "Trying to create a device preference before the list group/category "
188 // cached device.
/packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
H A DBluetoothMapService.java56 * Service to provide a channel for SMS interaction with remote device.
64 * The service only cares about one device (and one external connection) at a time. Also it is
66 * device has been dropped. What this means is that if the connection does indeed gets dropped -
74 * a) connect(): Connect will try to initiate a connection with remote device which
76 * the device is connected or connection gets failed, onConnect{Failed}() callbacks will be called.
78 * remote device.
153 // Since the discovery for MAS record is successful, connect to device.
192 BluetoothDevice device = (BluetoothDevice) msg.obj;
193 boolean ret = device.sdpSearch(BluetoothUuid.MAS);
286 Log.d(TAG, "Remote device disconnecte
352 connect( IBluetoothMapServiceCallbacks callbacks, BluetoothDevice device) argument
785 connectInternal(IBluetoothMapServiceCallbacks callbacks, BluetoothDevice device) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DBluetoothPbapClient.java31 * retrieval of phone book objects from remote device.
33 * How to connect to remote device which is acting in PSE role:
36 * device in PSE role;
508 * @param device BluetoothDevice that corresponds to remote acting in PSE
515 public BluetoothPbapClient(BluetoothDevice device, Account account, Handler handler) { argument
517 Log.d(TAG, " device " + device + " account " + account);
519 if (device == null) {
529 mSession = new BluetoothPbapSession(device, mSessionHandler);
/packages/apps/Camera2/src/com/android/camera/captureintent/state/
H A DStateForegroundWithSurfaceTexture.java24 import com.android.camera.device.CameraId;

Completed in 3813 milliseconds

12345678