Home
last modified time | relevance | path

Searched refs:stopCounter (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/utils/
DSessionStatsBuilder.h71 void stopCounter(int streamId);
75 void stopCounter();
DSessionStatsBuilder.cpp80 void SessionStatsBuilder::stopCounter(int id) { in stopCounter() function in android::SessionStatsBuilder
106 void SessionStatsBuilder::stopCounter() { in stopCounter() function in android::SessionStatsBuilder
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.cpp904 sessionStatsBuilder.stopCounter(streamId); in returnOutputBuffers()
1321 states.sessionStatsBuilder.stopCounter(streamId); in requestStreamBuffers()
DCamera3Device.cpp2085 mSessionStatsBuilder.stopCounter(); in flush()
2353 mSessionStatsBuilder.stopCounter(streamId); in dropStreamBuffers()