HomeSort by relevance Sort by last modified time
    Searched refs:devices (Results 176 - 200 of 1444) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/tensorflow/tensorflow/tools/ci_build/builds/
docker_test.sh 104 # Add extra params for cuda devices and libraries for GPU container.
106 devices=$(\ls /dev/nvidia* | xargs -I{} echo '--device {}:{}')
108 GPU_EXTRA_PARAMS="${devices} ${libs}"
  /external/wpa_supplicant_8/wpa_supplicant/
eap_proxy_qmi_oc.mak 10 # This is supported only in B Family devices.
  /frameworks/av/media/libaudiohal/2.0/
DeviceHalLocal.cpp 37 status_t DeviceHalLocal::getSupportedDevices(uint32_t *devices) {
39 *devices = mDev->get_supported_devices(mDev);
106 audio_devices_t devices,
112 ALOGV("open_output_stream handle: %d devices: %x flags: %#x"
114 handle, devices, flags,
118 mDev, handle, devices, flags, config, &halStream, address);
128 audio_devices_t devices,
135 ALOGV("open_input_stream handle: %d devices: %x flags: %#x "
137 handle, devices, flags,
141 mDev, handle, devices, config, &halStream, flags, address, source)
    [all...]
  /frameworks/av/media/libaudiohal/4.0/
DeviceHalLocal.cpp 38 status_t DeviceHalLocal::getSupportedDevices(uint32_t *devices) {
40 *devices = mDev->get_supported_devices(mDev);
107 audio_devices_t devices,
113 ALOGV("open_output_stream handle: %d devices: %x flags: %#x"
115 handle, devices, flags,
119 mDev, handle, devices, flags, config, &halStream, address);
129 audio_devices_t devices,
136 ALOGV("open_input_stream handle: %d devices: %x flags: %#x "
138 handle, devices, flags,
142 mDev, handle, devices, config, &halStream, flags, address, source)
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
ConfigParsingUtils.h 46 static status_t loadHwModuleDevice(cnode *root, DeviceVector &devices);
48 static void loadDevicesFromTag(const char *tag, DeviceVector &devices,
  /frameworks/base/libs/hwui/tests/scripts/
prep_marlfish.sh 3 cpubase=/sys/devices/system/cpu
  /frameworks/ml/nn/runtime/
CompilationBuilder.cpp 36 // Get the list of HAL devices.
40 int CompilationBuilder::finish(const std::vector<std::shared_ptr<Device>>& devices) {
50 int n = mModel->partitionTheWork(devices, mPreference, &mPlan);
  /hardware/interfaces/camera/metadata/
README.md 7 camera provider and camera devices to retrieve static camera information and issue
  /hardware/qcom/power/
Android.mk 1 # TODO: Find a better way to separate build configs for ADP vs non-ADP devices
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothRouteManagerTest.java 129 private void setupConnectedDevices(BluetoothDevice[] devices, BluetoothDevice activeDevice) {
130 when(mDeviceManager.getNumConnectedDevices()).thenReturn(devices.length);
131 when(mDeviceManager.getConnectedDevices()).thenReturn(Arrays.asList(devices));
132 when(mHeadsetProxy.getConnectedDevices()).thenReturn(Arrays.asList(devices));
138 BluetoothDevice first = getFirstExcluding(devices,
142 for (BluetoothDevice device : devices) {
182 BluetoothDevice[] devices, String excludeAddress) {
183 for (BluetoothDevice x : devices) {
  /platform_testing/scripts/perf-setup/
imx7d-setup.sh 10 cpubase=/sys/devices/system/cpu
  /system/extras/tests/workloads/
capture.sh 7 adb devices -l 2>&1 >/dev/null
21 devInfo=$(adb devices -l | grep -v ^List | head -1)
  /test/vti/test_serving/gae/webapp/src/scheduler/
device_heartbeat.py 31 Used to find lost devices and change their status properly.
45 devices = device_query.fetch()
47 x for x in devices
job_heartbeat.py 68 devices = device_query.fetch()
70 for device in devices:
  /tools/tradefederation/core/src/com/android/tradefed/command/remote/
DeviceTracker.java 27 * Singleton class that tracks devices that have been remotely allocated.
74 * Mark all remotely allocated devices as freed.
76 * @return a {@link Collection} of all remotely allocated devices
79 Collection<ITestDevice> devices = new ArrayList<ITestDevice>(mAllocatedDeviceMap.values()); local
82 return devices;
  /tools/tradefederation/core/src/com/android/tradefed/testtype/host/
PrettyTestEventLogger.java 39 public PrettyTestEventLogger(List<ITestDevice> devices) {
40 mDevices = devices;
67 // Only attempt to log on real devices.
  /external/devlib/devlib/bin/scripts/
shutils.in 20 for CPU in /sys/devices/system/cpu/cpu[0-9]*; do
26 $GREP '' /sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq | \
27 $SED -e 's|/sys/devices/system/cpu/cpu||' -e 's|/cpufreq/scaling_cur_freq:| |'
32 for CPU in /sys/devices/system/cpu/cpu[0-9]*; do
38 $GREP '' /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor | \
39 $SED -e 's|/sys/devices/system/cpu/cpu||' -e 's|/cpufreq/scaling_governor:| |'
43 FREQS=$($CAT /sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq)
55 CPU_PATHS=/sys/devices/system/cpu/cpu[0-9]*
213 for path in /sys/devices/system/cpu/cpu[0-9]*; do
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
BluetoothScanner.java 32 * Listens for unconfigured or problematic devices to show up on
98 public void onScanningStopped(ArrayList<Device> devices) {
113 * Starts listening. Will call onto listener with any devices we have
165 public final ArrayList<Device> devices; field in class:BluetoothScanner.ClientRecord
170 devices = new ArrayList<>();
235 newClient.devices.add(target);
328 for (int devPtr = client.devices.size() - 1; devPtr > -1; devPtr--) {
329 Device d = client.devices.get(devPtr);
331 client.devices.remove(devPtr);
432 // Clear any devices that have disappeared since the last scan complete
    [all...]
  /cts/hostsidetests/theme/
android_device.py 122 devices = subprocess.check_output(["adb", "devices"])
123 if not devices:
126 devices = devices.decode('UTF-8').split('\n')[1:]
129 for device in devices:
  /external/chromium-trace/catapult/devil/devil/android/tools/
unlock_bootloader.py 6 """A script to open the unlock bootloader on-screen prompt on all devices."""
29 # Reboot all devices into bootloader if they aren't there already.
31 for d in adb_wrapper.AdbWrapper.Devices(desired_state=None):
46 # Wait for the rebooted devices to show up in fastboot.
48 logging.info('Waiting for devices to reboot...')
53 fastbooted_devices = set([str(d) for d in fastboot.Fastboot.Devices()])
55 logging.info('All devices in fastboot.')
135 reboot_into_bootloader(args.devices)
136 devices = [
137 d for d in fastboot.Fastboot.Devices() if not args.devices o
    [all...]
  /external/vulkan-validation-layers/libs/vkjson/
vkjson_info.cc 104 instance.devices.size()) {
106 << " requested but only " << instance.devices.size()
107 << " devices found." << std::endl;
110 out_device = &instance.devices[options.device_index];
112 for (const auto& device : instance.devices) {
177 for (uint32_t i = 0, n = static_cast<uint32_t>(instance.devices.size()); i < n; i++) {
  /external/webrtc/talk/media/devices/
devicemanager.h 56 // video devices on the system.
69 virtual bool GetAudioInputDevices(std::vector<Device>* devices) = 0;
70 virtual bool GetAudioOutputDevices(std::vector<Device>* devices) = 0;
140 virtual bool GetAudioInputDevices(std::vector<Device>* devices);
141 virtual bool GetAudioOutputDevices(std::vector<Device>* devices);
174 static bool FilterDevices(std::vector<Device>* devices,
  /frameworks/native/vulkan/vkjson/
vkjson_info.cc 104 instance.devices.size()) {
106 << " requested but only " << instance.devices.size()
107 << " devices found." << std::endl;
110 out_device = &instance.devices[options.device_index];
112 for (const auto& device : instance.devices) {
177 for (uint32_t i = 0, n = static_cast<uint32_t>(instance.devices.size()); i < n; i++) {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/vkjson/
vkjson_info.cc 101 instance.devices.size()) {
103 << " requested but only " << instance.devices.size()
104 << " devices found." << std::endl;
107 out_device = &instance.devices[options.device_index];
109 for (const auto& device : instance.devices) {
165 for (uint32_t i = 0, n = static_cast<uint32_t>(instance.devices.size()); i < n; i++) {
  /external/linux-kselftest/tools/testing/selftests/memory-hotplug/
mem-on-off-test.sh 22 if ! ls $SYSFS/devices/system/memory/memory* > /dev/null 2>&1; then
27 if ! grep -q 1 $SYSFS/devices/system/memory/memory*/removable; then
40 for memory in $SYSFS/devices/system/memory/memory*; do
60 grep -q online $SYSFS/devices/system/memory/memory$1/state
65 grep -q offline $SYSFS/devices/system/memory/memory$1/state
70 echo online > $SYSFS/devices/system/memory/memory$1/state
75 echo offline > $SYSFS/devices/system/memory/memory$1/state

Completed in 992 milliseconds

1 2 3 4 5 6 78 91011>>