/external/chromium_org/device/nfc/ |
nfc_adapter_factory.cc | 5 #include "device/nfc/nfc_adapter_factory.h" 12 #include "device/nfc/nfc_adapter_chromeos.h" 15 namespace device { namespace 23 base::LazyInstance<base::WeakPtr<device::NfcAdapter> >::Leaky 54 } // namespace device
|
/external/chromium_org/ppapi/thunk/ |
ppb_instance_thunk.cc | 20 PP_Bool BindGraphics(PP_Instance instance, PP_Resource device) { 25 return enter.functions()->BindGraphics(instance, device);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/ |
d3d10misc.h | 37 HMODULE swrast, UINT flags, UINT sdk_version, ID3D10Device **device); 41 IDXGISwapChain **swapchain, ID3D10Device **device);
|
/external/chromium_org/third_party/skia/src/core/ |
SkDeviceImageFilterProxy.h | 15 SkDeviceImageFilterProxy(SkBaseDevice* device) : fDevice(device) {}
|
/external/e2fsprogs/misc/ |
ismounted.c | 86 char buf[1024], *device = 0, *mnt_dir = 0, *cp; local 103 device = mnt_dir = 0; 109 device = parse_word(&cp); 110 if (!device || *device == '#') 114 if (device[0] != '/') 117 if (strcmp(file, device) == 0) 119 if (stat(device, &st_buf) == 0) { 136 * Do an extra check to see if this is the root device. We 139 * check if the given device has the same major/minor numbe [all...] |
/external/kernel-headers/original/linux/ |
miscdevice.h | 33 struct device; 41 struct device *dev;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
d3d10misc.h | 37 HMODULE swrast, UINT flags, UINT sdk_version, ID3D10Device **device); 41 IDXGISwapChain **swapchain, ID3D10Device **device);
|
/external/skia/src/core/ |
SkDeviceImageFilterProxy.h | 15 SkDeviceImageFilterProxy(SkBaseDevice* device) : fDevice(device) {}
|
/external/skia/tests/ |
LayerDrawLooperTest.cpp | 51 FakeDevice device; local 52 SkCanvas canvas(&device); 60 REPORTER_ASSERT(reporter, 10.0f == device.fLastMatrix.getTranslateX()); 61 REPORTER_ASSERT(reporter, 20.0f == device.fLastMatrix.getTranslateY()); 68 REPORTER_ASSERT(reporter, 0.0f == device.fLastMatrix.getTranslateX()); 69 REPORTER_ASSERT(reporter, 0.0f == device.fLastMatrix.getTranslateY()); 88 FakeDevice device; local 89 SkCanvas canvas(&device); 97 REPORTER_ASSERT(reporter, 0.0f == device.fLastMatrix.getTranslateX()); 98 REPORTER_ASSERT(reporter, 0.0f == device.fLastMatrix.getTranslateY()) 125 FakeDevice device; local [all...] |
/frameworks/base/core/java/android/hardware/usb/ |
IUsbManager.aidl | 31 /* Returns a file descriptor for communicating with the USB device. 44 /* Sets the default package for a USB device 47 void setDevicePackage(in UsbDevice device, String packageName, int userId); 54 /* Returns true if the caller has permission to access the device. */ 55 boolean hasDevicePermission(in UsbDevice device); 60 /* Requests permission for the given package to access the device. 64 void requestDevicePermission(in UsbDevice device, String packageName, in PendingIntent pi); 73 /* Grants permission for the given UID to access the device */ 74 void grantDevicePermission(in UsbDevice device, int uid);
|
/hardware/libhardware/modules/audio/ |
audio_policy.c | 35 struct audio_policy_device device; member in struct:default_ap_device 46 audio_devices_t device, 55 audio_devices_t device, 77 /* retreive current device category forced for a given usage */ 171 audio_devices_t device) 179 audio_devices_t device) 239 static int create_default_ap(const struct audio_policy_device *device, 304 static int default_ap_dev_close(hw_device_t* device) 306 free(device); 311 hw_device_t** device) [all...] |
/pdk/apps/CameraITS/tests/ |
config.py | 15 import its.device namespace 46 with its.device.ItsSession() as cam:
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
sound.h | 32 struct device; 34 extern int register_sound_special_device(const struct file_operations *fops, int unit, struct device *dev);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
sound.h | 32 struct device; 34 extern int register_sound_special_device(const struct file_operations *fops, int unit, struct device *dev);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
seq_virmidi.h | 29 * device file instance: 30 * This instance is created at each time the midi device file is 32 * (buffer), and is associated with the device instance. 50 * device record: 51 * Each virtual midi device has one device instance. It contains 56 struct snd_rawmidi *rmidi; /* rawmidi device */ 58 int device; /* sequencer device */ member in struct:snd_virmidi_dev 67 * ATTACH = input/output events from midi device are routed to th [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
sound.h | 32 struct device; 34 extern int register_sound_special_device(const struct file_operations *fops, int unit, struct device *dev);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
seq_virmidi.h | 29 * device file instance: 30 * This instance is created at each time the midi device file is 32 * (buffer), and is associated with the device instance. 50 * device record: 51 * Each virtual midi device has one device instance. It contains 56 struct snd_rawmidi *rmidi; /* rawmidi device */ 58 int device; /* sequencer device */ member in struct:snd_virmidi_dev 67 * ATTACH = input/output events from midi device are routed to th [all...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/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/4/platforms/android-4/arch-arm/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/4/platforms/android-5/arch-arm/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/4/platforms/android-5/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;
|