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

/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1968 info.videoLastTime = 0;
1985 info.videoLastTime -= time;
2003 info.videoLastTime += time;
2011 info.videoTotalTime += info.videoLastTime;
2012 info.videoLastTime = 0;
H A DMediaPlayerService.h276 int32_t videoLastTime; member in struct:android::MediaPlayerService::BatteryUsageInfo

Completed in 19 milliseconds