HomeSort by relevance Sort by last modified time
    Searched refs:device (Results 1651 - 1675 of 4438) sorted by null

<<61626364656667686970>>

  /device/lge/bullhead/camera/QCamera2/
QCamera2Factory.h 54 const char* id, uint32_t halVersion, struct hw_device_t** device);
  /device/linaro/hikey/
BoardConfig.mk 24 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := "device/linaro/hikey/bluetooth"
56 BOARD_SEPOLICY_DIRS := device/linaro/hikey/sepolicy
  /device/moto/shamu/camera/QCamera2/
QCamera2Factory.h 54 const char* id, uint32_t halVersion, struct hw_device_t** device);
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/test/
Android.mk 19 OMX_CORE_DIR := device/moto/shamu/camera/mm-image-codec
56 OMX_CORE_DIR := device/moto/shamu/camera/mm-image-codec
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
trace-event-listener.rb 17 def initialize( adaptor = nil, device = $stderr )
19 @device = device
25 @device.printf( event_message, *interpolation_arguments )
  /external/autotest/client/deps/pyxinput/src/
xi2reader.py 31 """Registers device and events to listen on"""
53 """Gets the valuator names for device.
68 device = xi2.XIQueryDevice(self._display, device_id,
72 for i in range(device.num_classes):
73 if device.classes[i].contents.type == xi2.XIValuatorClass:
74 valuator_class_info = ctypes.cast(device.classes[i],
  /external/autotest/client/site_tests/hardware_StorageFio/
hardware_StorageFio.py 27 """Return the size in bytes of the device pointed to by __filename"""
38 """Get the device vendor and model name as its description"""
40 # Find the block device in sysfs. For example, a card read device may
45 # Obtain the device name by stripping the partition number.
47 device = os.path.basename(
49 findsys = utils.run('find /sys/devices -name %s' % device)
52 vendor_file = device_path.replace('block/%s' % device, 'vendor')
53 model_file = device_path.replace('block/%s' % device, 'model')
66 @param dev: block device / file to test
    [all...]
  /external/blktrace/btt/
trace_queue.c 29 if (remapper_dev(q_iop->t.device))
  /external/chromium-trace/catapult/devil/devil/android/
app_ui.py 27 def __init__(self, device, xml_node, package=None):
31 use an AppUi object (below) to grab an xml screenshot from a device and
35 device: A device_utils.DeviceUtils instance.
39 self._device = device
65 in device-independent pixels; otherwise they are assumed to be "real"
98 app = app_ui.AppUi(device, package='org.my.app')
146 def __init__(self, device, package=None):
150 device: A device_utils.DeviceUtils instance.
153 self._device = device
  /external/chromium-trace/catapult/systrace/bin/
adb_profile_chrome_startup 42 ' browser. Note that this require a device with root '
71 logging.error('Exactly 1 device must be attached.')
73 device = devices[0]
78 systrace_controller.SystraceController.GetCategories(device)))
87 device, systrace_categories, False))
90 device, package_info, options.cold, options.url))
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
tcpdump_profiler.py 27 def __init__(self, device, output_path):
28 self._device = device
41 raise Exception('Unable to find TCPDump. Check your device is rooted '
111 browser_backend.device, 'tcpdump')
113 browser_backend.device, output_path)
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
list_ports_linux.py 39 # try to detect the OS so that a device can be selected...
66 """given a path to a usb device in sysfs, return a string describing it"""
85 # descriptions from device
92 # create descriptions. prefer text from device, fall back to the others
97 def describe(device):
103 base = os.path.basename(device)
105 sys_dev_path = '/sys/class/tty/%s/device/driver/%s' % (base, base)
110 sys_dev_path = '/sys/class/tty/%s/device/interface' % (base,)
115 sys_dev_path = '/sys/class/tty/%s/device' % (base,)
123 def hwinfo(device)
    [all...]
  /external/kernel-headers/original/uapi/linux/
edd.h 115 __u8 device; member in struct:edd_device_params::__anon13963::__anon13964
122 __u8 device; member in struct:edd_device_params::__anon13963::__anon13965
157 __u8 device; member in struct:edd_device_params::__anon13963::__anon13972
173 __u8 device; member in struct:edd_info
  /external/libdrm/nouveau/nvif/
cl0080.h 7 __u64 device; /* device identifier, ~0 for client default */ member in struct:nv_device_v0
  /external/libpcap/
pcap-septel.c 190 * Activate a handle for a live capture from the given Septel device. Always pass a NULL device
218 pcap_t *septel_create(const char *device, char *ebuf, int *is_ours) {
222 /* Does this look like the Septel device? */
223 cp = strrchr(device, '/');
225 cp = device;
235 p = pcap_create_common(device, ebuf, sizeof (struct pcap_septel));
258 "Intel/Septel device",errbuf));
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.h 15 struct nouveau_device *device; member in struct:nouveau_screen
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUSubtarget.h 54 const AMDGPUDevice* device() const;
  /external/opencv3/modules/cudaimgproc/src/
hough_segments.cpp 54 namespace cv { namespace cuda { namespace device
136 using namespace cv::cuda::device::hough;
137 using namespace cv::cuda::device::hough_lines;
138 using namespace cv::cuda::device::hough_segments;
  /external/ppp/pppd/include/
pcap-int.h 64 char *device; member in struct:pcap_md
  /external/skia/src/core/
SkBlitMask.h 18 * Returns true if the device config and mask format were supported.
21 static bool BlitColor(const SkPixmap& device, const SkMask& mask,
25 * Function pointer that blits the mask into a device (dst) colorized
SkMatrixImageFilter.cpp 74 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(dstBounds.width(), dstBounds.height()));
75 if (nullptr == device.get()) {
79 SkCanvas canvas(device.get());
88 *result = device.get()->accessBitmap(false);
  /external/skia/src/effects/
SkImageSource.cpp 79 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(dstIRect.width(), dstIRect.height()));
80 if (nullptr == device.get()) {
84 SkCanvas canvas(device.get());
97 *result = device.get()->accessBitmap(false);
SkOffsetImageFilter.cpp 46 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height()));
47 if (nullptr == device.get()) {
50 SkCanvas canvas(device);
58 *result = device->accessBitmap(false);
  /frameworks/av/include/camera/ndk/
NdkCameraManager.h 87 * individual device, even if they are the same model.</p>
117 * @param cameraId The ID of the camera device whose availability is changing. The memory of this
145 * <p>onCameraUnavailable will be called whenever a camera device is opened by any camera API client.
146 * Other camera API clients may still be able to open such a camera device, evicting the existing
147 * client if they have higher priority than the existing client of a camera device.
189 * Query the capabilities of a camera device. These capabilities are
198 * @param cameraId the ID string of the camera device of interest.
215 * Open a connection to a camera with the given ID. The opened camera device will be
216 * returned in the `device` parameter.
219 * devices. Note that even if an id is listed, open may fail if the device
    [all...]
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 188 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module;
214 // - Device to device AND
219 ((patch->sinks[0].ext.device.hw_module != srcModule) ||
223 (patch->num_sinks != 0 && patch->sinks[0].ext.device.hw_module !=
240 audio_devices_t device = patch->sinks[0].ext.device.type; local
241 String8 address = String8(patch->sinks[0].ext.device.address);
244 patch->sinks[0].ext.device.hw_module,
247 device,
257 audio_devices_t device = patch->sources[0].ext.device.type; local
    [all...]

Completed in 586 milliseconds

<<61626364656667686970>>