Home
last modified time | relevance | path

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

12345678910>>...53

/external/chromium-trace/catapult/devil/devil/android/tools/
Dprovision_devices.py154 def ProvisionDevice(device, steps, blacklist, reboot_timeout=None): argument
187 def Wipe(device, adb_key_files=None): argument
202 def WipeChromeData(device): argument
243 def _UninstallIfMatch(device, pattern): argument
255 def _WipeUnderDirIfMatch(device, path, pattern): argument
261 def _WipeFileOrDir(device, path): argument
266 def WipeDevice(device, adb_key_files): argument
303 def _WriteAdbKeysFile(device, adb_keys_string): argument
314 def SetProperties(device, enable_java_debug, disable_location, argument
347 def DisableNetwork(device): argument
[all …]
Dsystem_app.py34 def RemoveSystemApps(device, package_names): argument
49 def ReplaceSystemApp(device, package_name, replacement_apk): argument
65 def _FindSystemPackagePaths(device, system_package_list): argument
77 def EnableSystemAppModification(device): argument
113 def _RelocateApp(device, package_name, relocate_to): argument
139 def _TemporarilyInstallApp(device, apk): argument
148 def _MoveApp(device, relocation_map): argument
177 def remove_system_app(device, args): argument
189 def replace_system_app(device, args): argument
/external/mesa3d/src/intel/vulkan/
Danv_gem_stubs.c39 anv_gem_create(struct anv_device *device, uint64_t size) in anv_gem_create()
54 anv_gem_close(struct anv_device *device, uint32_t gem_handle) in anv_gem_close()
60 anv_gem_mmap(struct anv_device *device, uint32_t gem_handle, in anv_gem_mmap()
80 anv_gem_userptr(struct anv_device *device, void *mem, size_t size) in anv_gem_userptr()
86 anv_gem_busy(struct anv_device *device, uint32_t gem_handle) in anv_gem_busy()
92 anv_gem_wait(struct anv_device *device, uint32_t gem_handle, int64_t *timeout_ns) in anv_gem_wait()
98 anv_gem_execbuffer(struct anv_device *device, in anv_gem_execbuffer()
105 anv_gem_set_tiling(struct anv_device *device, in anv_gem_set_tiling()
112 anv_gem_set_caching(struct anv_device *device, uint32_t gem_handle, in anv_gem_set_caching()
119 anv_gem_set_domain(struct anv_device *device, uint32_t gem_handle, in anv_gem_set_domain()
[all …]
Danv_gem.c52 anv_gem_create(struct anv_device *device, uint64_t size) in anv_gem_create()
68 anv_gem_close(struct anv_device *device, uint32_t gem_handle) in anv_gem_close()
81 anv_gem_mmap(struct anv_device *device, uint32_t gem_handle, in anv_gem_mmap()
110 anv_gem_userptr(struct anv_device *device, void *mem, size_t size) in anv_gem_userptr()
126 anv_gem_set_caching(struct anv_device *device, in anv_gem_set_caching()
138 anv_gem_set_domain(struct anv_device *device, uint32_t gem_handle, in anv_gem_set_domain()
154 anv_gem_busy(struct anv_device *device, uint32_t gem_handle) in anv_gem_busy()
171 anv_gem_wait(struct anv_device *device, uint32_t gem_handle, int64_t *timeout_ns) in anv_gem_wait()
186 anv_gem_execbuffer(struct anv_device *device, in anv_gem_execbuffer()
197 anv_gem_get_tiling(struct anv_device *device, uint32_t gem_handle) in anv_gem_get_tiling()
[all …]
/external/adhd/cras/src/server/
Dcras_bt_device.c108 struct cras_bt_device *device; member
115 void cras_bt_device_set_append_iodev_cb(struct cras_bt_device *device, in cras_bt_device_set_append_iodev_cb()
146 struct cras_bt_device *device; in cras_bt_device_create() local
192 struct cras_bt_device *device, in cras_bt_device_connect_profile()
237 struct cras_bt_device *device) in cras_bt_device_disconnect()
274 void cras_bt_device_destroy(struct cras_bt_device *device) in cras_bt_device_destroy()
303 struct cras_bt_device *device; in cras_bt_device_get() local
315 struct cras_bt_device *device; in cras_bt_device_get_list() local
337 const char *cras_bt_device_object_path(const struct cras_bt_device *device) in cras_bt_device_object_path()
343 const struct cras_bt_device *device) in cras_bt_device_adapter()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl5 PFN_vkVoidFunction DeviceDriver::getDeviceProcAddr (VkDevice device, const char* pName) const
10 void DeviceDriver::destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const
15 void DeviceDriver::getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex,…
35 VkResult DeviceDriver::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, …
40 void DeviceDriver::freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks*…
45 VkResult DeviceDriver::mapMemory (VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDe…
50 void DeviceDriver::unmapMemory (VkDevice device, VkDeviceMemory memory) const
55 VkResult DeviceDriver::flushMappedMemoryRanges (VkDevice device, deUint32 memoryRangeCount, const V…
60 VkResult DeviceDriver::invalidateMappedMemoryRanges (VkDevice device, deUint32 memoryRangeCount, co…
65 void DeviceDriver::getDeviceMemoryCommitment (VkDevice device, VkDeviceMemory memory, VkDeviceSize*…
[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()
70 VkDevice device, in createSemaphore()
86 VkDevice device, in createFence()
102 VkDevice device, in createCommandPool()
120 VkDevice device, in allocateCommandBuffer()
138 VkDevice device, in createEvent()
DvkNullDriverImpl.inl16 VKAPI_ATTR VkResult VKAPI_CALL createFence (VkDevice device, const VkFenceCreateInfo* pCreateInfo, …
22 VKAPI_ATTR VkResult VKAPI_CALL createSemaphore (VkDevice device, const VkSemaphoreCreateInfo* pCrea…
28 VKAPI_ATTR VkResult VKAPI_CALL createEvent (VkDevice device, const VkEventCreateInfo* pCreateInfo, …
34 VKAPI_ATTR VkResult VKAPI_CALL createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCrea…
40 VKAPI_ATTR VkResult VKAPI_CALL createBuffer (VkDevice device, const VkBufferCreateInfo* pCreateInfo…
46 VKAPI_ATTR VkResult VKAPI_CALL createBufferView (VkDevice device, const VkBufferViewCreateInfo* pCr…
52 VKAPI_ATTR VkResult VKAPI_CALL createImage (VkDevice device, const VkImageCreateInfo* pCreateInfo, …
58 VKAPI_ATTR VkResult VKAPI_CALL createImageView (VkDevice device, const VkImageViewCreateInfo* pCrea…
64 VKAPI_ATTR VkResult VKAPI_CALL createShaderModule (VkDevice device, const VkShaderModuleCreateInfo*…
70 VKAPI_ATTR VkResult VKAPI_CALL createPipelineCache (VkDevice device, const VkPipelineCacheCreateInf…
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java34 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in canSetAndGetUuids() local
47 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in getUuids_setUuidsNotCalled_shouldReturnNull() local
53 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in canSetAndGetBondState() local
63 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in canSetAndGetCreatedBond() local
73 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in canSetAndGetFetchUuidsWithSdpResult() local
82 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in getCorrectFetchUuidsWithSdpCount() local
/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/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c2962 anv_tramp_GetDeviceProcAddr(VkDevice device, const char* pName) in anv_tramp_GetDeviceProcAddr()
2968 anv_tramp_DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) in anv_tramp_DestroyDevice()
2974 …anv_tramp_GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue*… in anv_tramp_GetDeviceQueue()
2980 anv_tramp_DeviceWaitIdle(VkDevice device) in anv_tramp_DeviceWaitIdle()
2986 …anv_tramp_AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAlloc… in anv_tramp_AllocateMemory()
2992 …anv_tramp_FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocat… in anv_tramp_FreeMemory()
2998 …anv_tramp_MapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size… in anv_tramp_MapMemory()
3004 anv_tramp_UnmapMemory(VkDevice device, VkDeviceMemory memory) in anv_tramp_UnmapMemory()
3010 …anv_tramp_FlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemory… in anv_tramp_FlushMappedMemoryRanges()
3016 …anv_tramp_InvalidateMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedM… in anv_tramp_InvalidateMappedMemoryRanges()
[all …]
/external/libdrm/tests/kms/
Dlibkms-test-device.c51 static void kms_device_probe_screens(struct kms_device *device) in kms_device_probe_screens()
100 static void kms_device_probe_crtcs(struct kms_device *device) in kms_device_probe_crtcs()
127 static void kms_device_probe_planes(struct kms_device *device) in kms_device_probe_planes()
154 static void kms_device_probe(struct kms_device *device) in kms_device_probe()
163 struct kms_device *device; in kms_device_open() local
176 void kms_device_close(struct kms_device *device) in kms_device_close()
201 struct kms_plane *kms_device_find_plane_by_type(struct kms_device *device, in kms_device_find_plane_by_type()
/external/libmtp/src/
Dlibmtp.c963 int LIBMTP_Get_Allowed_Property_Values(LIBMTP_mtpdevice_t *device, LIBMTP_property_t const property, in LIBMTP_Get_Allowed_Property_Values()
1160 int LIBMTP_Is_Property_Supported(LIBMTP_mtpdevice_t *device, LIBMTP_property_t const property, in LIBMTP_Is_Property_Supported()
1201 char *LIBMTP_Get_String_From_Object(LIBMTP_mtpdevice_t *device, uint32_t const object_id, in LIBMTP_Get_String_From_Object()
1216 uint64_t LIBMTP_Get_u64_From_Object(LIBMTP_mtpdevice_t *device,uint32_t const object_id, in LIBMTP_Get_u64_From_Object()
1231 uint32_t LIBMTP_Get_u32_From_Object(LIBMTP_mtpdevice_t *device,uint32_t const object_id, in LIBMTP_Get_u32_From_Object()
1246 uint16_t LIBMTP_Get_u16_From_Object(LIBMTP_mtpdevice_t *device, uint32_t const object_id, in LIBMTP_Get_u16_From_Object()
1261 uint8_t LIBMTP_Get_u8_From_Object(LIBMTP_mtpdevice_t *device, uint32_t const object_id, in LIBMTP_Get_u8_From_Object()
1276 int LIBMTP_Set_Object_String(LIBMTP_mtpdevice_t *device, uint32_t const object_id, in LIBMTP_Set_Object_String()
1292 int LIBMTP_Set_Object_u32(LIBMTP_mtpdevice_t *device, uint32_t const object_id, in LIBMTP_Set_Object_u32()
1307 int LIBMTP_Set_Object_u16(LIBMTP_mtpdevice_t *device, uint32_t const object_id, in LIBMTP_Set_Object_u16()
[all …]
/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()
174 vlVdpDecoderQueryCapabilities(VdpDevice device, VdpDecoderProfile profile, in vlVdpDecoderQueryCapabilities()
225 vlVdpOutputSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, in vlVdpOutputSurfaceQueryCapabilities()
277 vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_fo… in vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities()
315 vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities(VdpDevice device, in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities()
376 vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, in vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities()
425 vlVdpBitmapSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, in vlVdpBitmapSurfaceQueryCapabilities()
476 vlVdpVideoMixerQueryFeatureSupport(VdpDevice device, VdpVideoMixerFeature feature, in vlVdpVideoMixerQueryFeatureSupport()
501 vlVdpVideoMixerQueryParameterSupport(VdpDevice device, VdpVideoMixerParameter parameter, in vlVdpVideoMixerQueryParameterSupport()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp39 const vk::VkDevice device, in Buffer()
49 const vk::VkDevice device, in Image()
75 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const Vk… in makeCommandBuffer()
81 const VkDevice device, in makeDescriptorSet()
97 const VkDevice device) in makePipelineLayout()
113 const VkDevice device, in makePipelineLayout()
130 const VkDevice device, in makeComputePipeline()
180 const VkDevice device, in makeFramebuffer()
203 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocat… in bindImage()
210 MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& alloca… in bindBuffer()
[all …]
/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()
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp216 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(VkDevice device, const char* pName) in vkGetDeviceProcAddr()
347 VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) in vkDestroyDevice()
452 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t qu… in vkGetDeviceQueue()
479 VKAPI_ATTR VkResult VKAPI_CALL vkDeviceWaitIdle(VkDevice device) in vkDeviceWaitIdle()
488 VKAPI_ATTR VkResult VKAPI_CALL vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAlloc… in vkAllocateMemory()
528 VKAPI_ATTR void VKAPI_CALL vkFreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationC… in vkFreeMemory()
536 VKAPI_ATTR VkResult VKAPI_CALL vkMapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize off… in vkMapMemory()
544 VKAPI_ATTR void VKAPI_CALL vkUnmapMemory(VkDevice device, VkDeviceMemory memory) in vkUnmapMemory()
551 VKAPI_ATTR VkResult VKAPI_CALL vkFlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount… in vkFlushMappedMemoryRanges()
561 VKAPI_ATTR VkResult VKAPI_CALL vkInvalidateMappedMemoryRanges(VkDevice device, uint32_t memoryRange… in vkInvalidateMappedMemoryRanges()
[all …]
DVkPromotedExtensions.cpp49 VKAPI_ATTR VkResult VKAPI_CALL vkBindBufferMemory2KHR(VkDevice device, uint32_t bindInfoCount, cons… in vkBindBufferMemory2KHR()
54 VKAPI_ATTR VkResult VKAPI_CALL vkBindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const… in vkBindImageMemory2KHR()
60 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDescriptorUpdateTemplateKHR(VkDevice device, const VkDescrip… in vkCreateDescriptorUpdateTemplateKHR()
65 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorUpdateTemplateKHR(VkDevice device, VkDescriptorUpdate… in vkDestroyDescriptorUpdateTemplateKHR()
70 VKAPI_ATTR void VKAPI_CALL vkUpdateDescriptorSetWithTemplateKHR(VkDevice device, VkDescriptorSet de… in vkUpdateDescriptorSetWithTemplateKHR()
76 VKAPI_ATTR void VKAPI_CALL vkGetDeviceGroupPeerMemoryFeaturesKHR(VkDevice device, uint32_t heapInde… in vkGetDeviceGroupPeerMemoryFeaturesKHR()
116 VKAPI_ATTR void VKAPI_CALL vkGetImageMemoryRequirements2KHR(VkDevice device, const VkImageMemoryReq… in vkGetImageMemoryRequirements2KHR()
121 VKAPI_ATTR void VKAPI_CALL vkGetBufferMemoryRequirements2KHR(VkDevice device, const VkBufferMemoryR… in vkGetBufferMemoryRequirements2KHR()
126 VKAPI_ATTR void VKAPI_CALL vkGetImageSparseMemoryRequirements2KHR(VkDevice device, const VkImageSpa… in vkGetImageSparseMemoryRequirements2KHR()
168 VKAPI_ATTR void VKAPI_CALL vkTrimCommandPoolKHR(VkDevice device, VkCommandPool commandPool, VkComma… in vkTrimCommandPoolKHR()
[all …]
/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp30 void ObjectLifetimes::AddQueueInfo(VkDevice device, uint32_t queue_node_index, VkQueue queue) { in AddQueueInfo()
48 void ObjectLifetimes::DestroyQueueDataStructures(VkDevice device) { in DestroyQueueDataStructures()
98 void ObjectLifetimes::AllocateCommandBuffer(VkDevice device, const VkCommandPool command_pool, cons… in AllocateCommandBuffer()
119 bool ObjectLifetimes::ValidateCommandBuffer(VkDevice device, VkCommandPool command_pool, VkCommandB… in ValidateCommandBuffer()
141 void ObjectLifetimes::AllocateDescriptorSet(VkDevice device, VkDescriptorPool descriptor_pool, VkDe… in AllocateDescriptorSet()
163 bool ObjectLifetimes::ValidateDescriptorSet(VkDevice device, VkDescriptorPool descriptor_pool, VkDe… in ValidateDescriptorSet()
244 void ObjectLifetimes::CreateQueue(VkDevice device, VkQueue vkObj) { in CreateQueue()
277 bool ObjectLifetimes::DeviceReportUndestroyedObjects(VkDevice device, VulkanObjectType object_type,… in DeviceReportUndestroyedObjects()
289 void ObjectLifetimes::DeviceDestroyUndestroyedObjects(VkDevice device, VulkanObjectType object_type… in DeviceDestroyUndestroyedObjects()
309 VkDevice device = reinterpret_cast<VkDevice>(pNode->handle); in PreCallValidateDestroyInstance() local
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHidFacade.java153 public Boolean hidConnect(BluetoothDevice device) { in hidConnect()
163 public Boolean hidDisconnect(BluetoothDevice device) { in hidDisconnect()
237 BluetoothDevice device; in bluetoothHidGetConnectionStatus() local
261 BluetoothDevice device = BluetoothFacade.getDevice( in bluetoothHidSetReport() local
287 BluetoothDevice device = BluetoothFacade.getDevice( in bluetoothHidGetReport() local
308 BluetoothDevice device = BluetoothFacade.getDevice( in bluetoothHidSendData() local
325 BluetoothDevice device = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(), in bluetoothHidVirtualUnplug() local
344 BluetoothDevice device = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(), in bluetoothHidSetPriority() local
360 BluetoothDevice device = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(), in bluetoothHidGetPriority() local
379 BluetoothDevice device = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(), in bluetoothHidSetProtocolMode() local
[all …]
DBluetoothPbapClientFacade.java77 public Boolean pbapClientConnect(BluetoothDevice device) { in pbapClientConnect()
87 public Boolean pbapClientDisconnect(BluetoothDevice device) { in pbapClientDisconnect()
133 BluetoothDevice device = in bluetoothPbapClientGetPriority() local
151 BluetoothDevice device = in bluetoothPbapClientConnect() local
176 BluetoothDevice device = in bluetoothPbapClientDisconnect() local
212 BluetoothDevice device; in bluetoothPbapClientGetConnectionStatus() local
/external/ImageMagick/MagickCore/
Dopencl.c380 device; in SelectOpenCLDevice() local
467 MagickPrivate cl_mem CreateOpenCLBuffer(MagickCLDevice device, in CreateOpenCLBuffer()
524 MagickPrivate MagickCLCacheInfo AcquireMagickCLCacheInfo(MagickCLDevice device, in AcquireMagickCLCacheInfo()
573 device; in AcquireMagickCLDevice() local
647 MagickPrivate cl_command_queue AcquireOpenCLCommandQueue(MagickCLDevice device) in AcquireOpenCLCommandQueue()
703 MagickPrivate cl_kernel AcquireOpenCLKernel(MagickCLDevice device, in AcquireOpenCLKernel()
813 device; in LoadOpenCLDeviceBenchmark() local
1105 MagickCLDevice device) in RunDeviceBenckmark()
1123 device; in CacheOpenCLBenchmarks() local
1174 device; in BenchmarkOpenCLDevices() local
[all …]
/external/chromium-trace/catapult/devil/devil/android/
Dforwarder.py37 def _LogMapFailureDiagnostics(device): argument
117 def Map(port_pairs, device, tool=None): argument
193 def UnmapDevicePort(device_port, device): argument
204 def UnmapAllDevicePorts(device): argument
301 def _UnmapDevicePortLocked(device_port, device): argument
371 def _InitDeviceLocked(self, device, tool): argument
443 def KillDevice(device, tool=None): argument
455 def _KillDeviceLocked(self, device, tool): argument
/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/u-boot/drivers/usb/gadget/
Dcore.c132 …usb_configuration_instance *usbd_device_configuration_instance (struct usb_device_instance *device, in usbd_device_configuration_instance()
150 struct usb_interface_instance *usbd_device_interface_instance (struct usb_device_instance *device, … in usbd_device_interface_instance()
172 struct usb_alternate_instance *usbd_device_alternate_instance (struct usb_device_instance *device, … in usbd_device_alternate_instance()
196 struct usb_device_descriptor *usbd_device_device_descriptor (struct usb_device_instance *device, in… in usbd_device_device_descriptor()
210 usb_device_instance in usbd_device_configuration_descriptor()
231 struct usb_interface_descriptor *usbd_device_interface_descriptor (struct usb_device_instance in usbd_device_interface_descriptor()
255 struct usb_endpoint_descriptor *usbd_device_endpoint_descriptor_index (struct usb_device_instance in usbd_device_endpoint_descriptor_index()
280 int usbd_device_endpoint_transfersize (struct usb_device_instance *device, int port, int configurat… in usbd_device_endpoint_transfersize()
305 struct usb_endpoint_descriptor *usbd_device_endpoint_descriptor (struct usb_device_instance *device in usbd_device_endpoint_descriptor()
325 int usbd_endpoint_halted (struct usb_device_instance *device, int endpoint) in usbd_endpoint_halted()
[all …]

12345678910>>...53