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

/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp2123 info.videoLastTime = 0;
2140 info.videoLastTime -= time;
2158 info.videoLastTime += time;
2166 info.videoTotalTime += info.videoLastTime;
2167 info.videoLastTime = 0;
H A DMediaPlayerService.h296 int32_t videoLastTime; member in struct:android::MediaPlayerService::BatteryUsageInfo

Completed in 80 milliseconds