| /external/vulkan-validation-layers/loader/ |
| D | dev_ext_trampoline.c | 34 VKAPI_ATTR void VKAPI_CALL vkDevExt0(VkDevice device) { in vkDevExt0() 40 VKAPI_ATTR void VKAPI_CALL vkDevExt1(VkDevice device) { in vkDevExt1() 46 VKAPI_ATTR void VKAPI_CALL vkDevExt2(VkDevice device) { in vkDevExt2() 52 VKAPI_ATTR void VKAPI_CALL vkDevExt3(VkDevice device) { in vkDevExt3() 58 VKAPI_ATTR void VKAPI_CALL vkDevExt4(VkDevice device) { in vkDevExt4() 64 VKAPI_ATTR void VKAPI_CALL vkDevExt5(VkDevice device) { in vkDevExt5() 70 VKAPI_ATTR void VKAPI_CALL vkDevExt6(VkDevice device) { in vkDevExt6() 76 VKAPI_ATTR void VKAPI_CALL vkDevExt7(VkDevice device) { in vkDevExt7() 82 VKAPI_ATTR void VKAPI_CALL vkDevExt8(VkDevice device) { in vkDevExt8() 88 VKAPI_ATTR void VKAPI_CALL vkDevExt9(VkDevice device) { in vkDevExt9() [all …]
|
| /external/chromium-trace/catapult/devil/devil/android/tools/ |
| D | provision_devices.py | 132 def ProvisionDevice(device, steps, blacklist, reboot_timeout=None): argument 164 def Wipe(device, adb_key_files=None): argument 176 def WipeChromeData(device): argument 218 def _UninstallIfMatch(device, pattern, app_to_keep): argument 230 def _WipeUnderDirIfMatch(device, path, pattern): argument 236 def _WipeFileOrDir(device, path): argument 241 def WipeDevice(device, adb_key_files): argument 278 def _WriteAdbKeysFile(device, adb_keys_string): argument 289 def SetProperties(device, enable_java_debug, disable_location, argument 322 def DisableNetwork(device): argument [all …]
|
| /external/v8/build/android/ |
| D | provision_devices.py | 92 def ProvisionDevice(device, blacklist, options): argument 147 def CheckExternalStorage(device): argument 166 def WipeChromeData(device, options): argument 211 def WipeDevice(device, options): argument 251 def _WriteAdbKeysFile(device, adb_keys_string): argument 262 def SetProperties(device, options): argument 324 def _ConfigureLocalProperties(device, java_debug=True): argument 349 def FinishProvisioning(device, options): argument 417 def _UninstallIfMatch(device, pattern, app_to_keep): argument 429 def _WipeUnderDirIfMatch(device, path, pattern): argument [all …]
|
| D | tombstones.py | 31 def _ListTombstones(device): argument 59 def _GetDeviceDateTime(device): argument 74 def _GetTombstoneData(device, tombstone_file): argument 88 def _EraseTombstone(device, tombstone_file): argument 176 def _GetTombstonesForDevice(device, options): argument
|
| D | adb_command_line.py | 44 def read_flags(device): argument 63 def delete_flags(device): argument 73 def write_flags(device): argument
|
| /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/ |
| D | vkDeviceDriverImpl.inl | 5 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 …]
|
| D | vkRefUtilImpl.inl | 143 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllo… 150 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCreateInfo* pCr… 157 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSemaphoreCre… 164 Move<VkEvent> createEvent (const DeviceInterface& vk, VkDevice device, const VkEventCreateInfo* pCr… 171 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQueryPoolCre… 178 Move<VkBuffer> createBuffer (const DeviceInterface& vk, VkDevice device, const VkBufferCreateInfo* … 185 Move<VkBufferView> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBufferView… 192 Move<VkImage> createImage (const DeviceInterface& vk, VkDevice device, const VkImageCreateInfo* pCr… 199 Move<VkImageView> createImageView (const DeviceInterface& vk, VkDevice device, const VkImageViewCre… 206 Move<VkShaderModule> createShaderModule (const DeviceInterface& vk, VkDevice device, const VkShader… [all …]
|
| D | vkNullDriverImpl.inl | 16 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 …]
|
| /external/libdrm/tests/kms/ |
| D | libkms-test-device.c | 55 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/mesa3d/src/gallium/state_trackers/vdpau/ |
| D | query.c | 67 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/libmtp/src/ |
| D | libmtp.c | 886 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/v8/build/android/pylib/ |
| D | valgrind_tools.py | 18 def SetChromeTimeoutScale(device, scale): argument 38 def __init__(self, device): argument 43 def CopyFiles(cls, device): argument 94 def __init__(self, device): argument 102 def CopyFiles(cls, device): argument 147 def __init__(self, device): argument 169 def __init__(self, device): argument 198 def CreateTool(tool_name, device): argument 218 def PushFilesForTool(tool_name, device): argument
|
| /external/ImageMagick/MagickCore/ |
| D | opencl.c | 373 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/webrtc/webrtc/sound/ |
| D | soundsystemproxy.cc | 26 SoundDeviceLocator **device) { in GetDefaultPlaybackDevice() 31 SoundDeviceLocator **device) { in GetDefaultCaptureDevice() 36 const SoundDeviceLocator *device, in OpenPlaybackDevice() 42 const SoundDeviceLocator *device, in OpenCaptureDevice()
|
| D | nullsoundsystem.cc | 111 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/libnfc-nci/halimpl/bcm2079x/adaptation/ |
| D | HalAdaptation.cpp | 82 int HaiInitializeLibrary (const bcm2079x_dev_t* device) in HaiInitializeLibrary() 242 int HaiOpen (const bcm2079x_dev_t* device, nfc_stack_callback_t* halCallbackFunc, nfc_stack_data_ca… in HaiOpen() 319 int HaiClose (const bcm2079x_dev_t* device) in HaiClose() 333 int HaiCoreInitialized (const bcm2079x_dev_t* device, uint8_t* coreInitResponseParams) in HaiCoreInitialized() 359 int HaiPreDiscover (const bcm2079x_dev_t* device) in HaiPreDiscover() 373 int HaiControlGranted (const bcm2079x_dev_t* device) in HaiControlGranted() 385 int HaiPowerCycle (const bcm2079x_dev_t* device) in HaiPowerCycle() 397 int HaiGetMaxNfcee (const bcm2079x_dev_t* device, uint8_t* maxNfcee) in HaiGetMaxNfcee()
|
| /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
| D | BluetoothHidFacade.java | 66 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
|
| D | BluetoothHfpClientFacade.java | 67 public Boolean hfpClientConnect(BluetoothDevice device) { in hfpClientConnect() 72 public Boolean hfpClientDisconnect(BluetoothDevice device) { in hfpClientDisconnect() 89 BluetoothDevice device = in bluetoothHfpClientConnect() local 106 BluetoothDevice device = in bluetoothHfpClientDisconnect() local 130 BluetoothDevice device; in bluetoothHfpClientGetConnectionStatus() local
|
| /external/skia/src/core/ |
| D | SkBlitter_ARGB32.cpp | 17 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 200 uint32_t* device = fDevice.writable_addr32(x, y); in blitAntiH2() local 208 uint32_t* device = fDevice.writable_addr32(x, y); in blitAntiV2() local 223 uint32_t* device = fDevice.writable_addr32(x, y); in blitV() local 245 uint32_t* device = fDevice.writable_addr32(x, y); in blitRect() local [all …]
|
| D | SkBlitter_PM4f.cpp | 22 SkState_Blitter(const SkPixmap& device, const SkPaint& paint) in SkState_Blitter() 37 typename State::DstType* device = State::WritableAddr(fDevice, x, y); in blitV() local 50 typename State::DstType* device = State::WritableAddr(fDevice, x, y); in blitRect() local 61 typename State::DstType* device = State::WritableAddr(fDevice, x, y); in blitAntiH() local 93 typename State::DstType* device = State::WritableAddr(fDevice, x, y); in blitLCDMask() local 122 typename State::DstType* device = State::WritableAddr(fDevice, x, y); in blitMask() local 139 SkState_Shader_Blitter(const SkPixmap& device, const SkPaint& paint, in SkState_Shader_Blitter() 148 typename State::DstType* device = State::WritableAddr(fDevice, x, y); in blitH() local 156 typename State::DstType* device = State::WritableAddr(fDevice, x, y); in blitV() local 176 typename State::DstType* device = State::WritableAddr(fDevice, x, y); in blitRect() local [all …]
|
| /external/v8/build/android/buildbot/ |
| D | bb_device_status_check.py | 65 def _BatteryStatus(device, blacklist): argument 87 def _IMEISlice(device): argument 134 def blacklisting_device_status(device): argument 251 def blacklisting_recovery(device): argument
|
| /external/autotest/client/bin/input/ |
| D | input_event_player.py | 37 def playback(self, device, gesture_file): argument 83 device = InputDevice(evdev) variable 93 device = InputDevice(options.devpath) variable
|
| /external/v8/build/android/pylib/local/device/ |
| D | local_device_gtest_run.py | 59 def PullAppFilesImpl(device, package, files, directory): argument 111 def Install(self, device): argument 119 def Run(self, test, device, flags=None, **kwargs): argument 157 def PullAppFiles(self, device, files, directory): argument 160 def Clear(self, device): argument 172 def Install(self, device): argument 178 def Run(self, test, device, flags=None, **kwargs): argument 208 def PullAppFiles(self, device, files, directory): argument 211 def Clear(self, device): argument 336 def _RunTest(self, device, test): argument
|
| /external/vulkan-validation-layers/layers/ |
| D | parameter_validation.cpp | 1278 static bool validate_queue_family_indices(VkDevice device, const char *function_name, const uint32_… in validate_queue_family_indices() 1677 void storeCreateDeviceData(VkDevice device, const VkDeviceCreateInfo *pCreateInfo) { in storeCreateDeviceData() 1759 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(VkDevice device, const VkAllocationCallb… in vkDestroyDevice() 1779 bool PreGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex) { in PreGetDeviceQueue() 1798 vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) { in vkGetDeviceQueue() 1861 bool PostDeviceWaitIdle(VkDevice device, VkResult result) { in PostDeviceWaitIdle() 1873 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkDeviceWaitIdle(VkDevice device) { in vkDeviceWaitIdle() 1881 bool PostAllocateMemory(VkDevice device, VkDeviceMemory *pMemory, VkResult result) { in PostAllocateMemory() 1892 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkAllocateMemory(VkDevice device, const VkMemoryAllo… in vkAllocateMemory() 1911 vkFreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks *pAllocator) { in vkFreeMemory() [all …]
|