/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
platform_device.h | 15 #include <linux/device.h> 20 struct device dev;
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
miscdevice.h | 44 struct device; 52 struct device *dev;
|
platform_device.h | 15 #include <linux/device.h> 20 struct device dev;
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
miscdevice.h | 44 struct device; 52 struct device *dev;
|
platform_device.h | 15 #include <linux/device.h> 20 struct device dev;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
Overlay.java | 19 import org.eclipse.swt.graphics.Device; 29 private Device mDevice; 45 * @param device The device to allocate resources for; the parameter passed 46 * to {@link #paint} will correspond to this device. 48 public void create(Device device) { 49 mDevice = device; 69 /** Returns the device associated with this overlay */ 70 public Device getDevice() [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/ |
SDL_dspvideo.c | 162 static int DSp_GetMainDevice (_THIS, GDHandle *device); 230 static void DSp_DeleteDevice(SDL_VideoDevice *device) 233 if (device) { 235 if (device->hidden) { 237 if (device->hidden->dspinfo) 238 SDL_free(device->hidden->dspinfo); 240 SDL_free(device->hidden); 242 SDL_free(device); 248 SDL_VideoDevice *device; local 251 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)) [all...] |
/device/asus/flo/ |
device-common.mk | 23 LOCAL_KERNEL := device/asus/flo-kernel/kernel 31 # This device is xhdpi. However the platform doesn't 53 device/asus/flo/WCNSS_cfg.dat:system/vendor/firmware/wlan/prima/WCNSS_cfg.dat \ 54 device/asus/flo/WCNSS_qcom_cfg.ini:system/etc/wifi/WCNSS_qcom_cfg.ini \ 55 device/asus/flo/WCNSS_qcom_wlan_nv_flo.bin:system/etc/wifi/WCNSS_qcom_wlan_nv_flo.bin \ 56 device/asus/flo/WCNSS_qcom_wlan_nv_deb.bin:system/etc/wifi/WCNSS_qcom_wlan_nv_deb.bin \ 57 device/asus/flo/init.flo.wifi.sh:system/etc/init.flo.wifi.sh 60 device/asus/flo/snd_soc_msm_2x_Fusion3:system/etc/snd_soc_msm/snd_soc_msm_2x_Fusion3 \ 61 device/asus/flo/snd_soc_msm_2x_Fusion3:system/etc/snd_soc_msm/snd_soc_msm_2x \ 62 device/asus/flo/audio_policy.conf:system/etc/audio_policy.con [all...] |
/device/lge/mako/ |
device.mk | 22 DEVICE_PACKAGE_OVERLAYS := device/lge/mako/overlay 24 # This device is xhdpi. However the platform doesn't 39 LOCAL_KERNEL := device/lge/mako_svelte-kernel/kernel 41 LOCAL_KERNEL := device/lge/mako-kernel/kernel 48 device/lge/mako/WCNSS_cfg.dat:system/vendor/firmware/wlan/prima/WCNSS_cfg.dat \ 49 device/lge/mako/WCNSS_qcom_cfg.ini:system/etc/wifi/WCNSS_qcom_cfg.ini \ 50 device/lge/mako/WCNSS_qcom_wlan_nv.bin:system/etc/wifi/WCNSS_qcom_wlan_nv.bin 53 device/lge/mako/snd_soc_msm_2x_Fusion3:system/etc/snd_soc_msm/snd_soc_msm_2x_Fusion3 \ 54 device/lge/mako/audio_policy.conf:system/etc/audio_policy.conf 57 device/lge/mako/mixer_paths.xml:system/etc/mixer_paths.xm [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
output.c | 44 vlVdpOutputSurfaceCreate(VdpDevice device, 59 vlVdpDevice *dev = vlGetDataHTAB(device); 71 vlsurface->device = dev; 142 pipe = vlsurface->device->context; 144 pipe_mutex_lock(vlsurface->device->mutex); 145 vlVdpResolveDelayedRendering(vlsurface->device, NULL, NULL); 151 pipe_mutex_unlock(vlsurface->device->mutex); 201 pipe = vlsurface->device->context; 205 pipe_mutex_lock(vlsurface->device->mutex); 206 vlVdpResolveDelayedRendering(vlsurface->device, NULL, NULL) [all...] |
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
output.c | 44 vlVdpOutputSurfaceCreate(VdpDevice device, 59 vlVdpDevice *dev = vlGetDataHTAB(device); 71 vlsurface->device = dev; 142 pipe = vlsurface->device->context; 144 pipe_mutex_lock(vlsurface->device->mutex); 145 vlVdpResolveDelayedRendering(vlsurface->device, NULL, NULL); 151 pipe_mutex_unlock(vlsurface->device->mutex); 201 pipe = vlsurface->device->context; 205 pipe_mutex_lock(vlsurface->device->mutex); 206 vlVdpResolveDelayedRendering(vlsurface->device, NULL, NULL) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/ |
SDL_sysjoystick.c | 79 IOHIDDeviceInterface ** interface; /* interface to device, NULL = no interface */ 85 long axes; /* number of axis (calculated, not reported by device) */ 86 long buttons; /* number of buttons (calculated, not reported by device) */ 87 long hats; /* number of hat switches (calculated, not reported by device) */ 88 long elements; /* number of total elements (shouldbe total of above) (calculated, not reported by device) */ 97 struct joystick_hwdata* pNext; /* next device */ 157 recDevice *device = (recDevice *) refcon; local 158 device->removed = 1; 159 device->uncentered = 1; 164 /* Create and open an interface to device, required prior to extracting values or building queues 576 recDevice *device, *lastDevice; local 685 recDevice *device = gpDeviceList; local 700 recDevice *device = gpDeviceList; local 724 recDevice *device = joystick->hwdata; local [all...] |
/external/libusb/libusb/os/ |
darwin_usb.c | 63 return "device not opened for exclusive access"; 69 return "another process has device opened for exclusive access"; 81 return "device not responding"; 153 usb_device_t **device; local 177 (LPVOID)&device); 182 (*(device))->GetLocationID(device, locationp); 184 return device; 220 io_service_t device; local 225 usbi_info (ctx, "a device has been detached") 253 io_service_t device; local 403 usb_device_t **device = NULL; local 555 usb_device_t **device; local [all...] |
/external/chromium_org/chrome/browser/media_galleries/win/ |
mtp_device_operations_util.cc | 31 // application that communicates with the device. 55 // Gets the content interface of the portable |device|. On success, returns 58 IPortableDevice* device) { 60 DCHECK(device); 62 if (SUCCEEDED(device->Content(content.Receive()))) 68 // the device objects. On failure, returns NULL. 71 IPortableDevice* device, 74 DCHECK(device); 77 GetDeviceContent(device); 165 // transfer protocol |device|. On success, returns true and fills in |name| [all...] |
/external/blktrace/btt/ |
devs.c | 62 struct d_info *__dip_find(__u32 device) 67 __list_for_each(p, &dev_heads[DEV_HASH(device)]) { 69 if (device == dip->device) 106 static inline char *mkhandle(char *str, __u32 device, char *post) 108 int mjr = device >> MINORBITS; 109 int mnr = device & ((1 << MINORBITS) - 1); 125 struct d_info *dip_alloc(__u32 device, struct io *iop) 127 struct d_info *dip = __dip_find(device); 136 dip->device = device [all...] |
/external/libpcap/ |
pcap-snoop.c | 198 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, 226 (void)strncpy(sr.sr_ifname, device, sizeof(sr.sr_ifname)); 241 * XXX hack - map device name to link layer type 243 if (strncmp("et", device, 2) == 0 || /* Challenge 10 Mbit */ 244 strncmp("ec", device, 2) == 0 || /* Indigo/Indy 10 Mbit, 246 strncmp("ef", device, 2) == 0 || /* O200/2000 10/100 Mbit */ 247 strncmp("eg", device, 2) == 0 || /* Octane/O2xxx/O3xxx Gigabit */ 248 strncmp("gfe", device, 3) == 0 || /* GIO 100 Mbit */ 249 strncmp("fxp", device, 3) == 0 || /* Challenge VME Enet */ 250 strncmp("ep", device, 2) == 0 || /* Challenge 8x10 Mbit EPLEX * [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
BondStateMachine.java | 41 * {@link StableState} : No device is in bonding / unbonding state. 42 * {@link PendingCommandState} : Some device is in bonding / unbonding state. 182 // the device to the list again. This prevents us 183 // from pairing with a device that we just unpaired 253 private void sendIntent(BluetoothDevice device, int newState, int reason) { 254 DeviceProperties devProp = mRemoteDevices.getDeviceProperties(device); 260 mAdapterProperties.onBondStateChanged(device, newState); 263 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device); 270 infoLog("Bond State Change Intent:" + device + " OldState: " + oldState 275 BluetoothDevice device = mRemoteDevices.getDevice(address) local [all...] |
/hardware/libhardware_legacy/audio/ |
AudioPolicyManagerBase.cpp | 27 // A device mask for all audio input devices that are considered "virtual" when evaluating 30 // A device mask for all audio output devices that are considered "remote" when evaluating 49 status_t AudioPolicyManagerBase::setDeviceConnectionState(audio_devices_t device, 55 ALOGV("setDeviceConnectionState() device: %x, state %d, address %s", device, state, device_address); 57 // connect/disconnect only 1 device at a time 58 if (!audio_is_output_device(device) && !audio_is_input_device(device)) return BAD_VALUE; 66 if (audio_is_output_device(device)) { 68 if (!mHasA2dp && audio_is_a2dp_device(device)) { 540 audio_devices_t device = getDeviceForStrategy(strategy, false \/*fromCache*\/); local 908 audio_devices_t device = getDeviceForInputSource(inputSource); local 1199 audio_devices_t device = getDeviceForStrategy(strategy, false \/*fromCache*\/); local 2224 audio_devices_t device = AUDIO_DEVICE_NONE; local 2318 uint32_t device = AUDIO_DEVICE_NONE; local 2547 audio_devices_t device = outputDesc->device(); local 2689 uint32_t device = AUDIO_DEVICE_NONE; local 2783 device); local 3274 audio_devices_t AudioPolicyManagerBase::AudioOutputDescriptor::device() const function in class:android_audio_legacy::AudioPolicyManagerBase::AudioOutputDescriptor 3747 uint32_t device = 0; local [all...] |
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothTestUtils.java | 153 public PairReceiver(BluetoothDevice device, int passkey, byte[] pin, int expectedFlags) { 156 mDevice = device; 213 public ConnectProfileReceiver(BluetoothDevice device, int profile, int expectedFlags) { 216 mDevice = device; 267 public ConnectPanReceiver(BluetoothDevice device, int role, int expectedFlags) { 268 super(device, BluetoothProfile.PAN, expectedFlags); 538 * Puts the local device into discoverable mode and checks to make sure that the local device 581 * Puts the local device into connectable only mode and checks to make sure that the local 582 * device is in in connectable mode and that the correct actions were broadcast [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
SDL_vglvideo.c | 105 static void VGL_DeleteDevice(SDL_VideoDevice *device) 107 SDL_free(device->hidden); 108 SDL_free(device); 113 SDL_VideoDevice *device; local 116 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); 117 if ( device ) { 118 SDL_memset(device, 0, (sizeof *device)); 119 device->hidden = (struct SDL_PrivateVideoData *) 120 SDL_malloc((sizeof *device->hidden)) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/ |
SDL_wsconsvideo.c | 92 static void WSCONS_DeleteDevice(SDL_VideoDevice *device) 94 SDL_free(device->hidden); 95 SDL_free(device); 100 SDL_VideoDevice *device; local 103 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); 104 if (device == NULL) { 108 SDL_memset(device, 0, (sizeof *device)); 109 device->hidden = 110 (struct SDL_PrivateVideoData *)SDL_malloc((sizeof *device->hidden)) [all...] |
/hardware/libhardware/modules/gralloc/ |
framebuffer.cpp | 55 framebuffer_device_t device; member in struct:fb_context_t 311 hw_device_t** device) 320 dev->device.common.tag = HARDWARE_DEVICE_TAG; 321 dev->device.common.version = 0; 322 dev->device.common.module = const_cast<hw_module_t*>(module); 323 dev->device.common.close = fb_close; 324 dev->device.setSwapInterval = fb_setSwapInterval; 325 dev->device.post = fb_post; 326 dev->device.setUpdateRect = 0; 335 const_cast<uint32_t&>(dev->device.flags) = 0 [all...] |
/frameworks/base/media/jni/ |
android_mtp_MtpDevice.cpp | 112 MtpDevice* device = MtpDevice::open(deviceNameStr, fd); local 115 if (device) 116 env->SetIntField(thiz, field_context, (int)device); 117 return (device != NULL); 123 MtpDevice* device = get_device_from_object(env, thiz); local 124 if (device) { 125 device->close(); 126 delete device; 134 MtpDevice* device = get_device_from_object(env, thiz); local 135 if (!device) { 171 MtpDevice* device = get_device_from_object(env, thiz); local 190 MtpDevice* device = get_device_from_object(env, thiz); local 225 MtpDevice* device = get_device_from_object(env, thiz); local 244 MtpDevice* device = get_device_from_object(env, thiz); local 318 MtpDevice* device = get_device_from_object(env, thiz); local 340 MtpDevice* device = get_device_from_object(env, thiz); local 358 MtpDevice* device = get_device_from_object(env, thiz); local 368 MtpDevice* device = get_device_from_object(env, thiz); local 378 MtpDevice* device = get_device_from_object(env, thiz); local 388 MtpDevice* device = get_device_from_object(env, thiz); local [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
PanService.java | 57 * Provides Bluetooth Pan Device profile, as a service in 148 BluetoothDevice device = (BluetoothDevice) msg.obj; 149 if (!connectPanNative(Utils.getByteAddress(device), 151 handlePanDeviceStateChange(device, null, BluetoothProfile.STATE_CONNECTING, 153 handlePanDeviceStateChange(device, null, 162 BluetoothDevice device = (BluetoothDevice) msg.obj; 163 if (!disconnectPanNative(Utils.getByteAddress(device)) ) { 164 handlePanDeviceStateChange(device, mPanIfName, 167 handlePanDeviceStateChange(device, mPanIfName, 177 BluetoothDevice device = getDevice(cs.addr) [all...] |
/build/target/product/ |
full.mk | 20 # entirely appropriate to inherit from for on-device configurations. 23 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic/device.mk)
|