Searched refs:SystemError (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 3244 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 …]
|
D | vulkan.hpp | 5587 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/ |
D | GenericOperation.h | 95 return ResponseCode::SystemError; in init()
|
/hardware/interfaces/confirmationui/1.0/ |
D | IConfirmationUI.hal | 49 * - SystemError: An error occurred trying to communicate with the confirmation
|
D | IConfirmationResultCallback.hal | 34 * - SystemError: If an unexpected System error occurred that prevented the TUI
|
D | types.hal | 44 SystemError = 5,
|