Typedef QnnAipPerfInfrastructure_CreatePowerConfigIdFn_t

Typedef Documentation

typedef Qnn_ErrorHandle_t (*QnnAipPerfInfrastructure_CreatePowerConfigIdFn_t)(uint32_t *powerConfigId)

This API allows client to create power configuration id that has to be used to set different performance modes. Power configuration id has to be destroyed by client when not needed.

Param powerConfigId

[out] Pointer to power configuration id to be created.

Return

Error code

QNN_SUCCESS: No error encountered

QNN_AIP_PERF_INFRASTRUCTURE_ERROR_INVALID_INPUT if power configuration id is NULL