| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ | 
| D | ShadowBluetoothDeviceTest.java | 55     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/ | 
| D | device.h | 45 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/ | 
| D | anv_gem_stubs.c | 31 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_busy(struct anv_device *device, uint32_t gem_handle)  in anv_gem_busy() 87 anv_gem_wait(struct anv_device *device, uint32_t gem_handle, int64_t *timeout_ns)  in anv_gem_wait() 93 anv_gem_execbuffer(struct anv_device *device,  in anv_gem_execbuffer() 100 anv_gem_set_tiling(struct anv_device *device,  in anv_gem_set_tiling() 107 anv_gem_get_tiling(struct anv_device *device, uint32_t gem_handle)  in anv_gem_get_tiling() [all …] 
 | 
| D | anv_gem.c | 43 anv_gem_create(struct anv_device *device, uint64_t size)  in anv_gem_create() 59 anv_gem_close(struct anv_device *device, uint32_t gem_handle)  in anv_gem_close() 72 anv_gem_mmap_offset(struct anv_device *device, uint32_t gem_handle,  in anv_gem_mmap_offset() 94 anv_gem_mmap_legacy(struct anv_device *device, uint32_t gem_handle,  in anv_gem_mmap_legacy() 115 anv_gem_mmap(struct anv_device *device, uint32_t gem_handle,  in anv_gem_mmap() 134 anv_gem_munmap(struct anv_device *device, void *p, uint64_t size)  in anv_gem_munmap() 141 anv_gem_userptr(struct anv_device *device, void *mem, size_t size)  in anv_gem_userptr() 157 anv_gem_set_caching(struct anv_device *device,  in anv_gem_set_caching() 169 anv_gem_set_domain(struct anv_device *device, uint32_t gem_handle,  in anv_gem_set_domain() 185 anv_gem_busy(struct anv_device *device, uint32_t gem_handle)  in anv_gem_busy() [all …] 
 | 
| /external/chromium-trace/catapult/devil/devil/android/tools/ | 
| D | provision_devices.py | 150 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 …] 
 | 
| D | system_app.py | 53 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/ | 
| D | stream_executor_test_util.cc | 23 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/ | 
| D | vk_dispatch_table_helper.h | 36 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 …] 
 | 
| D | thread_safety.cpp | 28 void ThreadSafety::PreCallRecordAllocateCommandBuffers(VkDevice device, const VkCommandBufferAlloca…  in PreCallRecordAllocateCommandBuffers() 34 void ThreadSafety::PostCallRecordAllocateCommandBuffers(VkDevice device, const VkCommandBufferAlloc…  in PostCallRecordAllocateCommandBuffers() 49 void ThreadSafety::PreCallRecordAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAlloca…  in PreCallRecordAllocateDescriptorSets() 56 void ThreadSafety::PostCallRecordAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAlloc…  in PostCallRecordAllocateDescriptorSets() 63 void ThreadSafety::PreCallRecordFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint…  in PreCallRecordFreeCommandBuffers() 88 void ThreadSafety::PostCallRecordFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uin…  in PostCallRecordFreeCommandBuffers() 94 void ThreadSafety::PreCallRecordResetCommandPool(VkDevice device, VkCommandPool commandPool, VkComm…  in PreCallRecordResetCommandPool() 102 void ThreadSafety::PostCallRecordResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCom…  in PostCallRecordResetCommandPool() 109 void ThreadSafety::PreCallRecordDestroyCommandPool(VkDevice device, VkCommandPool commandPool, cons…  in PreCallRecordDestroyCommandPool() 117 void ThreadSafety::PostCallRecordDestroyCommandPool(VkDevice device, VkCommandPool commandPool, con…  in PostCallRecordDestroyCommandPool() [all …] 
 | 
| /external/autotest/server/cros/bluetooth/ | 
| D | bluetooth_adapter_audio_tests.py | 52     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/cronet/build/android/ | 
| D | provision_devices.py | 92 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/angle/build/android/ | 
| D | provision_devices.py | 92 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/deqp/external/vulkancts/framework/vulkan/ | 
| D | vkPlatform.cpp | 147 							VkDevice					device)  in DeviceDriver() 161 VkResult DeviceDriver::createShaderModule (VkDevice							device,  in createShaderModule() 179 								VkDevice									device,  in DeviceDriverSC() 202 void DeviceDriverSC::destroyDeviceHandler (VkDevice								device,  in destroyDeviceHandler() 209 VkResult DeviceDriverSC::createDescriptorSetLayoutHandlerNorm (VkDevice									device,  in createDescriptorSetLayoutHandlerNorm() 220 void DeviceDriverSC::createDescriptorSetLayoutHandlerStat (VkDevice									device,  in createDescriptorSetLayoutHandlerStat() 247 void DeviceDriverSC::destroyDescriptorSetLayoutHandler (VkDevice								device,  in destroyDescriptorSetLayoutHandler() 264 void DeviceDriverSC::allocateDescriptorSetsHandlerStat (VkDevice							device,  in allocateDescriptorSetsHandlerStat() 278 void DeviceDriverSC::freeDescriptorSetsHandlerStat (VkDevice				device,  in freeDescriptorSetsHandlerStat() 293 void DeviceDriverSC::resetDescriptorPoolHandlerStat (VkDevice					device,  in resetDescriptorPoolHandlerStat() [all …] 
 | 
| /external/OpenCL-CTS/test_common/harness/ | 
| D | deviceInfo.cpp | 27 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/mesa3d/prebuilt-intermediates/vulkan/ | 
| D | anv_entrypoints.c | 1748       anv_GetDeviceProcAddr(VkDevice device, const char* pName)  in anv_GetDeviceProcAddr() 1754       anv_DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator)  in anv_DestroyDevice() 1760 …anv_GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueu…  in anv_GetDeviceQueue() 1778       anv_DeviceWaitIdle(VkDevice device)  in anv_DeviceWaitIdle() 1784 …anv_AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationC…  in anv_AllocateMemory() 1790 …    anv_FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator)  in anv_FreeMemory() 1796 …anv_MapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMe…  in anv_MapMemory() 1802       anv_UnmapMemory(VkDevice device, VkDeviceMemory memory)  in anv_UnmapMemory() 1808 …anv_FlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange*…  in anv_FlushMappedMemoryRanges() 1814 …anv_InvalidateMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryR…  in anv_InvalidateMappedMemoryRanges() [all …] 
 | 
| /external/libpcap/ | 
| D | pcap-dos.h | 140   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/vulkan/ | 
| D | vkDeviceDriverImpl.inl | 7 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 …] 
 | 
| D | vkNullDriverImpl.inl | 18 VKAPI_ATTR VkResult VKAPI_CALL createFence (VkDevice device, const VkFenceCreateInfo* pCreateInfo, … 24 VKAPI_ATTR VkResult VKAPI_CALL createSemaphore (VkDevice device, const VkSemaphoreCreateInfo* pCrea… 30 VKAPI_ATTR VkResult VKAPI_CALL createEvent (VkDevice device, const VkEventCreateInfo* pCreateInfo, … 36 VKAPI_ATTR VkResult VKAPI_CALL createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCrea… 42 VKAPI_ATTR VkResult VKAPI_CALL createBuffer (VkDevice device, const VkBufferCreateInfo* pCreateInfo… 48 VKAPI_ATTR VkResult VKAPI_CALL createBufferView (VkDevice device, const VkBufferViewCreateInfo* pCr… 54 VKAPI_ATTR VkResult VKAPI_CALL createImage (VkDevice device, const VkImageCreateInfo* pCreateInfo, … 60 VKAPI_ATTR VkResult VKAPI_CALL createImageView (VkDevice device, const VkImageViewCreateInfo* pCrea… 66 VKAPI_ATTR VkResult VKAPI_CALL createShaderModule (VkDevice device, const VkShaderModuleCreateInfo*… 72 VKAPI_ATTR VkResult VKAPI_CALL createPipelineCache (VkDevice device, const VkPipelineCacheCreateInf… [all …] 
 | 
| /external/mesa3d/src/vulkan/util/ | 
| D | vk_object.c | 31 vk_object_base_init(UNUSED struct vk_device *device,  in vk_object_base_init() 47 vk_device_init(struct vk_device *device,  in vk_device_init() 67 vk_device_finish(UNUSED struct vk_device *device)  in vk_device_finish() 81 vk_object_alloc(struct vk_device *device,  in vk_object_alloc() 97 vk_object_zalloc(struct vk_device *device,  in vk_object_zalloc() 113 vk_object_free(struct vk_device *device,  in vk_object_free() 122 vk_private_data_slot_create(struct vk_device *device,  in vk_private_data_slot_create() 143 vk_private_data_slot_destroy(struct vk_device *device,  in vk_private_data_slot_destroy() 157 get_swapchain_private_data_locked(struct vk_device *device,  in get_swapchain_private_data_locked() 195 vk_object_base_private_data(struct vk_device *device,  in vk_object_base_private_data() [all …] 
 | 
| /external/mesa3d/src/amd/vulkan/ | 
| D | radv_sqtt.c | 39 radv_thread_trace_get_data_offset(struct radv_device *device, unsigned se)  in radv_thread_trace_get_data_offset() 51 radv_thread_trace_get_info_va(struct radv_device *device, unsigned se)  in radv_thread_trace_get_info_va() 58 radv_thread_trace_get_data_va(struct radv_device *device, unsigned se)  in radv_thread_trace_get_data_va() 65 radv_emit_thread_trace_start(struct radv_device *device,  in radv_emit_thread_trace_start() 232 radv_copy_thread_trace_info_regs(struct radv_device *device,  in radv_copy_thread_trace_info_regs() 269 radv_emit_thread_trace_stop(struct radv_device *device,  in radv_emit_thread_trace_stop() 345 radv_emit_thread_trace_userdata(const struct radv_device *device,  in radv_emit_thread_trace_userdata() 368 radv_emit_spi_config_cntl(struct radv_device *device,  in radv_emit_spi_config_cntl() 390 radv_emit_wait_for_idle(struct radv_device *device,  in radv_emit_wait_for_idle() 408 radv_thread_trace_init_cs(struct radv_device *device)  in radv_thread_trace_init_cs() [all …] 
 | 
| /external/mesa3d/src/broadcom/vulkan/ | 
| D | v3dv_bo.c | 46 bo_dump_stats(struct v3dv_device *device)  in bo_dump_stats() 95 bo_from_cache(struct v3dv_device *device, uint32_t size, const char *name)  in bo_from_cache() 128 bo_free(struct v3dv_device *device,  in bo_free() 161 bo_cache_free_all(struct v3dv_device *device,  in bo_cache_free_all() 198 v3dv_bo_alloc(struct v3dv_device *device,  in v3dv_bo_alloc() 266 v3dv_bo_map_unsynchronized(struct v3dv_device *device,  in v3dv_bo_map_unsynchronized() 299 v3dv_bo_wait(struct v3dv_device *device,  in v3dv_bo_wait() 311 v3dv_bo_map(struct v3dv_device *device, struct v3dv_bo *bo, uint32_t size)  in v3dv_bo_map() 330 v3dv_bo_unmap(struct v3dv_device *device, struct v3dv_bo *bo)  in v3dv_bo_unmap() 342                      struct v3dv_device *device,  in reallocate_size_list() [all …] 
 | 
| /external/ComputeLibrary/src/core/CL/ | 
| D | CLHelpers.cpp | 223 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/ | 
| D | BluetoothHfpClientFacade.java | 75     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/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ | 
| D | vkDeviceDriverImpl.inl | 7 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 VkResult DeviceDriver::bindBufferMemory (VkDevice device, VkBuffer buffer, VkDeviceMemory memory, V… [all …] 
 | 
| /external/cronet/build/android/pylib/local/device/ | 
| D | local_device_gtest_run.py | 196 def _PullCoverageFiles(device, device_coverage_dir, output_dir):  argument 216 def _GetDeviceCoverageDir(device):  argument 267   def GetTestDataRoot(self, device):  argument 272   def Install(self, device):  argument 285   def ResultsDirectory(self, device):  # pylint: disable=no-self-use  argument 288   def Run(self, test, device, flags=None, **kwargs):  argument 365   def PullAppFiles(self, device, files, directory):  argument 376   def Clear(self, device):  argument 395   def GetTestDataRoot(self, device):  argument 400   def Install(self, device):  argument [all …] 
 |