Typedef QnnHtpPerfInfrastructure_DestroyPowerConfigIdFn_t

Typedef Documentation

typedef Qnn_ErrorHandle_t (*QnnHtpPerfInfrastructure_DestroyPowerConfigIdFn_t)(uint32_t powerConfigId)

This API allows client to destroy power configuration id.

Param powerConfigId

[in] A power configuration id to be destroyed.

Return

Error code

QNN_SUCCESS: No error encountered

QNN_HTP_PERF_INFRASTRUCTURE_ERROR_INVALID_INPUT if power configuration id does not exist

QNN_COMMON_ERROR_SYSTEM_COMMUNICATION: SSR occurence (successful recovery)

QNN_COMMON_ERROR_SYSTEM_COMMUNICATION_FATAL: SSR occurence (unsuccessful recovery)