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

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
transport_class.h 15 #include <linux/device.h>
22 int (*setup)(struct transport_container *, struct device *,
24 int (*configure)(struct transport_container *, struct device *,
26 int (*remove)(struct transport_container *, struct device *,
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
transport_class.h 15 #include <linux/device.h>
22 int (*setup)(struct transport_container *, struct device *,
24 int (*configure)(struct transport_container *, struct device *,
26 int (*remove)(struct transport_container *, struct device *,
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
transport_class.h 15 #include <linux/device.h>
22 int (*setup)(struct transport_container *, struct device *,
24 int (*configure)(struct transport_container *, struct device *,
26 int (*remove)(struct transport_container *, struct device *,
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
transport_class.h 15 #include <linux/device.h>
22 int (*setup)(struct transport_container *, struct device *,
24 int (*configure)(struct transport_container *, struct device *,
26 int (*remove)(struct transport_container *, struct device *,
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
transport_class.h 15 #include <linux/device.h>
22 int (*setup)(struct transport_container *, struct device *,
24 int (*configure)(struct transport_container *, struct device *,
26 int (*remove)(struct transport_container *, struct device *,
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
transport_class.h 15 #include <linux/device.h>
22 int (*setup)(struct transport_container *, struct device *,
24 int (*configure)(struct transport_container *, struct device *,
26 int (*remove)(struct transport_container *, struct device *,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
ILaunchController.java 27 * Launches an application on a device or emulator
30 * @param device the device or emulator to launch the application on
32 public void launchApp(DelayedLaunchInfo launchInfo, IDevice device);
  /system/bt/test/
run_unit_tests.sh 16 echo " ${binary} [-i <iterations>] [-s <specific device>] [--all] [<test name>[.<filter>] ...] [--<arg> ...]"
29 device=
52 echo "error: no device specified" 1>&2
56 device="$1"
79 if [ -n "${device}" ]; then
80 adb+=( "-s" "${device}" )
  /external/autotest/client/profilers/blktrace/
blktrace.py 24 self.device = dargs.get('device', None)
37 if getattr(test, 'device', None):
38 device = test.device
40 if self.device:
41 device=self.device
43 raise error.TestWarn('No device specified for blktrace')
44 return device
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/core/
android_action_runner.py 16 """Provides an API for interacting with an android device.
31 """Perform gesture to scroll down on the android device.
66 """Convert the characters of the string into key events and send to device.
69 string: The string to send to the device.
71 self._platform_backend.device.RunShellCommand('input text %s' % string)
74 """Send a single key input to the device.
77 key: A key code number or name that will be sent to the device
79 self._platform_backend.device.RunShellCommand('input keyevent %s' % key)
88 self._platform_backend.device.RunShellCommand('input tap %s %s' % (x_coord,
102 self._platform_backend.device.RunShellCommand
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkRefUtil.inl 6 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
7 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
8 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
9 Move<VkEvent> createEvent (const DeviceInterface& vk, VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
10 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
11 Move<VkBuffer> createBuffer (const DeviceInterface& vk, VkDevice device, const VkBufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
12 Move<VkBufferView> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
13 Move<VkImage> createImage (const DeviceInterface& vk, VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
14 Move<VkImageView> createImageView (const DeviceInterface& vk, VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
15 Move<VkShaderModule> createShaderModule (const DeviceInterface& vk, VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL)
    [all...]
  /external/libdrm/tests/kms/
kms-steal-crtc.c 48 struct kms_device *device; local
55 fprintf(stderr, "usage: %s DEVICE\n", argv[0]);
74 device = kms_device_open(fd);
75 if (!device) {
80 if (device->num_screens < 1) {
82 kms_device_close(device);
88 screen = device->screens[0];
93 fb = kms_framebuffer_create(device, screen->width, screen->height,
111 err = kms_screen_set(screen, device->crtcs[index++], fb);
144 if (index >= device->num_crtcs
    [all...]
  /external/skia/src/core/
SkBlitBWMaskTemplate.h 42 SK_BLITBWMASK_DEVTYPE* device = dst.SK_BLITBWMASK_GETADDR(cx, cy); local
47 SK_BLITBWMASK_DEVTYPE* dst = device;
54 device = (SK_BLITBWMASK_DEVTYPE*)((char*)device + bitmap_rowBytes);
81 device -= left_edge & 7;
89 SK_BLITBWMASK_BLIT8(mask, device);
91 device = (SK_BLITBWMASK_DEVTYPE*)((char*)device + bitmap_rowBytes);
98 SK_BLITBWMASK_DEVTYPE* dst = device;
117 device = (SK_BLITBWMASK_DEVTYPE*)((char*)device + bitmap_rowBytes)
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothHspFacade.java 67 public Boolean hspConnect(BluetoothDevice device) {
69 return sHspProfile.connect(device);
72 public Boolean hspDisconnect(BluetoothDevice device) {
74 return sHspProfile.disconnect(device);
82 @Rpc(description = "Connect to an HSP device.")
84 @RpcParameter(name = "device", description = "Name or MAC address of a bluetooth device.")
85 String device)
89 BluetoothDevice mDevice = BluetoothFacade.getDevice(BluetoothFacade.DiscoveredDevices, device);
90 Log.d("Connecting to device " + mDevice.getAliasName())
122 BluetoothDevice device; local
    [all...]
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
SearchViewUiTest.java 41 device.pressBack();
52 device.pressBack();
67 device.pressEnter();
84 device.pressEnter();
85 device.pressBack();
99 device.pressEnter();
103 device.waitForIdle();
119 device.pressEnter();
120 device.pressBack();
122 device.waitForIdle()
    [all...]
  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 33 hwc_composer_device_1_t device; member in struct:hwc_context_t
38 struct hw_device_t** device);
109 struct hw_device_t** device)
120 dev->device.common.tag = HARDWARE_DEVICE_TAG;
121 dev->device.common.version = HWC_DEVICE_API_VERSION_1_0;
122 dev->device.common.module = const_cast<hw_module_t*>(module);
123 dev->device.common.close = hwc_device_close;
125 dev->device.prepare = hwc_prepare;
126 dev->device.set = hwc_set;
128 *device = &dev->device.common
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/executors/
Mips64InterpreterExecutor.java 23 public Mips64InterpreterExecutor(BaseListener listener, Device device) {
24 super("MIPS64 Interpreter", 30, listener, Architecture.MIPS64, device, false);
Mips64OptimizingBackendExecutor.java 23 public Mips64OptimizingBackendExecutor(BaseListener listener, Device device) {
24 super("MIPS64 Optimizing Backend", 5, listener, Architecture.MIPS64, device, true);
Mips64QuickBackendExecutor.java 23 public Mips64QuickBackendExecutor(BaseListener listener, Device device) {
24 super("MIPS64 Quick Backend", 5, listener, Architecture.MIPS64, device, true);
MipsInterpreterExecutor.java 23 public MipsInterpreterExecutor(BaseListener listener, Device device) {
24 super("MIPS Interpreter", 30, listener, Architecture.MIPS, device, false);
MipsOptimizingBackendExecutor.java 23 public MipsOptimizingBackendExecutor(BaseListener listener, Device device) {
24 super("MIPS Optimizing Backend", 5, listener, Architecture.MIPS, device, true);
MipsQuickBackendExecutor.java 23 public MipsQuickBackendExecutor(BaseListener listener, Device device) {
24 super("MIPS Quick Backend", 5, listener, Architecture.MIPS, device, true);
X86_64InterpreterExecutor.java 23 public X86_64InterpreterExecutor(BaseListener listener, Device device) {
24 super("x86_64 Interpreter", 30, listener, Architecture.X86_64, device, false);
X86_64OptimizingBackendExecutor.java 23 public X86_64OptimizingBackendExecutor(BaseListener listener, Device device) {
24 super("x86_64 Optimizing Backend", 5, listener, Architecture.X86_64, device, true);
X86_64QuickBackendExecutor.java 23 public X86_64QuickBackendExecutor(BaseListener listener, Device device) {
24 super("x86_64 Quick Backend", 5, listener, Architecture.X86_64, device, true);

Completed in 813 milliseconds

<<11121314151617181920>>