/prebuilts/ndk/9/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);
|
/external/chromium_org/third_party/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); 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/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); 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...] |
/hardware/libhardware/modules/hwcomposer/ |
hwcomposer.cpp | 32 hwc_composer_device_1_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 = HWC_DEVICE_API_VERSION_1_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.15/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...] |
/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
|
/device/generic/goldfish/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; 75 * all function calls into the camera device will return 111 /* Version of the camera device HAL implemented by this camera */
|
/device/lge/hammerhead/ |
BoardConfig.mk | 39 # of the device. 46 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/lge/hammerhead/bluetooth 64 TARGET_BOARD_INFO_FILE := device/lge/hammerhead/board-info.txt 68 BOARD_EGL_CFG := device/lge/hammerhead/egl.cfg 89 TARGET_RECOVERY_FSTAB = device/lge/hammerhead/fstab.hammerhead 91 TARGET_RELEASETOOLS_EXTENSIONS := device/lge/hammerhead 93 PDK_PLATFORM_ZIP_PRODUCT_BINARIES := device/lge/hammerhead-kernel/vmlinux.bz2 98 device/lge/hammerhead/sepolicy 102 device.te \
|
/external/chromium_org/build/android/ |
host_heartbeat.py | 23 for device in devices: 24 android_cmd = android_commands.AndroidCommands(device)
|
provision_devices.py | 10 ./provision_devices.py [-d <device serial number>] 43 """Pushes and launches the adb_reboot binary on the device. 46 devices: The list of serial numbers of the device to which the 51 for device in devices: 52 print 'Will push and launch adb_reboot on %s' % device 53 android_cmd = android_commands.AndroidCommands(device) 63 p = subprocess.Popen(['adb', '-s', device, 'shell'], stdin=subprocess.PIPE) 69 if options.device is not None: 70 devices = [options.device] 73 for device in devices [all...] |
/external/chromium_org/build/android/pylib/uiautomator/ |
setup.py | 14 """Runs uiautomator tests on connected device(s). 31 def TestRunnerFactory(device, shard_index): 33 test_options, device, shard_index, test_pkg)
|
/external/chromium_org/chrome/browser/extensions/api/usb/ |
usb_device_resource.h | 33 scoped_refptr<UsbDeviceHandle> device); 36 scoped_refptr<UsbDeviceHandle> device() { function in class:extensions::UsbDeviceResource
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
chrome_android_impl.cc | 16 scoped_ptr<Device> device) 20 device_(device.Pass()) {}
|
/external/chromium_org/content/browser/gamepad/ |
gamepad_platform_data_fetcher_mac.h | 58 size_t GetSlotForDevice(IOHIDDeviceRef device); 59 size_t GetSlotForXboxDevice(XboxController* device); 61 void DeviceAdd(IOHIDDeviceRef device); 63 void DeviceRemove(IOHIDDeviceRef device); 66 virtual void XboxDeviceAdd(XboxController* device) OVERRIDE; 67 virtual void XboxDeviceRemove(XboxController* device) OVERRIDE; 68 virtual void XboxValueChanged(XboxController* device, 89 // Function to map from device data to standard layout, if available. 94 XboxController* device; member in struct:content::GamepadPlatformDataFetcherMac::AssociatedData::__anon7706::__anon7708
|
/external/chromium_org/device/bluetooth/ |
bluetooth_profile_mac.h | 12 #include "device/bluetooth/bluetooth_profile.h" 20 namespace device { namespace 29 // Makes an outgoing connection to |device|. 32 bool Connect(IOBluetoothDevice* device); 45 } // namespace device
|
bluetooth_profile_win.h | 10 #include "device/bluetooth/bluetooth_profile.h" 12 namespace device { namespace 23 bool Connect(const BluetoothDeviceWin* device); 36 } // namespace device
|
/external/chromium_org/ppapi/api/ |
ppb_instance.idl | 25 * The contents of this device is what will be displayed in the instance's 26 * area on the web page. The device must be a 2D or a 3D device. 28 * You can pass a <code>NULL</code> resource as the device parameter to 30 * transparent. Re-binding the same device will return <code>PP_TRUE</code> 33 * Any previously-bound device will be released. It is an error to bind 34 * a device when it is already bound to another instance. If you want 35 * to move a device between instances, first unbind it from the old one, and 38 * Binding a device will invalidate that portion of the web page to flush the 39 * contents of the new device to the screen [all...] |
/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 +
|
/pdk/apps/CameraITS/tests/ |
test_3a.py | 15 import its.device namespace 23 with its.device.ItsSession() as cam:
|
test_camera_properties.py | 15 import its.device namespace 22 with its.device.ItsSession() as cam:
|
/system/core/libusbhost/ |
usbhost.c | 197 D("Created device discovery thread\n"); 283 D("new device %s\n", path); 286 D("gone device %s\n", path); 347 void usb_device_close(struct usb_device *device) 349 close(device->fd); 350 free(device); 355 struct usb_device *device = calloc(1, sizeof(struct usb_device)); local 362 length = read(fd, device->desc, sizeof(device->desc)); 367 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");
|