File QnnSystemCommon.h

Parent directory (include/QNN/System)

QNN System Common API component.

Definition (include/QNN/System/QnnSystemCommon.h)

Detailed Description

A header which contains common types shared by QNN system components. This simplifies the cross-inclusion of headers.

Includes

Full File Listing

QNN System Common API component.

     A header which contains common types shared by QNN system components.
     This simplifies the cross-inclusion of headers.

Defines

QNN_SYSTEM_COMMON_MIN_ERROR QNN_MIN_ERROR_SYSTEM
QNN_SYSTEM_COMMON_MAX_ERROR QNN_MIN_ERROR_SYSTEM + 999
QNN_SYSTEM_PROFILE_MIN_ERROR QNN_MIN_ERROR_SYSTEM + 1000
QNN_SYSTEM_PROFILE_MAX_ERROR QNN_MIN_ERROR_SYSTEM + 1999
QNN_SYSTEM_INTERFACE_PROVIDER_NAME "SYSTEM_QTI_AISW"
QNN_SYSTEM_API
QNN_SYSTEM_API_VERSION_MAJOR 1
QNN_SYSTEM_API_VERSION_MINOR 5
QNN_SYSTEM_API_VERSION_PATCH 0
QNN_SYSTEM_CONTEXT_MIN_ERROR QNN_MIN_ERROR_SYSTEM
QNN_SYSTEM_CONTEXT_MAX_ERROR (QNN_SYSTEM_CONTEXT_MIN_ERROR + 999)

Enums

enum QnnSystemCommon_Error_t

QNN System Profile API result / error codes.

Values:

enumerator QNN_SYSTEM_COMMON_NO_ERROR = 0

Qnn System success.

enumerator QNN_SYSTEM_COMMON_ERROR_UNSUPPORTED_FEATURE = QNN_COMMON_ERROR_NOT_SUPPORTED

There is an API component that is not supported yet.

enumerator QNN_SYSTEM_COMMON_ERROR_INVALID_HANDLE = 30000 + 0

QNN System invalid handle.

enumerator QNN_SYSTEM_COMMON_ERROR_INVALID_ARGUMENT = 30000 + 1

One or more arguments to a System API is/are NULL/invalid.