/hardware/qcom/camera/msm8998/QCamera2/HAL/wrapper/ |
D | QualcommCamera.cpp | 94 QCamera2HardwareInterface *util_get_Hal_obj( struct camera_device * device) in util_get_Hal_obj() 131 camera_device *device = NULL; in camera_device_open() local 178 camera_device_t *device = (camera_device_t *)hw_dev; in close_camera_device() local 199 int set_preview_window(struct camera_device * device, in set_preview_window() 211 void set_CallBacks(struct camera_device * device, in set_CallBacks() 225 void enable_msg_type(struct camera_device * device, int32_t msg_type) in enable_msg_type() 233 void disable_msg_type(struct camera_device * device, int32_t msg_type) in disable_msg_type() 242 int msg_type_enabled(struct camera_device * device, int32_t msg_type) in msg_type_enabled() 253 int start_preview(struct camera_device * device) in start_preview() 265 void stop_preview(struct camera_device * device) in stop_preview() [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_sync.c | 81 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 …]
|
D | vk_sync_timeline.c | 57 vk_sync_timeline_init(struct vk_device *device, in vk_sync_timeline_init() 87 vk_sync_timeline_finish(struct vk_device *device, in vk_sync_timeline_finish() 128 vk_sync_timeline_alloc_point_locked(struct vk_device *device, in vk_sync_timeline_alloc_point_locked() 181 vk_sync_timeline_alloc_point(struct vk_device *device, in vk_sync_timeline_alloc_point() 204 vk_sync_timeline_point_free(struct vk_device *device, in vk_sync_timeline_point_free() 248 vk_sync_timeline_gc_locked(struct vk_device *device, in vk_sync_timeline_gc_locked() 293 vk_sync_timeline_point_install(struct vk_device *device, in vk_sync_timeline_point_install() 318 vk_sync_timeline_get_point_locked(struct vk_device *device, in vk_sync_timeline_get_point_locked() 342 vk_sync_timeline_get_point(struct vk_device *device, in vk_sync_timeline_get_point() 356 vk_sync_timeline_point_release(struct vk_device *device, in vk_sync_timeline_point_release() [all …]
|
D | vk_object.c | 34 vk_object_base_init(struct vk_device *device, in vk_object_base_init() 58 struct vk_device *device = base->device; in vk_object_base_recycle() local 65 vk_object_alloc(struct vk_device *device, in vk_object_alloc() 81 vk_object_zalloc(struct vk_device *device, in vk_object_zalloc() 97 vk_object_multialloc(struct vk_device *device, in vk_object_multialloc() 113 vk_object_multizalloc(struct vk_device *device, in vk_object_multizalloc() 129 vk_object_free(struct vk_device *device, in vk_object_free() 138 vk_private_data_slot_create(struct vk_device *device, in vk_private_data_slot_create() 159 vk_private_data_slot_destroy(struct vk_device *device, in vk_private_data_slot_destroy() 173 get_swapchain_private_data_locked(struct vk_device *device, in get_swapchain_private_data_locked() [all …]
|
D | vk_drm_syncobj.c | 45 vk_drm_syncobj_init(struct vk_device *device, in vk_drm_syncobj_init() 76 vk_drm_syncobj_finish(struct vk_device *device, in vk_drm_syncobj_finish() 87 vk_drm_syncobj_signal(struct vk_device *device, in vk_drm_syncobj_signal() 108 vk_drm_syncobj_get_value(struct vk_device *device, in vk_drm_syncobj_get_value() 125 vk_drm_syncobj_reset(struct vk_device *device, in vk_drm_syncobj_reset() 141 sync_has_sync_file(struct vk_device *device, struct vk_sync *sync) in sync_has_sync_file() 170 spin_wait_for_sync_file(struct vk_device *device, in spin_wait_for_sync_file() 208 vk_drm_syncobj_wait_many(struct vk_device *device, in vk_drm_syncobj_wait_many() 294 vk_drm_syncobj_import_opaque_fd(struct vk_device *device, in vk_drm_syncobj_import_opaque_fd() 317 vk_drm_syncobj_export_opaque_fd(struct vk_device *device, in vk_drm_syncobj_export_opaque_fd() [all …]
|
D | vk_descriptor_set_layout.c | 31 vk_descriptor_set_layout_init(struct vk_device *device, in vk_descriptor_set_layout_init() 42 vk_descriptor_set_layout_zalloc(struct vk_device *device, size_t size) in vk_descriptor_set_layout_zalloc() 59 vk_descriptor_set_layout_multizalloc(struct vk_device *device, in vk_descriptor_set_layout_multizalloc() 78 vk_descriptor_set_layout_destroy(struct vk_device *device, in vk_descriptor_set_layout_destroy()
|
D | vk_sync_binary.c | 37 vk_sync_binary_init(struct vk_device *device, in vk_sync_binary_init() 56 vk_sync_binary_finish(struct vk_device *device, in vk_sync_binary_finish() 65 vk_sync_binary_reset(struct vk_device *device, in vk_sync_binary_reset() 76 vk_sync_binary_signal(struct vk_device *device, in vk_sync_binary_signal() 88 vk_sync_binary_wait_many(struct vk_device *device, in vk_sync_binary_wait_many()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_device_impl.cpp | 63 int gralloc_device_open(const struct hw_module_t *module, const char *name, hw_device_t **device) { in gralloc_device_open() 103 void GrallocImpl::GetCapabilities(struct gralloc1_device *device, uint32_t *out_count, in GetCapabilities() 116 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) { in GetFunction() 176 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size, in Dump() 200 gralloc1_error_t GrallocImpl::CheckDeviceAndHandle(gralloc1_device_t *device, in CheckDeviceAndHandle() 211 gralloc1_error_t GrallocImpl::CreateBufferDescriptor(gralloc1_device_t *device, in CreateBufferDescriptor() 220 gralloc1_error_t GrallocImpl::DestroyBufferDescriptor(gralloc1_device_t *device, in DestroyBufferDescriptor() 229 gralloc1_error_t GrallocImpl::SetConsumerUsage(gralloc1_device_t *device, in SetConsumerUsage() 241 gralloc1_error_t GrallocImpl::SetBufferDimensions(gralloc1_device_t *device, in SetBufferDimensions() 254 gralloc1_error_t GrallocImpl::SetColorFormat(gralloc1_device_t *device, in SetColorFormat() [all …]
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_device_impl.cpp | 63 int gralloc_device_open(const struct hw_module_t *module, const char *name, hw_device_t **device) { in gralloc_device_open() 103 void GrallocImpl::GetCapabilities(struct gralloc1_device *device, uint32_t *out_count, in GetCapabilities() 116 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) { in GetFunction() 176 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size, in Dump() 200 gralloc1_error_t GrallocImpl::CheckDeviceAndHandle(gralloc1_device_t *device, in CheckDeviceAndHandle() 211 gralloc1_error_t GrallocImpl::CreateBufferDescriptor(gralloc1_device_t *device, in CreateBufferDescriptor() 220 gralloc1_error_t GrallocImpl::DestroyBufferDescriptor(gralloc1_device_t *device, in DestroyBufferDescriptor() 229 gralloc1_error_t GrallocImpl::SetConsumerUsage(gralloc1_device_t *device, in SetConsumerUsage() 241 gralloc1_error_t GrallocImpl::SetBufferDimensions(gralloc1_device_t *device, in SetBufferDimensions() 254 gralloc1_error_t GrallocImpl::SetColorFormat(gralloc1_device_t *device, in SetColorFormat() [all …]
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_device_impl.cpp | 64 int gralloc_device_open(const struct hw_module_t *module, const char *name, hw_device_t **device) { in gralloc_device_open() 104 void GrallocImpl::GetCapabilities(struct gralloc1_device *device, uint32_t *out_count, in GetCapabilities() 117 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) { in GetFunction() 183 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size, in Dump() 195 gralloc1_error_t GrallocImpl::CheckDeviceAndHandle(gralloc1_device_t *device, in CheckDeviceAndHandle() 206 gralloc1_error_t GrallocImpl::CreateBufferDescriptor(gralloc1_device_t *device, in CreateBufferDescriptor() 215 gralloc1_error_t GrallocImpl::DestroyBufferDescriptor(gralloc1_device_t *device, in DestroyBufferDescriptor() 224 gralloc1_error_t GrallocImpl::SetConsumerUsage(gralloc1_device_t *device, in SetConsumerUsage() 236 gralloc1_error_t GrallocImpl::SetBufferDimensions(gralloc1_device_t *device, in SetBufferDimensions() 249 gralloc1_error_t GrallocImpl::SetColorFormat(gralloc1_device_t *device, in SetColorFormat() [all …]
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_device_impl.cpp | 70 int gralloc_device_open(const struct hw_module_t *module, const char *name, hw_device_t **device) { in gralloc_device_open() 110 void GrallocImpl::GetCapabilities(struct gralloc1_device *device, uint32_t *out_count, in GetCapabilities() 123 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) { in GetFunction() 189 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size, in Dump() 213 gralloc1_error_t GrallocImpl::CheckDeviceAndHandle(gralloc1_device_t *device, in CheckDeviceAndHandle() 224 gralloc1_error_t GrallocImpl::CreateBufferDescriptor(gralloc1_device_t *device, in CreateBufferDescriptor() 233 gralloc1_error_t GrallocImpl::DestroyBufferDescriptor(gralloc1_device_t *device, in DestroyBufferDescriptor() 242 gralloc1_error_t GrallocImpl::SetConsumerUsage(gralloc1_device_t *device, in SetConsumerUsage() 254 gralloc1_error_t GrallocImpl::SetBufferDimensions(gralloc1_device_t *device, in SetBufferDimensions() 267 gralloc1_error_t GrallocImpl::SetColorFormat(gralloc1_device_t *device, in SetColorFormat() [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/rmv/ |
D | vk_rmv_common.c | 29 vk_memory_trace_init(struct vk_device *device, const struct vk_rmv_device_info *device_info) in vk_memory_trace_init() 41 vk_memory_trace_finish(struct vk_device *device) in vk_memory_trace_finish() 80 vk_rmv_get_resource_id_locked(struct vk_device *device, uint64_t handle) in vk_rmv_get_resource_id_locked() 93 vk_rmv_destroy_resource_id_locked(struct vk_device *device, uint64_t handle) in vk_rmv_destroy_resource_id_locked() 99 vk_rmv_log_buffer_create(struct vk_device *device, bool is_internal, VkBuffer _buffer) in vk_rmv_log_buffer_create() 119 vk_rmv_log_cpu_map(struct vk_device *device, uint64_t va, bool is_unmap) in vk_rmv_log_cpu_map() 134 vk_rmv_log_misc_token(struct vk_device *device, enum vk_rmv_misc_event_type type) in vk_rmv_log_misc_token()
|
/hardware/libhardware/tests/input/evdev/ |
D | InputDevice_test.cpp | 69 auto device = std::make_unique<EvdevDevice>(&mHost, node); in TEST_F() local 85 auto device = std::make_unique<EvdevDevice>(&mHost, node); in TEST_F() local 102 auto device = std::make_unique<EvdevDevice>(&mHost, node); in TEST_F() local 109 auto device = std::make_unique<EvdevDevice>(&mHost, node); in TEST_F() local 123 auto device = std::make_unique<EvdevDevice>(&mHost, node); in TEST_F() local 129 auto device = std::make_unique<EvdevDevice>(&mHost, node); in TEST_F() local 135 auto device = std::make_unique<EvdevDevice>(&mHost, node); in TEST_F() local 141 auto device = std::make_unique<EvdevDevice>(&mHost, node); in TEST_F() local 147 auto device = std::make_unique<EvdevDevice>(&mHost, node); in TEST_F() local 153 auto device = std::make_unique<EvdevDevice>(&mHost, node); in TEST_F() local [all …]
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/ |
D | HWC2OnFbAdapter.cpp | 41 void dumpHook(hwc2_device_t* device, uint32_t* outSize, char* outBuffer) { in dumpHook() 51 int32_t registerCallbackHook(hwc2_device_t* device, int32_t descriptor, in registerCallbackHook() 91 int32_t getDisplayNameHook(hwc2_device_t* device, hwc2_display_t display, uint32_t* outSize, in getDisplayNameHook() 108 int32_t getDisplayTypeHook(hwc2_device_t* device, hwc2_display_t display, int32_t* outType) { in getDisplayTypeHook() 118 int32_t getDozeSupportHook(hwc2_device_t* device, hwc2_display_t display, int32_t* outSupport) { in getDozeSupportHook() 128 int32_t getHdrCapabilitiesHook(hwc2_device_t* device, hwc2_display_t display, uint32_t* outNumTypes, in getHdrCapabilitiesHook() 140 int32_t setPowerModeHook(hwc2_device_t* device, hwc2_display_t display, int32_t /*mode*/) { in setPowerModeHook() 150 int32_t setVsyncEnabledHook(hwc2_device_t* device, hwc2_display_t display, int32_t enabled) { in setVsyncEnabledHook() 160 int32_t getColorModesHook(hwc2_device_t* device, hwc2_display_t display, uint32_t* outNumModes, in getColorModesHook() 179 int32_t setColorModeHook(hwc2_device_t* device, hwc2_display_t display, int32_t mode) { in setColorModeHook() [all …]
|
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/ |
D | Gralloc1On0Adapter.h | 47 static inline Gralloc1On0Adapter* getAdapter(gralloc1_device_t* device) { in getAdapter() 51 static int closeHook(struct hw_device_t* device) { in closeHook() 60 static void getCapabilitiesHook(gralloc1_device_t* device, in getCapabilitiesHook() 71 gralloc1_device_t* device, in getFunctionHook() 79 static void dumpHook(gralloc1_device_t* device, uint32_t* outSize, in dumpHook() 91 static int32_t createDescriptorHook(gralloc1_device_t* device, in createDescriptorHook() 98 static int32_t destroyDescriptorHook(gralloc1_device_t* device, in destroyDescriptorHook() 150 static int32_t callDescriptorFunction(gralloc1_device_t* device, in callDescriptorFunction() 161 static int32_t setConsumerUsageHook(gralloc1_device_t* device, in setConsumerUsageHook() 168 static int32_t setDimensionsHook(gralloc1_device_t* device, in setDimensionsHook() [all …]
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_session.cpp | 247 int HWCSession::Open(const hw_module_t *module, const char *name, hw_device_t **device) { in Open() 271 int HWCSession::Close(hw_device_t *device) { in Close() 284 void HWCSession::GetCapabilities(struct hwc2_device *device, uint32_t *outCount, in GetCapabilities() 323 int32_t HWCSession::AcceptDisplayChanges(hwc2_device_t *device, hwc2_display_t display) { in AcceptDisplayChanges() 327 int32_t HWCSession::CreateLayer(hwc2_device_t *device, hwc2_display_t display, in CreateLayer() 336 int32_t HWCSession::CreateVirtualDisplay(hwc2_device_t *device, uint32_t width, uint32_t height, in CreateVirtualDisplay() 360 int32_t HWCSession::DestroyLayer(hwc2_device_t *device, hwc2_display_t display, in DestroyLayer() 365 int32_t HWCSession::DestroyVirtualDisplay(hwc2_device_t *device, hwc2_display_t display) { in DestroyVirtualDisplay() 383 void HWCSession::Dump(hwc2_device_t *device, uint32_t *out_size, char *out_buffer) { in Dump() 406 static int32_t GetActiveConfig(hwc2_device_t *device, hwc2_display_t display, in GetActiveConfig() [all …]
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_session.cpp | 241 int HWCSession::Open(const hw_module_t *module, const char *name, hw_device_t **device) { in Open() 267 int HWCSession::Close(hw_device_t *device) { in Close() 282 void HWCSession::GetCapabilities(struct hwc2_device *device, uint32_t *outCount, in GetCapabilities() 313 int32_t HWCSession::AcceptDisplayChanges(hwc2_device_t *device, hwc2_display_t display) { in AcceptDisplayChanges() 322 int32_t HWCSession::CreateLayer(hwc2_device_t *device, hwc2_display_t display, in CreateLayer() 334 int32_t HWCSession::CreateVirtualDisplay(hwc2_device_t *device, uint32_t width, uint32_t height, in CreateVirtualDisplay() 358 int32_t HWCSession::DestroyLayer(hwc2_device_t *device, hwc2_display_t display, in DestroyLayer() 367 int32_t HWCSession::DestroyVirtualDisplay(hwc2_device_t *device, hwc2_display_t display) { in DestroyVirtualDisplay() 385 void HWCSession::Dump(hwc2_device_t *device, uint32_t *out_size, char *out_buffer) { in Dump() 411 static int32_t GetActiveConfig(hwc2_device_t *device, hwc2_display_t display, in GetActiveConfig() [all …]
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_device_impl.cpp | 68 int gralloc_device_open(const struct hw_module_t *module, const char *name, hw_device_t **device) { in gralloc_device_open() 180 void GrallocImpl::GetCapabilities(struct gralloc1_device *device, uint32_t *out_count, in GetCapabilities() 193 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) { in GetFunction() 253 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size, in Dump() 277 gralloc1_error_t GrallocImpl::CheckDeviceAndHandle(gralloc1_device_t *device, in CheckDeviceAndHandle() 288 gralloc1_error_t GrallocImpl::CreateBufferDescriptor(gralloc1_device_t *device, in CreateBufferDescriptor() 297 gralloc1_error_t GrallocImpl::DestroyBufferDescriptor(gralloc1_device_t *device, in DestroyBufferDescriptor() 306 gralloc1_error_t GrallocImpl::SetConsumerUsage(gralloc1_device_t *device, in SetConsumerUsage() 318 gralloc1_error_t GrallocImpl::SetBufferDimensions(gralloc1_device_t *device, in SetBufferDimensions() 330 gralloc1_error_t GrallocImpl::SetColorFormat(gralloc1_device_t *device, in SetColorFormat() [all …]
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_device_impl.cpp | 68 int gralloc_device_open(const struct hw_module_t *module, const char *name, hw_device_t **device) { in gralloc_device_open() 180 void GrallocImpl::GetCapabilities(struct gralloc1_device *device, uint32_t *out_count, in GetCapabilities() 193 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) { in GetFunction() 253 void GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size, in Dump() 277 gralloc1_error_t GrallocImpl::CheckDeviceAndHandle(gralloc1_device_t *device, in CheckDeviceAndHandle() 288 int32_t GrallocImpl::CreateBufferDescriptor(gralloc1_device_t *device, in CreateBufferDescriptor() 297 int32_t GrallocImpl::DestroyBufferDescriptor(gralloc1_device_t *device, in DestroyBufferDescriptor() 306 int32_t GrallocImpl::SetConsumerUsage(gralloc1_device_t *device, in SetConsumerUsage() 319 int32_t GrallocImpl::SetBufferDimensions(gralloc1_device_t *device, in SetBufferDimensions() 332 int32_t GrallocImpl::SetColorFormat(gralloc1_device_t *device, in SetColorFormat() [all …]
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_session.cpp | 177 int HWCSession::Open(const hw_module_t *module, const char *name, hw_device_t **device) { in Open() 203 int HWCSession::Close(hw_device_t *device) { in Close() 218 void HWCSession::GetCapabilities(struct hwc2_device *device, uint32_t *outCount, in GetCapabilities() 241 int32_t HWCSession::AcceptDisplayChanges(hwc2_device_t *device, hwc2_display_t display) { in AcceptDisplayChanges() 246 int32_t HWCSession::CreateLayer(hwc2_device_t *device, hwc2_display_t display, in CreateLayer() 252 int32_t HWCSession::CreateVirtualDisplay(hwc2_device_t *device, uint32_t width, uint32_t height, in CreateVirtualDisplay() 272 int32_t HWCSession::DestroyLayer(hwc2_device_t *device, hwc2_display_t display, in DestroyLayer() 278 int32_t HWCSession::DestroyVirtualDisplay(hwc2_device_t *device, hwc2_display_t display) { in DestroyVirtualDisplay() 296 void HWCSession::Dump(hwc2_device_t *device, uint32_t *out_size, char *out_buffer) { in Dump() 322 static int32_t GetActiveConfig(hwc2_device_t *device, hwc2_display_t display, in GetActiveConfig() [all …]
|
/hardware/google/camera/common/hal/tests/ |
D | camera_device_tests.cc | 30 auto device = CameraDevice::Create(nullptr); in TEST() local 47 auto device = CameraDevice::Create(std::move(mock_device_hwl)); in TEST() local 59 auto device = CameraDevice::Create(std::move(mock_device_hwl)); in TestResourceCost() local 90 auto device = CameraDevice::Create(std::move(mock_device_hwl)); in TEST() local 102 auto device = CameraDevice::Create(std::move(mock_device_hwl)); in TEST() local 118 auto device = CameraDevice::Create(std::move(mock_device_hwl)); in TEST() local 151 auto device = CameraDevice::Create(std::move(mock_device_hwl)); in TEST() local
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 38 VkResult vkAllocateCommandBuffers(VkDevice device, in vkAllocateCommandBuffers() 44 VkResult vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, in vkAllocateMemory() 55 VkResult vkBindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory memory, in vkBindBufferMemory() 61 VkResult vkBindImageMemory(VkDevice device, VkImage image, VkDeviceMemory memory, in vkBindImageMemory() 111 VkResult vkCreateBuffer(VkDevice device, const VkBufferCreateInfo* pCreateInfo, in vkCreateBuffer() 116 VkResult vkCreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, in vkCreateCommandPool() 141 VkResult vkCreateImage(VkDevice device, const VkImageCreateInfo* pCreateInfo, in vkCreateImage() 147 VkResult vkCreateImageView(VkDevice device, const VkImageViewCreateInfo* pCreateInfo, in vkCreateImageView() 157 void vkDestroyBuffer(VkDevice device, VkBuffer buffer, in vkDestroyBuffer() 163 void vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in vkDestroyCommandPool() [all …]
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_session.cpp | 164 int HWCSession::Open(const hw_module_t *module, const char *name, hw_device_t **device) { in Open() 190 int HWCSession::Close(hw_device_t *device) { in Close() 205 void HWCSession::GetCapabilities(struct hwc2_device *device, uint32_t *outCount, in GetCapabilities() 223 int32_t HWCSession::AcceptDisplayChanges(hwc2_device_t *device, in AcceptDisplayChanges() 229 int32_t HWCSession::CreateLayer(hwc2_device_t *device, hwc2_display_t display, in CreateLayer() 235 int32_t HWCSession::CreateVirtualDisplay(hwc2_device_t *device, uint32_t width, uint32_t height, in CreateVirtualDisplay() 255 int32_t HWCSession::DestroyLayer(hwc2_device_t *device, hwc2_display_t display, in DestroyLayer() 261 int32_t HWCSession::DestroyVirtualDisplay(hwc2_device_t *device, hwc2_display_t display) { in DestroyVirtualDisplay() 279 void HWCSession::Dump(hwc2_device_t *device, uint32_t *out_size, char *out_buffer) { in Dump() 305 static int32_t GetActiveConfig(hwc2_device_t *device, hwc2_display_t display, in GetActiveConfig() [all …]
|
/hardware/interfaces/neuralnetworks/1.0/utils/test/ |
D | DeviceTest.cpp | 106 const auto device = MockDevice::create(); in TEST() local 218 const auto device = Device::create(kName, mockDevice).value(); in TEST() local 230 const auto device = Device::create(kName, mockDevice).value(); in TEST() local 245 const auto& device = result.value(); in TEST() local 260 const auto device = Device::create(kName, mockDevice).value(); in TEST() local 276 const auto device = Device::create(kName, mockDevice).value(); in TEST() local 290 const auto device = Device::create(kName, mockDevice).value(); in TEST() local 303 const auto device = Device::create(kName, mockDevice).value(); in TEST() local 324 const auto device = Device::create(kName, mockDevice).value(); in TEST() local 342 const auto device = Device::create(kName, mockDevice).value(); in TEST() local [all …]
|
/hardware/interfaces/neuralnetworks/1.1/utils/test/ |
D | DeviceTest.cpp | 114 const auto device = MockDevice::create(); in TEST() local 228 const auto device = Device::create(kName, mockDevice).value(); in TEST() local 240 const auto device = Device::create(kName, mockDevice).value(); in TEST() local 255 const auto& device = result.value(); in TEST() local 270 const auto device = Device::create(kName, mockDevice).value(); in TEST() local 286 const auto device = Device::create(kName, mockDevice).value(); in TEST() local 300 const auto device = Device::create(kName, mockDevice).value(); in TEST() local 313 const auto device = Device::create(kName, mockDevice).value(); in TEST() local 334 const auto device = Device::create(kName, mockDevice).value(); in TEST() local 352 const auto device = Device::create(kName, mockDevice).value(); in TEST() local [all …]
|