OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:statusTracker
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp
27
#include "device3/
StatusTracker
.h"
150
sp<
StatusTracker
>
statusTracker
= mStatusTracker.promote();
151
if (
statusTracker
!= 0) {
152
statusTracker
->markComponentActive(mStatusId);
230
sp<
StatusTracker
>
statusTracker
= mStatusTracker.promote();
231
if (
statusTracker
!= 0) {
232
statusTracker
->markComponentIdle(mStatusId, mCombinedFence);
Camera3Stream.cpp
24
#include "device3/
StatusTracker
.h"
31
sp<
StatusTracker
>
statusTracker
= mStatusTracker.promote();
32
if (
statusTracker
!= 0 && mStatusId !=
StatusTracker
::NO_STATUS_ID) {
33
statusTracker
->removeComponent(mStatusId);
53
mStatusId(
StatusTracker
::NO_STATUS_ID) {
129
if (mStatusId !=
StatusTracker
::NO_STATUS_ID) {
130
sp<
StatusTracker
>
statusTracker
= mStatusTracker.promote()
[
all
...]
Camera3Device.cpp
166
mStatusTracker = new
StatusTracker
(this);
[
all
...]
Completed in 309 milliseconds