Home
last modified time | relevance | path

Searched defs:device (Results 1 – 25 of 738) sorted by relevance

12345678910>>...30

/external/vulkan-validation-layers/loader/
Ddev_ext_trampoline.c27 VKAPI_ATTR void VKAPI_CALL vkdev_ext0(VkDevice device) { in vkdev_ext0()
33 VKAPI_ATTR void VKAPI_CALL vkdev_ext1(VkDevice device) { in vkdev_ext1()
39 VKAPI_ATTR void VKAPI_CALL vkdev_ext2(VkDevice device) { in vkdev_ext2()
45 VKAPI_ATTR void VKAPI_CALL vkdev_ext3(VkDevice device) { in vkdev_ext3()
51 VKAPI_ATTR void VKAPI_CALL vkdev_ext4(VkDevice device) { in vkdev_ext4()
57 VKAPI_ATTR void VKAPI_CALL vkdev_ext5(VkDevice device) { in vkdev_ext5()
63 VKAPI_ATTR void VKAPI_CALL vkdev_ext6(VkDevice device) { in vkdev_ext6()
69 VKAPI_ATTR void VKAPI_CALL vkdev_ext7(VkDevice device) { in vkdev_ext7()
75 VKAPI_ATTR void VKAPI_CALL vkdev_ext8(VkDevice device) { in vkdev_ext8()
81 VKAPI_ATTR void VKAPI_CALL vkdev_ext9(VkDevice device) { in vkdev_ext9()
[all …]
/external/chromium-trace/catapult/devil/devil/android/tools/
Dprovision_devices.py148 def ProvisionDevice(device, steps, blacklist, reboot_timeout=None): argument
180 def Wipe(device, adb_key_files=None): argument
192 def WipeChromeData(device): argument
235 def _UninstallIfMatch(device, pattern, app_to_keep): argument
248 def _WipeUnderDirIfMatch(device, path, pattern): argument
254 def _WipeFileOrDir(device, path): argument
259 def WipeDevice(device, adb_key_files): argument
296 def _WriteAdbKeysFile(device, adb_keys_string): argument
307 def SetProperties(device, enable_java_debug, disable_location, argument
340 def DisableNetwork(device): argument
[all …]
Dcpufreq.py24 def SetScalingGovernor(device, args): argument
29 def GetScalingGovernor(device, _args): argument
35 def ListAvailableGovernors(device, _args): argument
/external/libpcap/
Dpcap-dos.h140 struct device { struct
143 DWORD base_addr; /* device I/O address */ argument
144 int irq; /* device IRQ number */ argument
151 struct device *next; /* next device in list */ argument
154 int (*probe)(struct device *dev); argument
155 int (*open) (struct device *dev); argument
156 void (*close)(struct device *dev); argument
157 int (*xmit) (struct device *dev, const void *buf, int len); argument
158 void *(*get_stats)(struct device *dev); argument
159 void (*set_multicast_list)(struct device *dev); argument
[all …]
/external/libdrm/tests/kms/
Dlibkms-test-device.c55 static void kms_device_probe_screens(struct kms_device *device) in kms_device_probe_screens()
103 static void kms_device_probe_crtcs(struct kms_device *device) in kms_device_probe_crtcs()
129 static void kms_device_probe_planes(struct kms_device *device) in kms_device_probe_planes()
155 static void kms_device_probe(struct kms_device *device) in kms_device_probe()
164 struct kms_device *device; in kms_device_open() local
177 void kms_device_close(struct kms_device *device) in kms_device_close()
202 struct kms_plane *kms_device_find_plane_by_type(struct kms_device *device, in kms_device_find_plane_by_type()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl5 void DeviceDriver::destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const
10 void DeviceDriver::getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex,…
30 VkResult DeviceDriver::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, …
35 void DeviceDriver::freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks*…
40 VkResult DeviceDriver::mapMemory (VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDe…
45 void DeviceDriver::unmapMemory (VkDevice device, VkDeviceMemory memory) const
50 VkResult DeviceDriver::flushMappedMemoryRanges (VkDevice device, deUint32 memoryRangeCount, const V…
55 VkResult DeviceDriver::invalidateMappedMemoryRanges (VkDevice device, deUint32 memoryRangeCount, co…
60 void DeviceDriver::getDeviceMemoryCommitment (VkDevice device, VkDeviceMemory memory, VkDeviceSize*…
65 VkResult DeviceDriver::bindBufferMemory (VkDevice device, VkBuffer buffer, VkDeviceMemory memory, V…
[all …]
DvkRefUtilImpl.inl161 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllo…
168 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCreateInfo* pCr…
175 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSemaphoreCre…
182 Move<VkEvent> createEvent (const DeviceInterface& vk, VkDevice device, const VkEventCreateInfo* pCr…
189 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQueryPoolCre…
196 Move<VkBuffer> createBuffer (const DeviceInterface& vk, VkDevice device, const VkBufferCreateInfo* …
203 Move<VkBufferView> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBufferView…
210 Move<VkImage> createImage (const DeviceInterface& vk, VkDevice device, const VkImageCreateInfo* pCr…
217 Move<VkImageView> createImageView (const DeviceInterface& vk, VkDevice device, const VkImageViewCre…
224 Move<VkShaderModule> createShaderModule (const DeviceInterface& vk, VkDevice device, const VkShader…
[all …]
DvkNullDriverImpl.inl16 VKAPI_ATTR VkResult VKAPI_CALL allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAlloca…
22 VKAPI_ATTR VkResult VKAPI_CALL createFence (VkDevice device, const VkFenceCreateInfo* pCreateInfo, …
28 VKAPI_ATTR VkResult VKAPI_CALL createSemaphore (VkDevice device, const VkSemaphoreCreateInfo* pCrea…
34 VKAPI_ATTR VkResult VKAPI_CALL createEvent (VkDevice device, const VkEventCreateInfo* pCreateInfo, …
40 VKAPI_ATTR VkResult VKAPI_CALL createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCrea…
46 VKAPI_ATTR VkResult VKAPI_CALL createBuffer (VkDevice device, const VkBufferCreateInfo* pCreateInfo…
52 VKAPI_ATTR VkResult VKAPI_CALL createBufferView (VkDevice device, const VkBufferViewCreateInfo* pCr…
58 VKAPI_ATTR VkResult VKAPI_CALL createImage (VkDevice device, const VkImageCreateInfo* pCreateInfo, …
64 VKAPI_ATTR VkResult VKAPI_CALL createImageView (VkDevice device, const VkImageViewCreateInfo* pCrea…
70 VKAPI_ATTR VkResult VKAPI_CALL createShaderModule (VkDevice device, const VkShaderModuleCreateInfo*…
[all …]
DvkRefUtil.cpp32 VkDevice device, in createGraphicsPipeline()
43 VkDevice device, in createComputePipeline()
53 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk, VkDevice device, const VkCo… in allocateCommandBuffer()
61 Move<VkDescriptorSet> allocateDescriptorSet (const DeviceInterface& vk, VkDevice device, const VkDe… in allocateDescriptorSet()
/external/webrtc/webrtc/sound/
Dsoundsystemproxy.cc26 SoundDeviceLocator **device) { in GetDefaultPlaybackDevice()
31 SoundDeviceLocator **device) { in GetDefaultCaptureDevice()
36 const SoundDeviceLocator *device, in OpenPlaybackDevice()
42 const SoundDeviceLocator *device, in OpenCaptureDevice()
Dnullsoundsystem.cc111 SoundDeviceLocator *device; in EnumeratePlaybackDevices() local
120 SoundDeviceLocator *device; in EnumerateCaptureDevices() local
127 SoundDeviceLocator **device) { in GetDefaultPlaybackDevice()
133 SoundDeviceLocator **device) { in GetDefaultCaptureDevice()
139 const SoundDeviceLocator *device, in OpenPlaybackDevice()
145 const SoundDeviceLocator *device, in OpenCaptureDevice()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dquery.c67 vlVdpVideoSurfaceQueryCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, in vlVdpVideoSurfaceQueryCapabilities()
104 vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities(VdpDevice device, VdpChromaType surface_chroma_ty… in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities()
155 vlVdpDecoderQueryCapabilities(VdpDevice device, VdpDecoderProfile profile, in vlVdpDecoderQueryCapabilities()
202 vlVdpOutputSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, in vlVdpOutputSurfaceQueryCapabilities()
254 vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_fo… in vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities()
292 vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities(VdpDevice device, in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities()
353 vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, in vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities()
401 vlVdpBitmapSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, in vlVdpBitmapSurfaceQueryCapabilities()
452 vlVdpVideoMixerQueryFeatureSupport(VdpDevice device, VdpVideoMixerFeature feature, in vlVdpVideoMixerQueryFeatureSupport()
474 vlVdpVideoMixerQueryParameterSupport(VdpDevice device, VdpVideoMixerParameter parameter, in vlVdpVideoMixerQueryParameterSupport()
[all …]
/external/syslinux/gpxe/src/include/gpxe/
Ddevice.h31 unsigned int device; member
56 struct device { struct
60 struct device_description desc; argument
63 /** Devices attached to this device */ argument
65 /** Bus device */ argument
66 struct device *parent; argument
Dthreewire.h56 init_at93cx6 ( struct spi_device *device, unsigned int organisation ) { in init_at93cx6()
71 init_at93c46 ( struct spi_device *device, unsigned int organisation ) { in init_at93c46()
84 init_at93c56 ( struct spi_device *device, unsigned int organisation ) { in init_at93c56()
97 init_at93c66 ( struct spi_device *device, unsigned int organisation ) { in init_at93c66()
/external/libmtp/src/
Dlibmtp.c886 int LIBMTP_Get_Allowed_Property_Values(LIBMTP_mtpdevice_t *device, LIBMTP_property_t const property, in LIBMTP_Get_Allowed_Property_Values()
1083 int LIBMTP_Is_Property_Supported(LIBMTP_mtpdevice_t *device, LIBMTP_property_t const property, in LIBMTP_Is_Property_Supported()
1121 char *LIBMTP_Get_String_From_Object(LIBMTP_mtpdevice_t *device, uint32_t const object_id, in LIBMTP_Get_String_From_Object()
1136 uint64_t LIBMTP_Get_u64_From_Object(LIBMTP_mtpdevice_t *device,uint32_t const object_id, in LIBMTP_Get_u64_From_Object()
1151 uint32_t LIBMTP_Get_u32_From_Object(LIBMTP_mtpdevice_t *device,uint32_t const object_id, in LIBMTP_Get_u32_From_Object()
1166 uint16_t LIBMTP_Get_u16_From_Object(LIBMTP_mtpdevice_t *device, uint32_t const object_id, in LIBMTP_Get_u16_From_Object()
1181 uint8_t LIBMTP_Get_u8_From_Object(LIBMTP_mtpdevice_t *device, uint32_t const object_id, in LIBMTP_Get_u8_From_Object()
1196 int LIBMTP_Set_Object_String(LIBMTP_mtpdevice_t *device, uint32_t const object_id, in LIBMTP_Set_Object_String()
1212 int LIBMTP_Set_Object_u32(LIBMTP_mtpdevice_t *device, uint32_t const object_id, in LIBMTP_Set_Object_u32()
1227 int LIBMTP_Set_Object_u16(LIBMTP_mtpdevice_t *device, uint32_t const object_id, in LIBMTP_Set_Object_u16()
[all …]
/external/autotest/client/bin/input/
Dinput_event_player.py37 def playback(self, device, gesture_file): argument
83 device = InputDevice(evdev) variable
93 device = InputDevice(options.devpath) variable
/external/ImageMagick/MagickCore/
Dopencl.c373 device; in SelectOpenCLDevice() local
445 MagickPrivate cl_mem CreateOpenCLBuffer(MagickCLDevice device, in CreateOpenCLBuffer()
496 MagickPrivate MagickCLCacheInfo AcquireMagickCLCacheInfo(MagickCLDevice device, in AcquireMagickCLCacheInfo()
548 device; in AcquireMagickCLDevice() local
622 MagickPrivate cl_command_queue AcquireOpenCLCommandQueue(MagickCLDevice device) in AcquireOpenCLCommandQueue()
678 MagickPrivate cl_kernel AcquireOpenCLKernel(MagickCLDevice device, in AcquireOpenCLKernel()
792 device; in LoadOpenCLDeviceBenchmark() local
1091 MagickCLDevice device) in RunDeviceBenckmark()
1109 device; in CacheOpenCLBenchmarks() local
1159 device; in BenchmarkOpenCLDevices() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp39 const vk::VkDevice device, in Buffer()
49 const vk::VkDevice device, in Image()
119 Move<VkCommandPool> makeCommandPool (const DeviceInterface& vk, const VkDevice device, const deUint… in makeCommandPool()
131 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const Vk… in makeCommandBuffer()
145 const VkDevice device, in makeDescriptorSet()
161 const VkDevice device) in makePipelineLayout()
177 const VkDevice device, in makePipelineLayout()
194 const VkDevice device, in makeComputePipeline()
256 const VkDevice device, in submitCommandsAndWait()
285 const VkDevice device, in makeFramebuffer()
[all …]
/external/chromium-trace/catapult/devil/devil/android/
Dforwarder.py32 def _LogMapFailureDiagnostics(device): argument
110 def Map(port_pairs, device, tool=None): argument
185 def UnmapDevicePort(device_port, device): argument
196 def UnmapAllDevicePorts(device): argument
293 def _UnmapDevicePortLocked(device_port, device): argument
360 def _InitDeviceLocked(self, device, tool): argument
431 def KillDevice(device, tool=None): argument
443 def _KillDeviceLocked(self, device, tool): argument
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHidFacade.java66 public Boolean hidConnect(BluetoothDevice device) { in hidConnect()
71 public Boolean hidDisconnect(BluetoothDevice device) { in hidDisconnect()
121 BluetoothDevice device; in bluetoothHidGetConnectionStatus() local
140 BluetoothDevice device = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(), in bluetoothHidSetReport() local
158 BluetoothDevice device = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(), in bluetoothHidGetReport() local
171 BluetoothDevice device = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(), in bluetoothHidSendData() local
181 BluetoothDevice device = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(), in bluetoothHidVirtualUnplug() local
/external/autotest/client/site_tests/audio_AlsaAPI/
Daudio_AlsaAPI.py71 def _make_alsa_api_test_command(self, option, device): argument
83 def test_move(self, device): argument
101 def test_fill(self, device): argument
120 def test_drop(self, device): argument
/external/libmojo/third_party/catapult/devil/devil/android/perf/
Dthermal_throttle.py14 def IsSupported(device): argument
17 def __init__(self, device): argument
41 def IsSupported(device): argument
44 def __init__(self, device): argument
73 def __init__(self, device): argument
/external/skia/src/core/
DSkBlitter_ARGB32.cpp17 static void SkARGB32_Blit32(const SkPixmap& device, const SkMask& mask, in SkARGB32_Blit32()
43 SkARGB32_Blitter::SkARGB32_Blitter(const SkPixmap& device, const SkPaint& paint) in SkARGB32_Blitter()
73 uint32_t* device = fDevice.writable_addr32(x, y); in blitH() local
84 uint32_t* device = fDevice.writable_addr32(x, y); in blitAntiH() local
109 uint32_t* device = fDevice.writable_addr32(x, y); in blitAntiH2() local
117 uint32_t* device = fDevice.writable_addr32(x, y); in blitAntiV2() local
210 uint32_t* device = fDevice.writable_addr32(x, y); in blitAntiH2() local
218 uint32_t* device = fDevice.writable_addr32(x, y); in blitAntiV2() local
233 uint32_t* device = fDevice.writable_addr32(x, y); in blitV() local
255 uint32_t* device = fDevice.writable_addr32(x, y); in blitRect() local
[all …]
DSkBlitter_PM4f.cpp24 SkState_Blitter(const SkPixmap& device, const SkPaint& paint) in SkState_Blitter()
39 typename State::DstType* device = State::WritableAddr(fDevice, x, y); in blitV() local
52 typename State::DstType* device = State::WritableAddr(fDevice, x, y); in blitRect() local
63 typename State::DstType* device = State::WritableAddr(fDevice, x, y); in blitAntiH() local
95 typename State::DstType* device = State::WritableAddr(fDevice, x, y); in blitLCDMask() local
124 typename State::DstType* device = State::WritableAddr(fDevice, x, y); in blitMask() local
141 SkState_Shader_Blitter(const SkPixmap& device, const SkPaint& paint, in SkState_Shader_Blitter()
158 typename State::DstType* device = State::WritableAddr(fDevice, x, y); in blitH() local
173 typename State::DstType* device = State::WritableAddr(fDevice, x, y); in blitV() local
199 typename State::DstType* device = State::WritableAddr(fDevice, x, y); in blitRect() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsMakeUtil.cpp98 Move<VkCommandPool> makeCommandPool (const DeviceInterface& vk, const VkDevice device, const deUint… in makeCommandPool()
110 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const Vk… in makeCommandBuffer()
124 const VkDevice device, in makeDescriptorSet()
140 const VkDevice device) in makePipelineLayout()
156 const VkDevice device, in makePipelineLayout()
173 const VkDevice device, in makeComputePipeline()
235 const VkDevice device, in submitCommandsAndWait()
264 const VkDevice device, in makeFramebuffer()
287 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocat… in bindImage()
294 MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& alloca… in bindBuffer()

12345678910>>...30