HomeSort by relevance Sort by last modified time
    Searched defs:device (Results 1 - 25 of 1557) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/apps/CameraITS/tests/scene1/
test_3a.py 15 import its.device namespace
24 with its.device.ItsSession() as cam:
  /build/core/
device.mk 22 define dump-device
30 $(foreach p,$(DEVICES),$(call dump-device,$(p)))
34 # $(1): device to inherit
36 define inherit-device
42 # $(1): device makefile list
51 # $(1): short device name like "sooner"
53 define _resolve-short-device-name
65 $(error No matches for device "$(dn)"), \
66 $(error Device "$(dn)" ambiguous: matches $(d)) \
72 # $(1): short device name like "sooner
    [all...]
  /cts/apps/CameraITS/tests/scene0/
test_sensor_events.py 15 import its.device namespace
22 Test will only work if the screen is on (i.e.) the device isn't in standby.
26 with its.device.ItsSession() as cam:
test_camera_properties.py 16 import its.device namespace
24 with its.device.ItsSession() as cam:
test_param_sensitivity_burst.py 17 import its.device namespace
29 with its.device.ItsSession() as cam:
test_unified_timestamps.py 15 import its.device namespace
24 with its.device.ItsSession() as cam:
  /cts/apps/CameraITS/tools/
config.py 15 import its.device namespace
47 ["reboot", "camera", "target", "device"]]
50 with its.device.ItsSession() as cam:
get_camera_ids.py 16 import its.device namespace
29 with its.device.ItsSession() as cam:
  /external/libmtp/examples/
format.c 3 * Example program that formats the device storage.
51 LIBMTP_mtpdevice_t *device; local
57 device = LIBMTP_Get_First_Device();
58 if (device == NULL) {
63 printf("I will now format your device. This means that\n");
69 ret = LIBMTP_Format_Storage(device, device->storage);
76 printf("Failed to format device.\n");
77 LIBMTP_Dump_Errorstack(device);
78 LIBMTP_Clear_Errorstack(device);
    [all...]
reset.c 3 * Example program that resets the device.
51 LIBMTP_mtpdevice_t *device; local
57 device = LIBMTP_Get_First_Device();
58 if (device == NULL) {
63 printf("I will now reset your device. This means that\n");
64 printf("the device may go inactive immediately and may report errors.\n");
67 ret = LIBMTP_Reset_Device(device);
74 printf("Failed to reset device.\n");
75 LIBMTP_Dump_Errorstack(device);
76 LIBMTP_Clear_Errorstack(device);
    [all...]
trexist.c 3 * Example program to check if a certain track exists on the device.
33 LIBMTP_mtpdevice_t *device; local
56 device = LIBMTP_Get_First_Device();
57 if (device == NULL) {
58 printf("No devices. Connect/replug device and try again.\n");
62 printf("%s\n", LIBMTP_Track_Exists(device, id) ? "Yes" : "No");
64 LIBMTP_Release_Device(device);
folders.c 3 * Example program that lists all folders on a device.
44 LIBMTP_mtpdevice_t *device, *iter; local
48 fprintf(stdout, "Attempting to connect device(s)\n");
50 switch(LIBMTP_Get_Connected_Devices(&device))
69 /* Successfully connected at least one device, so continue */
76 for(iter = device; iter != NULL; iter = iter->next)
79 /* Echo the friendly name so we know which device we are working with */
105 LIBMTP_Release_Device_List(device);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_screen.h 34 struct nouveau_device *device; member in struct:nouveau_screen
  /cts/apps/CameraITS/tests/inprog/
test_crop_region.py 17 import its.device namespace
31 with its.device.ItsSession() as cam:
test_test_patterns.py 16 import its.device namespace
25 with its.device.ItsSession() as cam:
  /cts/apps/CameraITS/tests/scene2/
test_faces.py 16 import its.device namespace
29 with its.device.ItsSession() as cam:
  /external/gptfdisk/
cgdisk.cc 31 string device = ""; local
39 cout << "Type device filename, or press <Enter> to exit: ";
40 device = ReadString();
41 if (device.length() == 0)
45 device = (string) argv[1];
49 device = (string) argv[2];
51 device = (string) argv[1];
67 if (theGPT.LoadPartitions(device)) {
76 Report("Could not load partitions from '" + device + "'! Aborting!");
fixparts.cc 27 string device; local
33 cout << "Type device filename, or press <Enter> to exit: ";
34 device = ReadString();
35 if (device.length() == 0)
39 device = argv[1];
46 cout << "\nLoading MBR data from " << device << "\n"; local
47 if (!mbrTable.ReadMBRData(device)) {
48 cerr << "\nUnable to read MBR data from '" << device << "'! Exiting!\n\n"; local
61 cerr << "\nCannot find valid MBR data on '" << device << "'! Exiting!\n\n"; local
68 cerr << "\nCannot determine the validity of the disk on '" << device local
    [all...]
gdisk.cc 16 string device = ""; local
29 cout << "Type device filename, or press <Enter> to exit: ";
30 device = ReadString();
31 if (device.length() == 0)
33 else if (theGPT.LoadPartitions(device)) {
36 theGPT.MainMenu(device);
48 device = (string) argv[2];
50 device = (string) argv[1];
55 if (device != "") {
57 if (theGPT.LoadPartitions(device))
    [all...]
  /external/libdrm/tests/tegra/
openclose.c 40 const char *device; local
44 device = default_device;
46 device = argv[1];
48 fd = open(device, O_RDWR);
  /external/libusb-compat/libusb/
usbi.h 50 struct usb_device *device; member in struct:usb_dev_handle
  /packages/apps/Camera2/src/com/android/camera/device/
CameraDeviceActionProvider.java 17 package com.android.camera.device;
20 * Provides a set of executable actions for a given camera device key.
28 * @param <TDevice> The type of camera device the actions produce.
33 * Return a new set of device and api specific actions for the given
CameraOpenException.java 17 package com.android.camera.device;
SingleDeviceActions.java 17 package com.android.camera.device;
22 * Device specific actions for opening and closing a device.
27 * Open the device represented by this instance. This should only
28 * be called if there is a reasonable expectation that the device is
32 * parameters or if the camera device determined to be un-openable.
37 * Close the device represented by this instance.
42 public void executeClose(SingleDeviceCloseListener closeListener, TDevice 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.

Completed in 895 milliseconds

1 2 3 4 5 6 7 8 91011>>