/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
msm_audio.h | 58 uint32_t device; member in struct:msm_snd_device_config 68 uint32_t device; member in struct:msm_snd_volume_config
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/mmc/ |
host.h | 76 struct device; 79 struct device *dev;
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
msm_audio.h | 58 uint32_t device; member in struct:msm_snd_device_config 68 uint32_t device; member in struct:msm_snd_volume_config
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/mmc/ |
host.h | 76 struct device; 79 struct device *dev;
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
msm_audio.h | 58 uint32_t device; member in struct:msm_snd_device_config 68 uint32_t device; member in struct:msm_snd_volume_config
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/mmc/ |
host.h | 76 struct device; 79 struct device *dev;
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
msm_audio.h | 58 uint32_t device; member in struct:msm_snd_device_config 68 uint32_t device; member in struct:msm_snd_volume_config
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/mmc/ |
host.h | 76 struct device; 79 struct device *dev;
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
msm_audio.h | 58 uint32_t device; member in struct:msm_snd_device_config 68 uint32_t device; member in struct:msm_snd_volume_config
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/ |
AndroidJUnitLaunchInfo.java | 68 public void setDevice(IDevice device) { 69 mDevice = device;
|
/system/core/libzipfile/ |
Android.mk | 19 # build device static library
|
/external/e2fsprogs/lib/blkid/ |
devname.c | 2 * devname.c - get a dev by its device inode name 46 * Find a dev struct in the cache by device name, if available. 48 * If there is no entry with the specified device name, and the create 49 * flag is set, then create an empty device entry. 91 * Probe a single block device to add to the device cache. 101 /* See if we already have this device number in the cache. */ 120 * Take a quick look at /dev/ptname for the device number. We check 121 * all of the likely device directories. If we don't find it, or if 123 * to find it via an exhaustive search for the device major/minor 127 char device[256]; local 304 char *device = NULL; local 439 char device[110]; local [all...] |
/hardware/msm7k/libcopybit/ |
copybit.cpp | 55 /** State information for each device instance */ 57 struct copybit_device_t device; member in struct:copybit_context_t 68 struct hw_device_t** device); 427 /** Close the copybit device */ 438 /** Open a new instance of a copybit device using name */ 440 struct hw_device_t** device) 447 ctx->device.common.tag = HARDWARE_DEVICE_TAG; 448 ctx->device.common.version = 1; 449 ctx->device.common.module = const_cast<hw_module_t*>(module); 450 ctx->device.common.close = close_copybit [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
DdmsPlugin.java | 117 * @param selectedDevice the selected device. If null, no devices are selected. 408 * Sent when the a device is connected to the {@link AndroidDebugBridge}. 411 * @param device the new device. 415 public void deviceConnected(IDevice device) { 421 handleDefaultSelection(device); 427 * Sent when the a device is disconnected to the {@link AndroidDebugBridge}. 430 * @param device the new device. 434 public void deviceDisconnected(IDevice device) { [all...] |
/system/extras/tests/bionic/libstdc++/ |
Android.mk | 24 # device executable. 29 define device-test 41 # same as 'device-test' but builds a host executable instead 77 # compiler flags, so only build this test for device/Bionic 82 $(call device-test, $(sources))
|
/external/kernel-headers/original/linux/ |
pci.h | 28 * devices. The slot/function address of each device is encoded 40 #define PCIIOC_CONTROLLER (PCIIOC_BASE | 0x00) /* Get controller for PCI device. */ 53 #include <linux/device.h> 81 * the pci device. If some PCI bus between here and the pci device 114 struct pci_bus *bus; /* bus this device is on */ 115 struct pci_bus *subordinate; /* bus this device bridges to */ 118 struct proc_dir_entry *procent; /* device entry in /proc/bus/pci */ 120 unsigned int devfn; /* encoded device & function index */ 122 unsigned short device; member in struct:pci_dev 751 u16 vendor, device; \/* You can use PCI_ANY_ID here of course *\/ member in struct:pci_fixup [all...] |
/external/skia/src/core/ |
SkCanvas.cpp | 68 by the device's XY offset and bitmap-bounds. 78 DeviceCM(SkDevice* device, int x, int y, const SkPaint* paint) 80 if (NULL != device) { 81 device->ref(); 82 device->lockPixels(); 84 fDevice = device; 164 bitmap/device to draw into from this level. This value is NOT 358 AutoValidator(SkDevice* device) : fDevice(device) {} 390 SkDevice* SkCanvas::init(SkDevice* device) { 516 SkDevice* device = this->setDevice(SkNEW_ARGS(SkDevice, (bitmap))); local 656 SkDevice* device = this->createDevice(config, ir.width(), ir.height(), local 1436 SkDevice* SkCanvas::LayerIter::device() const { function in class:SkCanvas::LayerIter [all...] |
SkColorFilter.cpp | 86 bool SkFilterShader::setContext(const SkBitmap& device, 90 return this->INHERITED::setContext(device, paint, matrix) && 91 fShader->setContext(device, paint, matrix);
|
/hardware/msm7k/libgralloc-qsd8k/ |
gralloc.cpp | 51 alloc_device_t device; member in struct:gralloc_context_t 61 hw_device_t** device); 64 hw_device_t** device); 446 hw_device_t** device) 457 dev->device.common.tag = HARDWARE_DEVICE_TAG; 458 dev->device.common.version = 0; 459 dev->device.common.module = const_cast<hw_module_t*>(module); 460 dev->device.common.close = gralloc_close; 462 dev->device.alloc = gralloc_alloc; 463 dev->device.free = gralloc_free [all...] |
/external/bluetooth/bluez/input/ |
sixpair.c | 33 { "device", '\0', 0, G_OPTION_ARG_STRING, &option_device, "Only handle one device (default, all supported", NULL }, 74 g_warning ("Getting the device Bluetooth address failed"); 82 g_print ("Device Bluetooth address: %s\n", address); 155 g_warning ("Can't open device"); 177 g_warning ("Can't get bdaddr from default device"); 185 g_warning ("Can't get bdaddr from default device"); 193 char *device; local 196 device = get_bdaddr (devh, itfnum); 197 if (device == NULL) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/mme/ |
SDL_mmeaudio.c | 48 static void Audio_DeleteDevice(SDL_AudioDevice *device) 50 if ( device ) { 51 if ( device->hidden ) { 52 SDL_free(device->hidden); 53 device->hidden = NULL; 55 SDL_free(device); 56 device = NULL; 165 /* Open the audio device */
|
/sdk/screenshot/src/com/android/screenshot/ |
Screenshot.java | 33 * Connects to a device using ddmlib and dumps its event log as long as the device is connected. 38 boolean device = false; 57 device = true; 59 if (device || serial != null) { 69 if (device || emulator) { 80 // should not be any other device. 116 // we can't just ask for the device list right away, as the internal thread getting 130 System.err.println("Timeout getting device list!"); 144 if (emulator || device) { [all...] |
/external/bluetooth/bluez/tools/ |
csr_hci.c | 43 int csr_open_hci(char *device) 49 if (device) { 50 dev = hci_devid(device); 52 fprintf(stderr, "Device not available\n"); 59 fprintf(stderr, "Can't open device hci%d: %s (%d)\n", 65 fprintf(stderr, "Can't get device info for hci%d: %s (%d)\n",
|
/external/qemu/distrib/sdl-1.2.12/src/audio/disk/ |
SDL_diskaudio.c | 72 static void DISKAUD_DeleteDevice(SDL_AudioDevice *device) 74 SDL_free(device->hidden); 75 SDL_free(device); 164 /* Open the audio device */
|
/external/skia/src/effects/ |
SkTransparentShader.cpp | 21 bool SkTransparentShader::setContext(const SkBitmap& device, 25 fDevice = &device; 28 return this->INHERITED::setContext(device, paint, matrix); 113 SkASSERT(!"index8 not supported as a destination device");
|