Searched defs:device (Results 1 - 25 of 787) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/include/
H A Dvk_dispatch_table_helper.h27 static inline void layer_init_device_dispatch_table(VkDevice device, argument
32 // Core device function pointers
33 table->GetDeviceProcAddr = (PFN_vkGetDeviceProcAddr) gpa(device, "vkGetDeviceProcAddr");
34 table->DestroyDevice = (PFN_vkDestroyDevice) gpa(device, "vkDestroyDevice");
35 table->GetDeviceQueue = (PFN_vkGetDeviceQueue) gpa(device, "vkGetDeviceQueue");
36 table->QueueSubmit = (PFN_vkQueueSubmit) gpa(device, "vkQueueSubmit");
37 table->QueueWaitIdle = (PFN_vkQueueWaitIdle) gpa(device, "vkQueueWaitIdle");
38 table->DeviceWaitIdle = (PFN_vkDeviceWaitIdle) gpa(device, "vkDeviceWaitIdle");
39 table->AllocateMemory = (PFN_vkAllocateMemory) gpa(device, "vkAllocateMemory");
40 table->FreeMemory = (PFN_vkFreeMemory) gpa(device, "vkFreeMemor
[all...]
/prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
H A Dvk_dispatch_table_helper.h27 static inline void layer_init_device_dispatch_table(VkDevice device, argument
32 // Core device function pointers
33 table->GetDeviceProcAddr = (PFN_vkGetDeviceProcAddr) gpa(device, "vkGetDeviceProcAddr");
34 table->DestroyDevice = (PFN_vkDestroyDevice) gpa(device, "vkDestroyDevice");
35 table->GetDeviceQueue = (PFN_vkGetDeviceQueue) gpa(device, "vkGetDeviceQueue");
36 table->QueueSubmit = (PFN_vkQueueSubmit) gpa(device, "vkQueueSubmit");
37 table->QueueWaitIdle = (PFN_vkQueueWaitIdle) gpa(device, "vkQueueWaitIdle");
38 table->DeviceWaitIdle = (PFN_vkDeviceWaitIdle) gpa(device, "vkDeviceWaitIdle");
39 table->AllocateMemory = (PFN_vkAllocateMemory) gpa(device, "vkAllocateMemory");
40 table->FreeMemory = (PFN_vkFreeMemory) gpa(device, "vkFreeMemor
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
H A Dext-stream-restore.h44 const char *device; /**< The sink/source of the stream when it was last seen, if applicable and saved */ member in struct:pa_ext_stream_restore_info
/prebuilts/jdk/jdk8/darwin-x86/sample/annotations/DependencyChecker/PluginChecker/src/checker/
H A DPluginChecker.java58 * Reads the device configuration from the XML file specified by -Adevice=device.xml.
59 * For each class in a project, checks required modules. If the device doesn't have
67 * Name of the option to get the path to the xml with device configuration.
69 public static final String DEVICE_OPTION = "device";
70 private Device device; field in class:PluginChecker
73 * Only the device option is supported.
83 * Initializes the processor by loading the device configuration.
92 device = (Device) JAXBContext.newInstance(Device.class)
96 "Please specify device b
[all...]
/prebuilts/jdk/jdk8/linux-x86/sample/annotations/DependencyChecker/PluginChecker/src/checker/
H A DPluginChecker.java58 * Reads the device configuration from the XML file specified by -Adevice=device.xml.
59 * For each class in a project, checks required modules. If the device doesn't have
67 * Name of the option to get the path to the xml with device configuration.
69 public static final String DEVICE_OPTION = "device";
70 private Device device; field in class:PluginChecker
73 * Only the device option is supported.
83 * Initializes the processor by loading the device configuration.
92 device = (Device) JAXBContext.newInstance(Device.class)
96 "Please specify device b
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
H A Dpcideviceconquery.py34 device A single PCI device ID.
62 def device(self): member in class:PcideviceconQuery
65 @device.setter
66 def device(self, value): member in class:PcideviceconQuery
69 raise ValueError("PCI device ID must be positive: {0}".format(value))
82 self.log.debug("Device ID: {0.device!r}".format(self))
87 if self.device and self.device != pcidevicecon.device
[all...]
/prebuilts/tools/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/
H A Dyearclass-1.0.1.jar ... -INF/MANIFEST.MF com/ com/facebook/ com/facebook/device/ com/facebook/device/yearclass/ com/facebook/device/yearclass/BuildConfig. ...
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
H A Dnetrom.h27 char device[16]; member in struct:nr_route_struct
/prebuilts/ndk/current/sources/third_party/vulkan/src/libs/vkjson/
H A Dvkjson_instance.cc45 VkJsonDevice device; local
46 vkGetPhysicalDeviceProperties(physical_device, &device.properties);
47 vkGetPhysicalDeviceFeatures(physical_device, &device.features);
48 vkGetPhysicalDeviceMemoryProperties(physical_device, &device.memory);
54 device.queues.resize(queue_family_count);
56 physical_device, &queue_family_count, device.queues.data());
59 // Only device extensions.
65 device.extensions.resize(extension_count);
67 physical_device, nullptr, &extension_count, device.extensions.data());
73 device
[all...]
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/vkjson/
H A Dvkjson_instance.cc45 VkJsonDevice device; local
46 vkGetPhysicalDeviceProperties(physical_device, &device.properties);
47 vkGetPhysicalDeviceFeatures(physical_device, &device.features);
48 vkGetPhysicalDeviceMemoryProperties(physical_device, &device.memory);
54 device.queues.resize(queue_family_count);
56 physical_device, &queue_family_count, device.queues.data());
59 // Only device extensions.
65 device.extensions.resize(extension_count);
67 physical_device, nullptr, &extension_count, device.extensions.data());
73 device
[all...]
/prebuilts/misc/windows/sdl2/test/
H A Dtestjoystick.c254 int device; local
256 device = 0;
258 device = atoi(argv[1]);
260 joystick = SDL_JoystickOpen(device);
265 SDL_Log("Couldn't open joystick %d: %s\n", device, SDL_GetError());
285 joystick = SDL_JoystickOpen(device);
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dvk_layer_table.cpp34 assert(it != tableMap.end() && "Not able to find device dispatch entry");
57 fprintf(stderr, "destroy device dispatch_table: map: 0x%p, key: 0x%p, table: 0x%p\n", &map, key, it->second);
59 fprintf(stderr, "destroy device dispatch table: map: 0x%p, key: 0x%p, table: UNKNOWN\n", &map, key);
94 assert(it != map.end() && "Not able to find device dispatch entry");
165 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa, device_table_map &map) { argument
167 dispatch_key key = get_dispatch_key(device);
183 layer_init_device_dispatch_table(device, pTable, gpa);
188 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa) { argument
189 return initDeviceTable(device, gpa, tableMap);
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/layers/
H A Dwrap_objects.h57 static void create_device_register_extensions(const VkDeviceCreateInfo *pCreateInfo, VkDevice device) { argument
58 VkLayerDispatchTable *pDisp = device_dispatch_table(device);
60 pDisp->CreateSwapchainKHR = (PFN_vkCreateSwapchainKHR)gpa(device, "vkCreateSwapchainKHR");
61 pDisp->DestroySwapchainKHR = (PFN_vkDestroySwapchainKHR)gpa(device, "vkDestroySwapchainKHR");
62 pDisp->GetSwapchainImagesKHR = (PFN_vkGetSwapchainImagesKHR)gpa(device, "vkGetSwapchainImagesKHR");
63 pDisp->AcquireNextImageKHR = (PFN_vkAcquireNextImageKHR)gpa(device, "vkAcquireNextImageKHR");
64 pDisp->QueuePresentKHR = (PFN_vkQueuePresentKHR)gpa(device, "vkQueuePresentKHR");
H A Dtest.cpp127 VK_LAYER_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(VkDevice device, const char *funcName) argument
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/
H A Dvktestframeworkandroid.cpp29 VkFormat VkTestFramework::GetFormat(VkInstance instance, vk_testing::Device *device) { argument
31 vkGetPhysicalDeviceFormatProperties(device->phy().handle(), VK_FORMAT_B8G8R8A8_UNORM, &format_props);
36 vkGetPhysicalDeviceFormatProperties(device->phy().handle(), VK_FORMAT_R8G8B8A8_UNORM, &format_props);
41 printf("Error - device does not support VK_FORMAT_B8G8R8A8_UNORM nor VK_FORMAT_R8G8B8A8_UNORM - exiting\n");
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
H A Dvk_layer_table.cpp34 assert(it != tableMap.end() && "Not able to find device dispatch entry");
57 fprintf(stderr, "destroy device dispatch_table: map: 0x%p, key: 0x%p, table: 0x%p\n", &map, key, it->second);
59 fprintf(stderr, "destroy device dispatch table: map: 0x%p, key: 0x%p, table: UNKNOWN\n", &map, key);
94 assert(it != map.end() && "Not able to find device dispatch entry");
165 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa, device_table_map &map) { argument
167 dispatch_key key = get_dispatch_key(device);
183 layer_init_device_dispatch_table(device, pTable, gpa);
188 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa) { argument
189 return initDeviceTable(device, gpa, tableMap);
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/layers/
H A Dwrap_objects.h57 static void create_device_register_extensions(const VkDeviceCreateInfo *pCreateInfo, VkDevice device) { argument
58 VkLayerDispatchTable *pDisp = device_dispatch_table(device);
60 pDisp->CreateSwapchainKHR = (PFN_vkCreateSwapchainKHR)gpa(device, "vkCreateSwapchainKHR");
61 pDisp->DestroySwapchainKHR = (PFN_vkDestroySwapchainKHR)gpa(device, "vkDestroySwapchainKHR");
62 pDisp->GetSwapchainImagesKHR = (PFN_vkGetSwapchainImagesKHR)gpa(device, "vkGetSwapchainImagesKHR");
63 pDisp->AcquireNextImageKHR = (PFN_vkAcquireNextImageKHR)gpa(device, "vkAcquireNextImageKHR");
64 pDisp->QueuePresentKHR = (PFN_vkQueuePresentKHR)gpa(device, "vkQueuePresentKHR");
H A Dtest.cpp127 VK_LAYER_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(VkDevice device, const char *funcName) argument
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
H A Dvktestframeworkandroid.cpp29 VkFormat VkTestFramework::GetFormat(VkInstance instance, vk_testing::Device *device) { argument
31 vkGetPhysicalDeviceFormatProperties(device->phy().handle(), VK_FORMAT_B8G8R8A8_UNORM, &format_props);
36 vkGetPhysicalDeviceFormatProperties(device->phy().handle(), VK_FORMAT_R8G8B8A8_UNORM, &format_props);
41 printf("Error - device does not support VK_FORMAT_B8G8R8A8_UNORM nor VK_FORMAT_R8G8B8A8_UNORM - exiting\n");
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
H A Dxencontext.py148 return "pcidevicecon {0.device} {0.context}".format(self)
151 def device(self): member in class:Pcidevicecon
153 The device for this pcidevicecon.
155 Return: The PCI device ID.
157 return self.qpol_symbol.device(self.policy)
189 Return: The device path name.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
H A Dmixer.h210 /** v1: device name (must be NULL when playback_pcm or capture_pcm != NULL) */
211 const char *device; member in struct:snd_mixer_selem_regopt
212 /** v1: playback PCM connected to mixer device (NULL == none) */
214 /** v1: capture PCM connected to mixer device (NULL == none) */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netrom/
H A Dnetrom.h45 char device[16]; member in struct:nr_route_struct
/prebuilts/gradle-plugin/com/android/tools/screenshot2/24.4.0-beta3/
H A Dscreenshot2-24.4.0-beta3.jar ... .android.ddmlib.IDevice target String[] args boolean device boolean emulator String serial String filepath boolean landscape int index ...
/prebuilts/gradle-plugin/com/android/tools/screenshot2/24.4.0-beta6/
H A Dscreenshot2-24.4.0-beta6.jar ... .android.ddmlib.IDevice target String[] args boolean device boolean emulator String serial String filepath boolean landscape int index ...
/prebuilts/gradle-plugin/com/android/tools/screenshot2/24.5.0/
H A Dscreenshot2-24.5.0.jar ... .android.ddmlib.IDevice target String[] args boolean device boolean emulator String serial String filepath boolean landscape int index ...

Completed in 406 milliseconds

1234567891011>>