Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/table/base/
H A Ddevice_info_table.cpp37 : TableBase::Cursor(dataCache, table, 1), deviceInfoObj_(dataCache->GetConstDeviceInfo()) in Cursor()
47 if (deviceInfoObj_.PhysicalWidth() != INVALID_UINT32) { in Column()
48 sqlite3_result_int(context_, static_cast<int32_t>(deviceInfoObj_.PhysicalWidth())); in Column()
52 if (deviceInfoObj_.PhysicalHeight() != INVALID_UINT32) { in Column()
53 sqlite3_result_int(context_, static_cast<int32_t>(deviceInfoObj_.PhysicalHeight())); in Column()
57 if (deviceInfoObj_.PhysicalFrameRate() != INVALID_UINT32) { in Column()
58 sqlite3_result_int(context_, static_cast<int32_t>(deviceInfoObj_.PhysicalFrameRate())); in Column()
/developtools/smartperf_host/trace_streamer/src/table/base/include/
H A Ddevice_info_table.h38 const DeviceInfo &deviceInfoObj_; member in SysTuning::TraceStreamer::DeviceInfoTable::Cursor

Completed in 1 milliseconds