HomeSort by relevance Sort by last modified time
    Searched refs:device (Results 226 - 250 of 1757) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/android-ndk-r7/platforms/android-4/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 *,
  /prebuilts/ndk/android-ndk-r7/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/android-ndk-r7/platforms/android-5/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 *,
  /prebuilts/ndk/android-ndk-r7/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/android-ndk-r7/platforms/android-8/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 *,
  /prebuilts/ndk/android-ndk-r7/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/android-ndk-r7/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/
IAndroidLaunchAction.java 30 * @param device the Android device to perform action on
34 boolean doLaunchAction(DelayedLaunchInfo info, IDevice device);
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);
  /sdk/monkeyrunner/scripts/
monkey_playback.py 38 # Process a single file for the specified device.
39 def process_file(fp, device):
53 CMD_MAP[cmd](device, rest)
60 device = MonkeyRunner.waitForConnection()
62 process_file(fp, device)
  /sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/actions/
Action.java 42 * @param device the device to execute the action on.
44 void execute(IChimpDevice device) throws Exception;
  /external/bluetooth/bluez/serial/
manager.c 54 #include "device.h"
71 static int serial_probe(struct btd_device *device, const char *uuid)
73 struct btd_adapter *adapter = device_get_adapter(device);
74 const gchar *path = device_get_path(device);
82 rec = btd_device_get_record(device, uuid);
99 device_get_address(device, &dst);
104 static void serial_remove(struct btd_device *device)
106 const gchar *path = device_get_path(device);
114 static int port_probe(struct btd_device *device, GSList *uuids)
117 serial_probe(device, uuids->data)
    [all...]
  /external/skia/src/core/
SkBlitBWMaskTemplate.h 42 SK_BLITBWMASK_DEVTYPE* device = bitmap.SK_BLITBWMASK_GETADDR(cx, cy); local
47 SK_BLITBWMASK_DEVTYPE* dst = device;
54 device = (SK_BLITBWMASK_DEVTYPE*)((char*)device + bitmap_rowBytes);
80 device -= left_edge & 7;
90 SK_BLITBWMASK_BLIT8(mask, device);
92 device = (SK_BLITBWMASK_DEVTYPE*)((char*)device + bitmap_rowBytes);
99 SK_BLITBWMASK_DEVTYPE* dst = device;
118 device = (SK_BLITBWMASK_DEVTYPE*)((char*)device + bitmap_rowBytes)
    [all...]
  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 32 hwc_composer_device_t device; member in struct:hwc_context_t
37 struct hw_device_t** device);
108 struct hw_device_t** device)
119 dev->device.common.tag = HARDWARE_DEVICE_TAG;
120 dev->device.common.version = 0;
121 dev->device.common.module = const_cast<hw_module_t*>(module);
122 dev->device.common.close = hwc_device_close;
124 dev->device.prepare = hwc_prepare;
125 dev->device.set = hwc_set;
127 *device = &dev->device.common
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c 49 static void ph_DeleteDevice(SDL_VideoDevice *device);
72 SDL_VideoDevice* device; local
75 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
76 if (device)
78 SDL_memset(device, 0, (sizeof *device));
79 device->hidden = (struct SDL_PrivateVideoData*)SDL_malloc((sizeof *device->hidden));
80 device->gl_data = NULL;
82 if ((device == NULL) || (device->hidden == NULL)
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothHealthProfileHandler.java 72 HealthChannel(BluetoothDevice device, BluetoothHealthAppConfiguration config,
77 mDevice = device;
190 boolean connectChannelToSource(BluetoothDevice device,
192 return connectChannel(device, config, BluetoothHealth.CHANNEL_TYPE_ANY);
195 private HealthChannel getMainChannel(BluetoothDevice device,
198 if (chan.mDevice.equals(device) && chan.mConfig.equals(config)) {
205 boolean connectChannel(BluetoothDevice device,
208 mBluetoothService.getObjectPathFromAddress(device.getAddress());
214 HealthChannel chan = new HealthChannel(device, config, null, false, null);
221 callHealthChannelCallback(config, device, prevState, state, null, chan.mId)
382 BluetoothDevice device = adapter.getRemoteDevice(address); local
    [all...]
  /development/tools/emulator/system/camera/
EmulatedBaseCamera.h 27 * functionality common to all emulated camera device versions ("fake",
39 struct hw_device_t* device,
60 /* Creates connection to the emulated camera device.
65 virtual status_t connectCamera(hw_device_t** device) = 0;
95 /* Version of the camera device HAL implemented by this camera */
  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceTestCase.java 24 * Helper JUnit test case that stores reference to an Android device and test data.
26 * Can be extended to verify an Android device's response to various adb commands.
30 /** Android device under test */
41 public void setDevice(IDevice device) {
42 mDevice = device;
68 // ensure device has been set before test is run
  /external/bluetooth/bluez/network/
connection.h 26 int connection_register(struct btd_device *device, const char *path,
  /external/kernel-headers/original/linux/
clk.h 14 struct device;
28 * @dev: device for clock "consumer"
39 struct clk *clk_get(struct device *dev, const char *id);
  /frameworks/base/core/java/android/bluetooth/
BluetoothHealthCallback.java 54 * @param device The Bluetooth Device
62 BluetoothDevice device, int prevState, int newState, ParcelFileDescriptor fd,
64 Log.d(TAG, "onHealthChannelStateChange: " + config + "Device: " + device +
  /device/samsung/crespo/
asound.conf 38 device 0 # Must be of type "digital audio playback"
53 device 0 # Must be of type "digital audio playback"
69 device 0 # Must be of type "digital audio playback"
86 device 0 # Must be of type "digital audio playback"
103 device 0 # Must be of type "digital audio playback"
120 device 0 # Must be of type "digital audio playback"
137 device 0 # Must be of type "digital audio playback"
154 device 0 # Must be of type "digital audio playback"
171 device 0 # Must be of type "digital audio playback"
188 device 0 # Must be of type "digital audio playback
    [all...]
  /system/core/libusbhost/
usbhost.c 148 D("Created device discovery thread\n");
193 D("new device %s\n", path);
196 D("gone device %s\n", path);
237 void usb_device_close(struct usb_device *device)
239 close(device->fd);
240 free(device);
245 struct usb_device *device = calloc(1, sizeof(struct usb_device)); local
252 length = read(fd, device->desc, sizeof(device->desc));
257 strncpy(device->dev_name, dev_name, sizeof(device->dev_name) - 1)
    [all...]
  /external/blktrace/btt/
devmap.c 26 char device[32], devno[32]; member in struct:devmap
35 if (strstr(line, "Device") != NULL)
39 if (sscanf(line, "%s %s", dmp->device, dmp->devno) != 2) {
48 char *dev_map_find(__u32 device)
53 sprintf(this, "%u,%u", MAJOR(device), MINOR(device));
58 return dmp->device;
latency.c 29 FILE *latency_open(__u32 device, char *name, char *post)
37 mjr = device >> MINORBITS;
38 mnr = device & ((1 << MINORBITS) - 1);
52 dip->q2d_ofp = latency_open(dip->device, q2d_name, "q2d");
53 dip->d2c_ofp = latency_open(dip->device, d2c_name, "d2c");
54 dip->q2c_ofp = latency_open(dip->device, q2c_name, "q2c");

Completed in 3278 milliseconds

1 2 3 4 5 6 7 8 91011>>