Searched refs:OP (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/include/EGL/ |
D | Platform.h | 259 #define ANGLE_PLATFORM_OP(OP) \ argument 260 OP(currentTime, CurrentTime) \ 261 OP(monotonicallyIncreasingTime, MonotonicallyIncreasingTime) \ 262 OP(logError, LogError) \ 263 OP(logWarning, LogWarning) \ 264 OP(logInfo, LogInfo) \ 265 OP(getTraceCategoryEnabledFlag, GetTraceCategoryEnabledFlag) \ 266 OP(addTraceEvent, AddTraceEvent) \ 267 OP(updateTraceEventDuration, UpdateTraceEventDuration) \ 268 OP(histogramCustomCounts, HistogramCustomCounts) \ [all …]
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 7463 static final String OP = "op"; 7483 return new NoteOpTrace(obj.getString(STACKTRACE), obj.getInt(OP), 7524 + '\"' + ",\"" + OP + "\":" + mOp
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/ |
D | AlarmManagerService.java | 3794 proto.write(IdleDispatchEntryProto.OP, ent.op); in dumpProto()
|