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

/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h254 int32_t videoLastTime; member in struct:android::MediaPlayerService::BatteryUsageInfo
H A DMediaPlayerService.cpp2345 info.videoLastTime = 0;
2362 info.videoLastTime -= time;
2380 info.videoLastTime += time;
2388 info.videoTotalTime += info.videoLastTime;
2389 info.videoLastTime = 0;

Completed in 97 milliseconds