Home
last modified time | relevance | path

Searched refs:SystemError (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3244 class SystemError : public Error, public std::system_error class
3247 SystemError( std::error_code ec ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
3249 SystemError( std::error_code ec, std::string const & what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
3251 SystemError( std::error_code ec, char const * what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
3253 SystemError( int ev, std::error_category const & ecat ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
3255 SystemError( int ev, std::error_category const & ecat, std::string const & what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
3257 SystemError( int ev, std::error_category const & ecat, char const * what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
3280 class OutOfHostMemoryError : public SystemError
3284 : SystemError( make_error_code( Result::eErrorOutOfHostMemory ), message ) {} in OutOfHostMemoryError()
3286 : SystemError( make_error_code( Result::eErrorOutOfHostMemory ), message ) {} in OutOfHostMemoryError()
[all …]
Dvulkan.hpp5587 class SystemError : public Error, public std::system_error class
5590 SystemError( std::error_code ec ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5592 SystemError( std::error_code ec, std::string const & what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5594 SystemError( std::error_code ec, char const * what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5596 SystemError( int ev, std::error_category const & ecat ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5598 SystemError( int ev, std::error_category const & ecat, std::string const & what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5600 SystemError( int ev, std::error_category const & ecat, char const * what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5623 class OutOfHostMemoryError : public SystemError
5627 : SystemError( make_error_code( Result::eErrorOutOfHostMemory ), message ) {} in OutOfHostMemoryError()
5629 : SystemError( make_error_code( Result::eErrorOutOfHostMemory ), message ) {} in OutOfHostMemoryError()
[all …]
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/
DGenericOperation.h95 return ResponseCode::SystemError; in init()
/hardware/interfaces/confirmationui/1.0/
DIConfirmationUI.hal49 * - SystemError: An error occurred trying to communicate with the confirmation
DIConfirmationResultCallback.hal34 * - SystemError: If an unexpected System error occurred that prevented the TUI
Dtypes.hal44 SystemError = 5,