Home
last modified time | relevance | path

Searched refs:animationObj_ (Results 1 - 2 of 2) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/table/ftrace/
H A Danimation_table.cpp43 animationObj_(dataCache->GetConstAnimation()) in Cursor()
53 sqlite3_result_int64(context_, static_cast<sqlite3_int64>(animationObj_.IdsData()[CurrentRow()])); in Column()
56 if (animationObj_.InputTimes()[CurrentRow()] != INVALID_TIME) { in Column()
57 sqlite3_result_int64(context_, static_cast<sqlite3_int64>(animationObj_.InputTimes()[CurrentRow()])); in Column()
62 if (animationObj_.StartPoints()[CurrentRow()] != INVALID_TIME) { in Column()
63 sqlite3_result_int64(context_, static_cast<sqlite3_int64>(animationObj_.StartPoints()[CurrentRow()])); in Column()
68 if (animationObj_.EndPoints()[CurrentRow()] != INVALID_TIME) { in Column()
69 sqlite3_result_int64(context_, static_cast<sqlite3_int64>(animationObj_.EndPoints()[CurrentRow()])); in Column()
73 sqlite3_result_text(context_, dataCache_->GetDataFromDict(animationObj_.FrameInfos()[CurrentRow()]).c_str(), in Column()
77 sqlite3_result_text(context_, dataCache_->GetDataFromDict(animationObj_ in Column()
[all...]
/developtools/smartperf_host/trace_streamer/src/table/ftrace/include/
H A Danimation_table.h38 const Animation &animationObj_; member in SysTuning::TraceStreamer::AnimationTable::Cursor

Completed in 1 milliseconds