HomeSort by relevance Sort by last modified time
    Searched refs:device (Results 126 - 150 of 6965) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Camera2/src/com/android/camera/device/
SingleDeviceCloseListener.java 17 package com.android.camera.device;
20 * Listener for device closing lifecycle events.
24 * Occurs when the device is closed.
29 * Occurs when there is an exception closing the device.
SingleDeviceShutdownListener.java 17 package com.android.camera.device;
20 * Listen to full shutdown events of a single device and api combination.
24 * This should be called once, and only once, when a single device
  /packages/services/Car/car-lib/src/android/car/trust/
ICarTrustAgentBleCallback.aidl 39 * Called when a device is connected.
41 void onBleDeviceConnected(in BluetoothDevice device);
44 * Called when a device is disconnected.
46 void onBleDeviceDisconnected(in BluetoothDevice device);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
Configuration.java 17 package com.android.hierarchyviewer.device;
  /system/bt/binder/android/bluetooth/
IBluetoothMapClient.aidl 29 boolean connect(in BluetoothDevice device);
30 boolean disconnect(in BluetoothDevice device);
31 boolean isConnected(in BluetoothDevice device);
34 int getConnectionState(in BluetoothDevice device);
35 boolean setPriority(in BluetoothDevice device,in int priority);
36 int getPriority(in BluetoothDevice device);
37 boolean sendMessage(in BluetoothDevice device, in Uri[] contacts, in String message,
39 boolean getUnreadMessages(in BluetoothDevice device);
IBluetoothMap.aidl 29 boolean connect(in BluetoothDevice device);
30 boolean disconnect(in BluetoothDevice device);
31 boolean isConnected(in BluetoothDevice device);
34 int getConnectionState(in BluetoothDevice device);
35 boolean setPriority(in BluetoothDevice device, int priority);
36 int getPriority(in BluetoothDevice device);
IBluetoothSap.aidl 29 boolean connect(in BluetoothDevice device);
30 boolean disconnect(in BluetoothDevice device);
31 boolean isConnected(in BluetoothDevice device);
34 int getConnectionState(in BluetoothDevice device);
35 boolean setPriority(in BluetoothDevice device, int priority);
36 int getPriority(in BluetoothDevice device);
  /tools/tradefederation/core/remote/src/com/android/tradefed/device/
FreeDeviceState.java 16 package com.android.tradefed.device;
20 /** device is responsive, and can be returned to the available device queue */
24 * Device is not available for testing, and should not be returned to the available device
25 * queue. Typically this means device is not visible via adb, but not necessarily.
30 * Device is visible on adb, but is not responsive. Depending on configuration this
31 * device may be returned to available queue.
36 * Device should be ignored, and not returned to the available device queue
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/build/
DeviceBuildDescriptor.java 18 import com.android.tradefed.device.DeviceNotAvailableException;
19 import com.android.tradefed.device.ITestDevice;
22 * A wrapper class for a {@link IBuildInfo}, that contains helper methods to retrieve device
25 * Intended to be use for "unbundled" aka not device builds {@link IBuildInfo}, that desire
26 * metadata about what device the build was run on.
43 * Determines if given {@link IBuildInfo} contains device build metadata
46 * @return True if the {@link IBuildInfo} contains the device build metadata, false otherwise
53 * Gets the device build ID. Maps to the ro.build.incremental.id property on device.
60 * Gets the device build alias. Maps to the ro.build.id property on device. Typically follow
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/device/metric/
BugreportzMetricCollector.java 17 package com.android.tradefed.device.metric;
19 import com.android.tradefed.device.ITestDevice;
29 void collect(ITestDevice device, DeviceMetricData runData) throws InterruptedException {
33 if (!device.logBugreport(hostBugreportFilename, getInvocationListener())) {
  /tools/tradefederation/core/src/com/android/tradefed/suite/checker/
ISystemStatusChecker.java 18 import com.android.tradefed.device.DeviceNotAvailableException;
19 import com.android.tradefed.device.ITestDevice;
44 * @param device The {@link ITestDevice} on which to run the checks.
48 public default StatusCheckerResult preExecutionCheck(ITestDevice device)
58 * @param device The {@link ITestDevice} on which to run the checks.
62 public default StatusCheckerResult postExecutionCheck(ITestDevice device)
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
RebootTargetPreparer.java 20 import com.android.tradefed.device.DeviceNotAvailableException;
21 import com.android.tradefed.device.ITestDevice;
23 /** Target preparer that reboots the device. */
28 public void setUp(ITestDevice device, IBuildInfo buildInfo)
30 device.reboot();
  /device/google/cuttlefish/vsoc_x86/phone/
device.mk 17 $(call inherit-product, device/google/cuttlefish/shared/phone/device.mk)
22 PRODUCT_PACKAGE_OVERLAYS := device/google/cuttlefish/vsoc_x86/phone/overlay
  /device/google/cuttlefish/vsoc_x86/tablet/
device.mk 17 $(call inherit-product, device/google/cuttlefish/shared/tablet/device.mk)
22 PRODUCT_PACKAGE_OVERLAYS := device/google/cuttlefish/vsoc_x86/tablet/overlay
  /device/google/cuttlefish/vsoc_x86/tablet_3g/
device.mk 17 $(call inherit-product, device/google/cuttlefish/shared/tablet_3g/device.mk)
22 PRODUCT_PACKAGE_OVERLAYS := device/google/cuttlefish/vsoc_x86/tablet_3g/overlay
  /device/google/cuttlefish/vsoc_x86_64/phone/
device.mk 18 $(call inherit-product, device/google/cuttlefish/shared/phone/device.mk)
23 PRODUCT_PACKAGE_OVERLAYS := device/google/cuttlefish/vsoc_x86_64/phone/overlay
  /device/google/cuttlefish/vsoc_x86_64/tablet/
device.mk 18 $(call inherit-product, device/google/cuttlefish/shared/tablet/device.mk)
23 PRODUCT_PACKAGE_OVERLAYS := device/google/cuttlefish/vsoc_x86_64/tablet/overlay
  /external/libdrm/tests/kms/
libkms-test-crtc.c 30 struct kms_crtc *kms_crtc_create(struct kms_device *device, uint32_t id)
38 crtc->device = device;
  /external/libmtp/src/
playlist-spl.h 28 void spl_to_playlist_t(LIBMTP_mtpdevice_t* device, PTPObjectInfo *oi,
30 int playlist_t_to_spl(LIBMTP_mtpdevice_t *device,
32 int update_spl_playlist(LIBMTP_mtpdevice_t *device,
  /external/skia/gn/
push_to_android.py 13 device = '/data/local/tmp/' + os.path.basename(host) variable
18 subprocess.check_output(['adb'] + restrict + ['push', host, device])
19 subprocess.check_call(['adb'] + restrict + ['shell', 'chmod', '+x', device])
  /external/skqp/gn/
push_to_android.py 13 device = '/data/local/tmp/' + os.path.basename(host) variable
18 subprocess.check_output(['adb'] + restrict + ['push', host, device])
19 subprocess.check_call(['adb'] + restrict + ['shell', 'chmod', '+x', device])
  /external/syslinux/core/include/
cache.h 18 void cache_init(struct device *, int);
19 const void *get_cache(struct device *, block_t);
20 struct cache *_get_cache_block(struct device *, block_t);
  /external/tensorflow/tensorflow/core/graph/
default_device.h 27 // Sets the default device for all nodes in graph_def to "device",
29 inline void SetDefaultDevice(const string& device, GraphDef* graph_def) {
32 if (node->device().empty()) {
33 node->set_device(device);
  /external/webrtc/webrtc/sound/
nullsoundsystem.cc 24 // Name used for the single device and the sound system itself.
111 SoundDeviceLocator *device; local
112 GetDefaultPlaybackDevice(&device);
113 devices->push_back(device);
120 SoundDeviceLocator *device; local
121 GetDefaultCaptureDevice(&device);
122 devices->push_back(device);
127 SoundDeviceLocator **device) {
128 *device = new NullSoundDeviceLocator();
133 SoundDeviceLocator **device) {
    [all...]
  /frameworks/av/media/libaudiohal/2.0/
DevicesFactoryHalHybrid.cpp 34 status_t DevicesFactoryHalHybrid::openDevice(const char *name, sp<DeviceHalInterface> *device) {
37 return mHidlFactory->openDevice(name, device);
39 return mLocalFactory->openDevice(name, device);

Completed in 700 milliseconds

1 2 3 4 56 7 8 91011>>