Home
last modified time | relevance | path

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

12345678910>>...123

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java55 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in canSetAndGetUuids() local
69 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in getUuids_setUuidsNotCalled_shouldReturnNull() local
76 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in canSetAndGetBondState() local
87 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in canSetAndGetCreatedBond() local
98 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in canSetAndGetPin() local
109 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in canSetAndGetPairingConfirmation() local
123 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in canSetAndGetFetchUuidsWithSdpResult() local
133 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in canSetAndGetBluetoothClass() local
146 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in canCreateAndRemoveBonds() local
159 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in getCorrectFetchUuidsWithSdpCount() local
[all …]
/external/mtools/
Ddevice.h45 typedef struct device { struct
46 const char *name; /* full path to device */ argument
56 * mformatting partitioned devices */ argument
58 off_t offset; /* skip this many bytes */
60 unsigned int partition;
62 unsigned int misc_flags;
87 } device_t; argument
89 extern struct device *devices; argument
/external/mesa3d/src/intel/vulkan/
Danv_rmv.c43 anv_memory_trace_init(struct anv_device *device) in anv_memory_trace_init()
57 fill_memory_info(const struct anv_physical_device *device, in fill_memory_info()
80 anv_rmv_fill_device_info(const struct anv_physical_device *device, in anv_rmv_fill_device_info()
102 anv_memory_trace_finish(struct anv_device *device) in anv_memory_trace_finish()
107 resource_id_locked(struct anv_device *device, const void *obj) in resource_id_locked()
113 resource_destroy_locked(struct anv_device *device, const void *obj) in resource_destroy_locked()
120 log_resource_bind_locked(struct anv_device *device, uint64_t resource_id, in log_resource_bind_locked()
135 log_state_pool_bind_locked(struct anv_device *device, uint64_t resource_id, in log_state_pool_bind_locked()
151 anv_heap_index_to_memory_location(struct anv_device *device, in anv_heap_index_to_memory_location()
165 anv_rmv_log_bo_gtt_unmap_locked(struct anv_device *device, in anv_rmv_log_bo_gtt_unmap_locked()
[all …]
Danv_gem_stubs.c31 stub_gem_close(struct anv_device *device, struct anv_bo *bo) in stub_gem_close()
37 stub_gem_create(struct anv_device *device, in stub_gem_create()
54 stub_gem_mmap(struct anv_device *device, struct anv_bo *bo, uint64_t offset, in stub_gem_mmap()
97 stub_bo_alloc_flags_to_bo_flags(struct anv_device *device, in stub_bo_alloc_flags_to_bo_flags()
104 anv_gem_mmap(struct anv_device *device, struct anv_bo *bo, uint64_t offset, in anv_gem_mmap()
119 anv_gem_munmap(struct anv_device *device, void *p, uint64_t size) in anv_gem_munmap()
125 stub_gem_create_userptr(struct anv_device *device, void *mem, uint64_t size) in stub_gem_create_userptr()
137 anv_gem_wait(struct anv_device *device, uint32_t gem_handle, int64_t *timeout_ns) in anv_gem_wait()
143 anv_gem_set_tiling(struct anv_device *device, in anv_gem_set_tiling()
150 anv_gem_get_tiling(struct anv_device *device, uint32_t gem_handle) in anv_gem_get_tiling()
[all …]
/external/chromium-trace/catapult/devil/devil/android/tools/
Dprovision_devices.py150 def ProvisionDevice(device, steps, denylist, reboot_timeout=None): argument
183 def Wipe(device, adb_key_files=None): argument
198 def WipeChromeData(device): argument
243 def _UninstallIfMatch(device, pattern): argument
257 def _WipeUnderDirIfMatch(device, path, pattern): argument
263 def _WipeFileOrDir(device, path): argument
268 def WipeDevice(device, adb_key_files): argument
304 def _WriteAdbKeysFile(device, adb_keys_string): argument
318 def SetProperties(device, enable_java_debug, disable_location, argument
350 def DisableNetwork(device): argument
[all …]
Dsystem_app.py53 def RemoveSystemApps(device, package_names): argument
68 def ReplaceSystemApp(device, argument
87 def _FindSystemPackagePaths(device, system_package_list): argument
102 def _GetApplicationPaths(device, package): argument
149 def _SetUpSystemAppModification(device, timeout=None, retries=None): argument
194 def _TearDownSystemAppModification(device, argument
230 def EnableSystemAppModification(device): argument
253 def _RelocateApp(device, package_name, relocate_to): argument
277 def _TemporarilyInstallApp(device, apk, install_timeout=None): argument
290 def _MoveApp(device, relocation_map): argument
[all …]
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_test_util.cc23 void Allocate(const SP_Device* const device, uint64_t size, in Allocate()
25 void Deallocate(const SP_Device* const device, SP_DeviceMemoryBase* const mem) { in Deallocate()
27 void* HostMemoryAllocate(const SP_Device* const device, uint64_t size) { in HostMemoryAllocate()
30 void HostMemoryDeallocate(const SP_Device* const device, void* mem) {} in HostMemoryDeallocate()
31 TF_Bool GetAllocatorStats(const SP_Device* const device, in GetAllocatorStats()
35 TF_Bool DeviceMemoryUsage(const SP_Device* const device, int64_t* const free, in DeviceMemoryUsage()
39 void CreateStream(const SP_Device* const device, SP_Stream* stream, in CreateStream()
43 void DestroyStream(const SP_Device* const device, SP_Stream stream) {} in DestroyStream()
44 void CreateStreamDependency(const SP_Device* const device, SP_Stream dependent, in CreateStreamDependency()
46 void GetStreamStatus(const SP_Device* const device, SP_Stream stream, in GetStreamStatus()
[all …]
/external/vulkan-validation-layers/layers/generated/
Dvk_dispatch_table_helper.h36 static VKAPI_ATTR VkResult VKAPI_CALL StubBindBufferMemory2(VkDevice device, uint32_t bindInfoCount… in StubBindBufferMemory2()
37 static VKAPI_ATTR VkResult VKAPI_CALL StubBindImageMemory2(VkDevice device, uint32_t bindInfoCount,… in StubBindImageMemory2()
38 static VKAPI_ATTR void VKAPI_CALL StubGetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t he… in StubGetDeviceGroupPeerMemoryFeatures()
41 static VKAPI_ATTR void VKAPI_CALL StubGetImageMemoryRequirements2(VkDevice device, const VkImageMem… in StubGetImageMemoryRequirements2()
42 static VKAPI_ATTR void VKAPI_CALL StubGetBufferMemoryRequirements2(VkDevice device, const VkBufferM… in StubGetBufferMemoryRequirements2()
43 static VKAPI_ATTR void VKAPI_CALL StubGetImageSparseMemoryRequirements2(VkDevice device, const VkIm… in StubGetImageSparseMemoryRequirements2()
44 static VKAPI_ATTR void VKAPI_CALL StubTrimCommandPool(VkDevice device, VkCommandPool commandPool, V… in StubTrimCommandPool()
45 static VKAPI_ATTR void VKAPI_CALL StubGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQ… in StubGetDeviceQueue2()
46 static VKAPI_ATTR VkResult VKAPI_CALL StubCreateSamplerYcbcrConversion(VkDevice device, const VkSam… in StubCreateSamplerYcbcrConversion()
47 static VKAPI_ATTR void VKAPI_CALL StubDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcr… in StubDestroySamplerYcbcrConversion()
[all …]
/external/mesa3d/src/amd/vulkan/
Dradv_sqtt.c48 gfx11_get_sqtt_ctrl(const struct radv_device *device, bool enable) in gfx11_get_sqtt_ctrl()
55 gfx10_get_sqtt_ctrl(const struct radv_device *device, bool enable) in gfx10_get_sqtt_ctrl()
87 radv_emit_wait_for_idle(const struct radv_device *device, struct radeon_cmdbuf *cs, int family) in radv_emit_wait_for_idle()
100 radv_emit_sqtt_start(const struct radv_device *device, struct radeon_cmdbuf *cs, enum radv_queue_fa… in radv_emit_sqtt_start()
275 radv_copy_sqtt_info_regs(const struct radv_device *device, struct radeon_cmdbuf *cs, unsigned se_in… in radv_copy_sqtt_info_regs()
331 radv_emit_sqtt_stop(const struct radv_device *device, struct radeon_cmdbuf *cs, enum radv_queue_fam… in radv_emit_sqtt_stop()
434 struct radv_device *device = cmd_buffer->device; in radv_emit_sqtt_userdata() local
461 radv_emit_spi_config_cntl(const struct radv_device *device, struct radeon_cmdbuf *cs, bool enable) in radv_emit_spi_config_cntl()
479 radv_emit_inhibit_clockgating(const struct radv_device *device, struct radeon_cmdbuf *cs, bool inhi… in radv_emit_inhibit_clockgating()
492 radv_sqtt_acquire_gpu_timestamp(struct radv_device *device, struct radeon_winsys_bo **gpu_timestamp… in radv_sqtt_acquire_gpu_timestamp()
[all …]
Dradv_image.c43 radv_choose_tiling(struct radv_device *device, const VkImageCreateInfo *pCreateInfo, VkFormat forma… in radv_choose_tiling()
72 radv_use_tc_compat_htile_for_image(struct radv_device *device, const VkImageCreateInfo *pCreateInfo… in radv_use_tc_compat_htile_for_image()
126 radv_surface_has_scanout(struct radv_device *device, const struct radv_image_create_info *info) in radv_surface_has_scanout()
139 radv_image_use_fast_clear_for_image_early(const struct radv_device *device, const struct radv_image… in radv_image_use_fast_clear_for_image_early()
157 radv_image_use_fast_clear_for_image(const struct radv_device *device, const struct radv_image *imag… in radv_image_use_fast_clear_for_image()
208 radv_format_is_atomic_allowed(struct radv_device *device, VkFormat format) in radv_format_is_atomic_allowed()
217 radv_formats_is_atomic_allowed(struct radv_device *device, const void *pNext, VkFormat format, VkIm… in radv_formats_is_atomic_allowed()
239 radv_use_dcc_for_image_early(struct radv_device *device, struct radv_image *image, const VkImageCre… in radv_use_dcc_for_image_early()
304 radv_use_dcc_for_image_late(struct radv_device *device, struct radv_image *image) in radv_use_dcc_for_image_late()
334 radv_image_use_dcc_image_stores(const struct radv_device *device, const struct radv_image *image) in radv_image_use_dcc_image_stores()
[all …]
/external/mesa3d/src/vulkan/runtime/
Dvk_sync.c81 vk_sync_init(struct vk_device *device, in vk_sync_init()
103 vk_sync_finish(struct vk_device *device, in vk_sync_finish()
110 vk_sync_create(struct vk_device *device, in vk_sync_create()
135 vk_sync_destroy(struct vk_device *device, in vk_sync_destroy()
143 vk_sync_signal(struct vk_device *device, in vk_sync_signal()
158 vk_sync_get_value(struct vk_device *device, in vk_sync_get_value()
167 vk_sync_reset(struct vk_device *device, in vk_sync_reset()
175 VkResult vk_sync_move(struct vk_device *device, in vk_sync_move()
214 __vk_sync_wait(struct vk_device *device, in __vk_sync_wait()
240 vk_sync_wait(struct vk_device *device, in vk_sync_wait()
[all …]
/external/angle/build/android/
Dprovision_devices.py92 def ProvisionDevice(device, denylist, options): argument
149 def CheckExternalStorage(device): argument
168 def WipeChromeData(device, options): argument
213 def WipeDevice(device, options): argument
253 def _WriteAdbKeysFile(device, adb_keys_string): argument
264 def SetProperties(device, options): argument
330 def _ConfigureLocalProperties(device, java_debug=True): argument
355 def FinishProvisioning(device, options): argument
422 def _UninstallIfMatch(device, pattern, app_to_keep): argument
434 def _WipeUnderDirIfMatch(device, path, pattern): argument
[all …]
/external/mesa3d/src/intel/vulkan_hasvk/
Danv_gem_stubs.c31 anv_gem_create(struct anv_device *device, uint64_t size) in anv_gem_create()
43 anv_gem_close(struct anv_device *device, uint32_t gem_handle) in anv_gem_close()
49 anv_gem_mmap(struct anv_device *device, uint32_t gem_handle, in anv_gem_mmap()
63 anv_gem_munmap(struct anv_device *device, void *p, uint64_t size) in anv_gem_munmap()
69 anv_gem_userptr(struct anv_device *device, void *mem, size_t size) in anv_gem_userptr()
81 anv_gem_wait(struct anv_device *device, uint32_t gem_handle, int64_t *timeout_ns) in anv_gem_wait()
87 anv_gem_execbuffer(struct anv_device *device, in anv_gem_execbuffer()
94 anv_gem_set_tiling(struct anv_device *device, in anv_gem_set_tiling()
101 anv_gem_get_tiling(struct anv_device *device, uint32_t gem_handle) in anv_gem_get_tiling()
107 anv_gem_set_caching(struct anv_device *device, uint32_t gem_handle, in anv_gem_set_caching()
[all …]
Danv_gem.c42 anv_gem_create(struct anv_device *device, uint64_t size) in anv_gem_create()
58 anv_gem_close(struct anv_device *device, uint32_t gem_handle) in anv_gem_close()
71 anv_gem_mmap_offset(struct anv_device *device, uint32_t gem_handle, in anv_gem_mmap_offset()
93 anv_gem_mmap_legacy(struct anv_device *device, uint32_t gem_handle, in anv_gem_mmap_legacy()
116 anv_gem_mmap(struct anv_device *device, uint32_t gem_handle, in anv_gem_mmap()
135 anv_gem_munmap(struct anv_device *device, void *p, uint64_t size) in anv_gem_munmap()
142 anv_gem_userptr(struct anv_device *device, void *mem, size_t size) in anv_gem_userptr()
161 anv_gem_set_caching(struct anv_device *device, in anv_gem_set_caching()
176 anv_gem_wait(struct anv_device *device, uint32_t gem_handle, int64_t *timeout_ns) in anv_gem_wait()
191 anv_gem_execbuffer(struct anv_device *device, in anv_gem_execbuffer()
[all …]
/external/cronet/build/android/
Dprovision_devices.py92 def ProvisionDevice(device, denylist, options): argument
149 def CheckExternalStorage(device): argument
168 def WipeChromeData(device, options): argument
213 def WipeDevice(device, options): argument
253 def _WriteAdbKeysFile(device, adb_keys_string): argument
264 def SetProperties(device, options): argument
330 def _ConfigureLocalProperties(device, java_debug=True): argument
355 def FinishProvisioning(device, options): argument
422 def _UninstallIfMatch(device, pattern, app_to_keep): argument
434 def _WipeUnderDirIfMatch(device, path, pattern): argument
[all …]
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_audio_tests.py52 def _get_pulseaudio_bluez_source(self, get_source_method, device, argument
73 def _get_pulseaudio_bluez_sink(self, get_sink_method, device, test_profile): argument
93 def _get_pulseaudio_bluez_source_a2dp(self, device, test_profile): argument
105 def _get_pulseaudio_bluez_source_hfp(self, device, test_profile): argument
117 def _get_pulseaudio_bluez_sink_hfp(self, device, test_profile): argument
223 def _scp_to_dut(self, device, src_file, dest_file): argument
243 def initialize_bluetooth_audio(self, device, test_profile): argument
275 def cleanup_bluetooth_audio(self, device, test_profile): argument
293 def initialize_bluetooth_player(self, device): argument
309 def cleanup_bluetooth_player(self, device): argument
[all …]
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkDeviceDriverImpl.inl7 PFN_vkVoidFunction DeviceDriver::getDeviceProcAddr (VkDevice device, const char* pName) const
12 void DeviceDriver::destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const
17 void DeviceDriver::getDeviceQueue (VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex,…
37 VkResult DeviceDriver::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, …
42 void DeviceDriver::freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks*…
47 VkResult DeviceDriver::mapMemory (VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDe…
52 void DeviceDriver::unmapMemory (VkDevice device, VkDeviceMemory memory) const
57 VkResult DeviceDriver::flushMappedMemoryRanges (VkDevice device, uint32_t memoryRangeCount, const V…
62 VkResult DeviceDriver::invalidateMappedMemoryRanges (VkDevice device, uint32_t memoryRangeCount, co…
67 void DeviceDriver::getDeviceMemoryCommitment (VkDevice device, VkDeviceMemory memory, VkDeviceSize*…
[all …]
/external/OpenCL-CTS/test_common/harness/
DdeviceInfo.cpp27 std::string get_device_info_string(cl_device_id device, in get_device_info_string()
53 int is_extension_available(cl_device_id device, const char *extensionName) in is_extension_available()
66 cl_version get_extension_version(cl_device_id device, const char *extensionName) in get_extension_version()
101 std::string get_device_extensions_string(cl_device_id device) in get_device_extensions_string()
107 std::string get_device_il_version_string(cl_device_id device) in get_device_il_version_string()
113 std::string get_device_version_string(cl_device_id device) in get_device_version_string()
119 std::string get_device_name(cl_device_id device) in get_device_name()
124 size_t get_max_param_size(cl_device_id device) in get_max_param_size()
/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.cpp141 …ver::DeviceDriver(const PlatformInterface &platformInterface, VkInstance instance, VkDevice device, in DeviceDriver()
160 VkResult DeviceDriver::createShaderModule(VkDevice device, const VkShaderModuleCreateInfo *pCreateI… in createShaderModule()
174 …C::DeviceDriverSC(const PlatformInterface &platformInterface, VkInstance instance, VkDevice device, in DeviceDriverSC()
198 void DeviceDriverSC::destroyDeviceHandler(VkDevice device, const VkAllocationCallbacks *pAllocator)… in destroyDeviceHandler()
204 VkResult DeviceDriverSC::createDescriptorSetLayoutHandlerNorm(VkDevice device, in createDescriptorSetLayoutHandlerNorm()
217 void DeviceDriverSC::createDescriptorSetLayoutHandlerStat(VkDevice device, in createDescriptorSetLayoutHandlerStat()
249 void DeviceDriverSC::destroyDescriptorSetLayoutHandler(VkDevice device, VkDescriptorSetLayout descr… in destroyDescriptorSetLayoutHandler()
265 void DeviceDriverSC::allocateDescriptorSetsHandlerStat(VkDevice device, in allocateDescriptorSetsHandlerStat()
279 void DeviceDriverSC::freeDescriptorSetsHandlerStat(VkDevice device, VkDescriptorPool descriptorPool, in freeDescriptorSetsHandlerStat()
293 void DeviceDriverSC::resetDescriptorPoolHandlerStat(VkDevice device, VkDescriptorPool descriptorPoo… in resetDescriptorPoolHandlerStat()
[all …]
/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/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkDeviceDriverImpl.inl7 PFN_vkVoidFunction DeviceDriver::getDeviceProcAddr (VkDevice device, const char* pName) const
12 void DeviceDriver::destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const
17 void DeviceDriver::getDeviceQueue (VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex,…
37 VkResult DeviceDriver::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, …
42 VkResult DeviceDriver::mapMemory (VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDe…
47 void DeviceDriver::unmapMemory (VkDevice device, VkDeviceMemory memory) const
52 VkResult DeviceDriver::flushMappedMemoryRanges (VkDevice device, uint32_t memoryRangeCount, const V…
57 VkResult DeviceDriver::invalidateMappedMemoryRanges (VkDevice device, uint32_t memoryRangeCount, co…
62 void DeviceDriver::getDeviceMemoryCommitment (VkDevice device, VkDeviceMemory memory, VkDeviceSize*…
67 void DeviceDriver::getBufferMemoryRequirements (VkDevice device, VkBuffer buffer, VkMemoryRequireme…
[all …]
/external/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_event.h67 static inline size_t vn_sizeof_vkCreateEvent(VkDevice device, const VkEventCreateInfo* pCreateInfo,… in vn_sizeof_vkCreateEvent()
87 …kCreateEvent(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkEven… in vn_encode_vkCreateEvent()
103 static inline size_t vn_sizeof_vkCreateEvent_reply(VkDevice device, const VkEventCreateInfo* pCreat… in vn_sizeof_vkCreateEvent_reply()
120 static inline VkResult vn_decode_vkCreateEvent_reply(struct vn_cs_decoder *dec, VkDevice device, co… in vn_decode_vkCreateEvent_reply()
140 static inline size_t vn_sizeof_vkDestroyEvent(VkDevice device, VkEvent event, const VkAllocationCal… in vn_sizeof_vkDestroyEvent()
155 …DestroyEvent(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkEvent even… in vn_encode_vkDestroyEvent()
168 static inline size_t vn_sizeof_vkDestroyEvent_reply(VkDevice device, VkEvent event, const VkAllocat… in vn_sizeof_vkDestroyEvent_reply()
180 static inline void vn_decode_vkDestroyEvent_reply(struct vn_cs_decoder *dec, VkDevice device, VkEve… in vn_decode_vkDestroyEvent_reply()
191 static inline size_t vn_sizeof_vkGetEventStatus(VkDevice device, VkEvent event) in vn_sizeof_vkGetEventStatus()
203 …tEventStatus(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkEvent even… in vn_encode_vkGetEventStatus()
[all …]
/external/ComputeLibrary/src/core/CL/
DCLHelpers.cpp223 GPUTarget get_target_from_device(const cl::Device &device) in get_target_from_device()
231 bool arm_non_uniform_workgroup_supported(const cl::Device &device) in arm_non_uniform_workgroup_supported()
236 bool fp16_supported(const cl::Device &device) in fp16_supported()
241 bool dot8_supported(const cl::Device &device) in dot8_supported()
251 bool dot8_acc_supported(const cl::Device &device) in dot8_acc_supported()
256 CLVersion get_cl_version(const cl::Device &device) in get_cl_version()
283 bool device_supports_extension(const cl::Device &device, const char *extension_name) in device_supports_extension()
337 size_t preferred_vector_width(const cl::Device &device, const DataType dt) in preferred_vector_width()
367 bool preferred_dummy_work_items_support(const cl::Device &device) in preferred_dummy_work_items_support()
374 bool image2d_from_buffer_supported(const cl::Device &device) in image2d_from_buffer_supported()
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHfpClientFacade.java75 public Boolean hfpClientConnect(BluetoothDevice device) { in hfpClientConnect()
85 public Boolean hfpClientDisconnect(BluetoothDevice device) { in hfpClientDisconnect()
149 BluetoothDevice device = BluetoothFacade.getDevice( in bluetoothHfpClientConnect() local
173 BluetoothDevice device = BluetoothFacade.getDevice( in bluetoothHfpClientDisconnect() local
209 BluetoothDevice device; in bluetoothHfpClientGetConnectionStatus() local
265 BluetoothDevice device = getDevice(deviceStr); in bluetoothHfpClientStartVoiceRecognition() local
281 BluetoothDevice device = getDevice(deviceStr); in bluetoothHfpClientStopVoiceRecognition() local
299 BluetoothDevice device = getDevice(deviceStr); in bluetoothHfpClientConnectAudio() local
321 BluetoothDevice device = getDevice(deviceStr); in bluetoothHfpClientDial() local
339 BluetoothDevice device = getDevice(deviceStr); in bluetoothHfpClientDisconnectAudio() local
[all …]
/external/mesa3d/src/intel/vulkan/i915/
Danv_kmd_backend.c34 i915_gem_set_caching(struct anv_device *device, in i915_gem_set_caching()
46 i915_gem_create(struct anv_device *device, in i915_gem_create()
152 i915_gem_close(struct anv_device *device, struct anv_bo *bo) in i915_gem_close()
162 i915_gem_mmap_offset(struct anv_device *device, struct anv_bo *bo, in i915_gem_mmap_offset()
177 i915_gem_mmap_legacy(struct anv_device *device, struct anv_bo *bo, uint64_t offset, in i915_gem_mmap_legacy()
193 mmap_calc_flags(struct anv_device *device, struct anv_bo *bo) in mmap_calc_flags()
216 i915_gem_mmap(struct anv_device *device, struct anv_bo *bo, uint64_t offset, in i915_gem_mmap()
227 i915_vm_bind(struct anv_device *device, struct anv_sparse_submission *submit) in i915_vm_bind()
233 i915_vm_bind_bo(struct anv_device *device, struct anv_bo *bo) in i915_vm_bind_bo()
239 i915_gem_create_userptr(struct anv_device *device, void *mem, uint64_t size) in i915_gem_create_userptr()
[all …]

12345678910>>...123