Searched refs:LOG_ERR (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/cpp/ |
D | rsDispatch.cpp | 23 #define LOG_ERR(...) __android_log_print(ANDROID_LOG_ERROR, "RS Dispatch", __VA_ARGS__); macro 31 LOG_ERR("Couldn't initialize dispatchTab.SetNativeLibDir"); in loadSymbols() 118 LOG_ERR("Couldn't initialize dispatchTab.AllocationGetType"); in loadSymbols() 122 LOG_ERR("Couldn't initialize dispatchTab.TypeGetNativeData"); in loadSymbols() 126 LOG_ERR("Couldn't initialize dispatchTab.ElementGetNativeData"); in loadSymbols() 130 LOG_ERR("Couldn't initialize dispatchTab.ElementGetSubElements"); in loadSymbols() 134 LOG_ERR("Couldn't initialize dispatchTab.DeviceCreate"); in loadSymbols() 138 LOG_ERR("Couldn't initialize dispatchTab.DeviceDestroy"); in loadSymbols() 142 LOG_ERR("Couldn't initialize dispatchTab.DeviceSetConfig"); in loadSymbols() 146 LOG_ERR("Couldn't initialize dispatchTab.ContextCreate"); in loadSymbols() [all …]
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 33 #define LOG_ERR(...) __android_log_print(ANDROID_LOG_ERROR, "RenderScript JNI", __VA_ARGS__); macro 289 LOG_ERR("couldn't dlopen %s; librsjni version: %d", dlerror(), RS_JNI_VERSION); in nLoadSO() 294 LOG_ERR("Dispatch table init failed! librsjni version: %d", RS_JNI_VERSION); in nLoadSO() 307 LOG_ERR("Couldn't load libRSSupportIO.so, librsjni version: %d", RS_JNI_VERSION); in nLoadIOSO() 311 LOG_ERR("libRSSupportIO init failed! librsjni version: %d", RS_JNI_VERSION); in nLoadIOSO() 379 LOG_ERR("Unmatched field IDs, values, and sizes in closure creation."); in nClosureCreate() 386 LOG_ERR("Unmatched closures and field IDs for dependencies in closure creation."); in nClosureCreate() 393 LOG_ERR("Unexpected number of dependencies in closure creation"); in nClosureCreate() 398 LOG_ERR("Too many arguments or globals in closure creation"); in nClosureCreate() 466 LOG_ERR("Unmatched field IDs, values, and sizes in closure creation."); in nInvokeClosureCreate() [all …]
|