HomeSort by relevance Sort by last modified time
    Searched defs:statusTracker (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp 26 #include "device3/StatusTracker.h"
179 sp<StatusTracker> statusTracker = mStatusTracker.promote();
180 if (statusTracker != 0) {
181 statusTracker->markComponentActive(mStatusId);
266 sp<StatusTracker> statusTracker = mStatusTracker.promote();
267 if (statusTracker != 0) {
268 statusTracker->markComponentIdle(mStatusId, mCombinedFence);
Camera3Stream.cpp 24 #include "device3/StatusTracker.h"
33 sp<StatusTracker> statusTracker = mStatusTracker.promote();
34 if (statusTracker != 0 && mStatusId != StatusTracker::NO_STATUS_ID) {
35 statusTracker->removeComponent(mStatusId);
58 mStatusId(StatusTracker::NO_STATUS_ID),
173 sp<StatusTracker> statusTracker = mStatusTracker.promote();
174 if (statusTracker != 0)
    [all...]
Camera3Device.cpp 242 mStatusTracker = new StatusTracker(this);
    [all...]

Completed in 640 milliseconds