Home
last modified time | relevance | path

Searched refs:markComponentActive (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DStatusTracker.h69 void markComponentActive(int id);
H A DCamera3IOStreamBase.cpp183 statusTracker->markComponentActive(mStatusId); in handoutBufferLocked()
H A DStatusTracker.cpp106 void StatusTracker::markComponentActive(int id) { in markComponentActive() function in android::camera3::StatusTracker
H A DCamera3Stream.cpp231 statusTracker->markComponentActive(mStatusId); in restoreConfiguredState()
H A DCamera3Device.cpp2589 mStatusTracker->markComponentActive(clientStatusId); in reconfigureCamera()
3007 mStatusTracker->markComponentActive(mInFlightStatusId); in registerInFlight()
5604 statusTracker->markComponentActive(mStatusId); in waitForNextRequestLocked()
5693 statusTracker->markComponentActive(mStatusId); in unpauseForNewRequests()
6323 statusTracker->markComponentActive(mRequestBufferStatusId); in notifyTrackerLocked()
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DHeicCompositeStream.cpp589 statusTracker->markComponentActive(mStatusId); in compilePendingInputLocked()