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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto841 required int64 start_time = 2; // time when call was invoked
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp671 nsecs_t time = glmsg->start_time() - 1;
709 nsecs_t time = glmsg->start_time() - 1;
H A Dgltrace.pb.cpp2396 // required int64 start_time = 2;
2528 // required int64 start_time = 2;
2530 ::google::protobuf::internal::WireFormatLite::WriteInt64(2, this->start_time(), output);
2580 // required int64 start_time = 2;
2584 this->start_time());
2649 set_start_time(from.start_time());
H A Dgltrace.pb.h1979 // required int64 start_time = 2;
1983 inline ::google::protobuf::int64 start_time() const;
2393 // required int64 start_time = 2;
2401 inline ::google::protobuf::int64 GLMessage::start_time() const { function in class:android::gltrace::GLMessage

Completed in 284 milliseconds