Searched refs:RS_PROFILER_PATCH_TRANSACTION_TIME (Results 1 – 2 of 2) sorted by relevance
42 #define RS_PROFILER_PATCH_TRANSACTION_TIME(parcel, time) time = RSProfiler::PatchTransactionTime(pa… macro69 #define RS_PROFILER_PATCH_TRANSACTION_TIME(parcel, time) macro
273 …parcel.ReadUint64(timestamp_) && ({RS_PROFILER_PATCH_TRANSACTION_TIME(parcel, timestamp_); true;})… in UnmarshallingCommand()