Searched refs:LOG_ERR (Results 1 – 5 of 5) 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() 156 LOG_ERR("Couldn't initialize dispatchTab.AllocationGetType"); in loadSymbols() 160 LOG_ERR("Couldn't initialize dispatchTab.TypeGetNativeData"); in loadSymbols() 164 LOG_ERR("Couldn't initialize dispatchTab.ElementGetNativeData"); in loadSymbols() 168 LOG_ERR("Couldn't initialize dispatchTab.ElementGetSubElements"); in loadSymbols() 172 LOG_ERR("Couldn't initialize dispatchTab.DeviceCreate"); in loadSymbols() 176 LOG_ERR("Couldn't initialize dispatchTab.DeviceDestroy"); in loadSymbols() 180 LOG_ERR("Couldn't initialize dispatchTab.DeviceSetConfig"); in loadSymbols() 184 LOG_ERR("Couldn't initialize dispatchTab.ContextCreate"); in loadSymbols() [all …]
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 35 #define LOG_ERR(...) __android_log_print(ANDROID_LOG_ERROR, "RenderScript JNI", __VA_ARGS__); macro 291 LOG_ERR("couldn't dlopen %s; librsjni version: %d", dlerror(), RS_JNI_VERSION); in nLoadSO() 296 LOG_ERR("Dispatch table init failed! librsjni version: %d", RS_JNI_VERSION); in nLoadSO() 309 LOG_ERR("Couldn't load libRSSupportIO.so, librsjni version: %d", RS_JNI_VERSION); in nLoadIOSO() 313 LOG_ERR("libRSSupportIO init failed! librsjni version: %d", RS_JNI_VERSION); in nLoadIOSO() 381 LOG_ERR("Unmatched field IDs, values, and sizes in closure creation."); in nClosureCreate() 388 LOG_ERR("Unmatched closures and field IDs for dependencies in closure creation."); in nClosureCreate() 395 LOG_ERR("Unexpected number of dependencies in closure creation"); in nClosureCreate() 400 LOG_ERR("Too many arguments or globals in closure creation"); in nClosureCreate() 481 LOG_ERR("Unmatched field IDs, values, and sizes in closure creation."); in nInvokeClosureCreate() [all …]
|
/frameworks/native/libs/binder/ndk/include_ndk/android/ |
D | binder_status.h | 44 syslog(LOG_ERR, a ": " c); \
|
/frameworks/native/libs/binder/ndk/include_cpp/android/ |
D | binder_auto_utils.h | 361 syslog(LOG_ERR, "Could not close FD %d: %s", fd, strerror(errno)); in closeWithError()
|
D | binder_parcel_utils.h | 314 syslog(LOG_ERR, "Passing null binder object as non-@nullable AIDL IBinder"); 364 syslog(LOG_ERR, "Passing -1 file descriptor as non-@nullable AIDL ParcelFileDescriptor");
|