HomeSort by relevance Sort by last modified time
    Searched refs:LOG_API (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/cpp/
rsDispatch.cpp 22 #define LOG_API(...)
29 LOG_API("Couldn't initialize dispatchTab.SetNativeLibDir");
35 LOG_API("Couldn't initialize dispatchTab.AllocationGetType");
40 LOG_API("Couldn't initialize dispatchTab.TypeGetNativeData");
45 LOG_API("Couldn't initialize dispatchTab.ElementGetNativeData");
50 LOG_API("Couldn't initialize dispatchTab.ElementGetSubElements");
55 LOG_API("Couldn't initialize dispatchTab.DeviceCreate");
60 LOG_API("Couldn't initialize dispatchTab.DeviceDestroy");
65 LOG_API("Couldn't initialize dispatchTab.DeviceSetConfig");
70 LOG_API("Couldn't initialize dispatchTab.ContextCreate")
    [all...]
  /frameworks/support/v8/renderscript/jni/
android_rscompat_usage_io.cpp 7 #define LOG_API(...)
11 LOG_API("nAllocationSetSurface, con(%p), alloc(%p), surface(%p)",
android_rscompat_usage_io_driver.cpp 10 #define LOG_API(...)
23 LOG_API("Error Locking IO output buffer.");
53 LOG_API("Error setting IO output buffer geometry.");
103 LOG_API("Error sending IO output buffer.");
109 LOG_API("Sent IO buffer with no attached surface.");
android_renderscript_RenderScript.cpp 31 //#define LOG_API ALOG
32 #define LOG_API(...)
280 LOG_API("couldn't dlopen %s, %s", filename, dlerror());
285 LOG_API("%s init failed!", filename);
288 LOG_API("Successfully loaded %s", filename);
297 LOG_API("Couldn't load libRSSupportIO.so");
301 LOG_API("libRSSupportIO init failed!");
339 LOG_API("nContextFinish, con(%p)", (RsContext)con);
370 LOG_API("Unmatched field IDs, values, and sizes in closure creation.");
377 LOG_API("Unmatched closures and field IDs for dependencies in closure creation.")
    [all...]
  /external/v8/src/
api.cc 52 #define LOG_API(isolate, expr) LOG(isolate, ApiEntryCall(expr))
495 LOG_API(isolate, "Persistent::New");
911 LOG_API(i_isolate, "FunctionTemplate::New");
922 LOG_API(i_isolate, "Signature::New");
    [all...]

Completed in 693 milliseconds