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

  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 49 //#define LOG_API ALOGE
50 #define LOG_API(...)
128 LOG_API("nContextFinish, con(%p)", con);
135 LOG_API("nAssignName, con(%p), obj(%p)", con, (void *)obj);
145 LOG_API("nGetName, con(%p), obj(%p)", con, (void *)obj);
157 LOG_API("nObjDestroy, con(%p) obj(%p)", con, (void *)obj);
166 LOG_API("nDeviceCreate");
173 LOG_API("nDeviceDestroy");
180 LOG_API("nDeviceSetConfig dev(%p), param(%i), value(%i)", (void *)dev, p, value);
187 LOG_API("nContextCreate")
    [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 30 //#define LOG_API ALOG
31 #define LOG_API(...)
95 LOG_API("nContextFinish, con(%p)", con);
102 LOG_API("nObjDestroy, con(%p) obj(%p)", con, (void *)obj);
111 LOG_API("nDeviceCreate");
118 LOG_API("nDeviceDestroy");
125 LOG_API("nDeviceSetConfig dev(%p), param(%i), value(%i)", (void *)dev, p, value);
132 LOG_API("nContextCreate");
140 LOG_API("ContextSetPriority, con(%p), priority(%i)", con, p);
149 LOG_API("nContextDestroy, con(%p)", con)
    [all...]
  /external/v8/src/
api.cc 62 #define LOG_API(isolate, expr) LOG(isolate, ApiEntryCall(expr))
608 LOG_API(isolate, "Persistent::New");
618 LOG_API(isolate, "MakeWeak");
626 LOG_API(isolate, "ClearWeak");
633 LOG_API(isolate, "MakeIndependent");
640 LOG_API(isolate, "IsGlobalNearDeath");
648 LOG_API(isolate, "IsGlobalWeak");
656 LOG_API(isolate, "DisposeGlobal");
791 LOG_API(isolate_, "CloseHandleScope");
937 LOG_API(isolate, "FunctionTemplate::New")
    [all...]

Completed in 889 milliseconds