Searched refs:HANDLE_HAL_STATUS (Results 1 – 15 of 15) sorted by relevance
43 HANDLE_HAL_STATUS(status) << "get supported operations failed with " << toString(status); in supportedOperationsCallback()49 HANDLE_HAL_STATUS(status) << "model preparation failed with " << toString(status); in prepareModelCallback()55 HANDLE_HAL_STATUS(status) << "execution failed with " << toString(status); in executionCallback()
50 HANDLE_HAL_STATUS(status) << "getting capabilities failed with " << toString(status); in capabilitiesCallback()159 HANDLE_HAL_STATUS(status) << "model preparation failed with " << toString(status); in prepareModel()
88 HANDLE_HAL_STATUS(status) << "execution failed with " << toString(status); in executeInternal()
52 HANDLE_HAL_STATUS(status) << "getting capabilities failed with " << toString(status); in capabilitiesCallback()58 HANDLE_HAL_STATUS(status) << "getVersionString failed with " << toString(status); in versionStringCallback()64 HANDLE_HAL_STATUS(status) << "getDeviceType failed with " << toString(status); in deviceTypeCallback()70 HANDLE_HAL_STATUS(status) << "getExtensions failed with " << toString(status); in supportedExtensionsCallback()76 HANDLE_HAL_STATUS(status) << "getNumberOfCacheFilesNeeded failed with " << toString(status); in numberOfCacheFilesNeededCallback()257 HANDLE_HAL_STATUS(status) << "model preparation failed with " << toString(status); in prepareModel()274 HANDLE_HAL_STATUS(status) << "model preparation from cache failed with " << toString(status); in prepareModelFromCache()
65 HANDLE_HAL_STATUS(status) << "model preparation failed with " << toString(status); in prepareModelCallback()77 HANDLE_HAL_STATUS(status) << "execution failed with " << toString(status); in executionCallback()
85 HANDLE_HAL_STATUS(status) << "execution failed with " << toString(status); in executeAsynchronously()
55 HANDLE_HAL_STATUS(status) << "getting burst memories failed with " << toString(status); in getMemoriesCallback()
69 HANDLE_HAL_STATUS(status) << "IBuffer::copyTo failed with " << toString(status); in copyTo()81 HANDLE_HAL_STATUS(status) << "IBuffer::copyFrom failed with " << toString(status); in copyFrom()
74 HANDLE_HAL_STATUS(status) << "get supported operations failed with " << toString(status); in supportedOperationsCallback()80 HANDLE_HAL_STATUS(status) << "model preparation failed with " << toString(status); in prepareModelCallback()93 HANDLE_HAL_STATUS(status) << "execution failed with " << toString(status); in executionCallback()
75 HANDLE_HAL_STATUS(status) << "getting capabilities failed with " << toString(status); in capabilitiesCallback()92 HANDLE_HAL_STATUS(status) << "IDevice::allocate failed with " << toString(status); in allocationCallback()211 HANDLE_HAL_STATUS(status) << "model preparation failed with " << toString(status); in prepareModel()230 HANDLE_HAL_STATUS(status) << "model preparation from cache failed with " << toString(status); in prepareModelFromCache()
53 HANDLE_HAL_STATUS(status) << "fenced execution callback info failed with " << toString(status); in convertFencedExecutionCallbackResults()60 HANDLE_HAL_STATUS(status) << "fenced execution failed with " << toString(status); in fencedExecutionCallback()131 HANDLE_HAL_STATUS(status) << "execution failed with " << toString(status); in executeAsynchronously()
41 HANDLE_HAL_STATUS(status) << "model preparation failed with " << toString(status); in prepareModelCallback()
54 HANDLE_HAL_STATUS(status) << "fenced execution callback info failed with " << toString(status); in convertFencedExecutionResults()
50 HANDLE_HAL_STATUS(status) << "getting capabilities failed with " << toString(status); in capabilitiesCallback()160 HANDLE_HAL_STATUS(status) << "model preparation failed with " << toString(status); in prepareModel()
87 #define HANDLE_HAL_STATUS(status) \ macro