Searched refs:start_time (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto651 required int64 start_time = 2; // time when call was invoked
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp604 nsecs_t time = glmsg->start_time() - 1;
642 nsecs_t time = glmsg->start_time() - 1;
H A Dgltrace.pb.cpp2014 // required int64 start_time = 2;
2146 // required int64 start_time = 2;
2148 ::google::protobuf::internal::WireFormatLite::WriteInt64(2, this->start_time(), output);
2198 // required int64 start_time = 2;
2202 this->start_time());
2267 set_start_time(from.start_time());
H A Dgltrace.pb.h1597 // required int64 start_time = 2;
1601 inline ::google::protobuf::int64 start_time() const;
2011 // required int64 start_time = 2;
2019 inline ::google::protobuf::int64 GLMessage::start_time() const { function in class:android::gltrace::GLMessage

Completed in 44 milliseconds