OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:statusTracker
(Results
1 - 6
of
6
) 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
...]
Camera3StreamInterface.h
46
class
StatusTracker
;
316
virtual status_t setStatusTracker(sp<
StatusTracker
>
statusTracker
) = 0;
Camera3Stream.h
114
* Each stream is tracked by
StatusTracker
as a separate component,
384
virtual status_t setStatusTracker(sp<
StatusTracker
>
statusTracker
);
532
wp<
StatusTracker
> mStatusTracker;
Camera3Device.cpp
242
mStatusTracker = new
StatusTracker
(this);
[
all
...]
Camera3Device.h
45
#include "device3/
StatusTracker
.h"
173
void notifyStatus(bool idle); // updates from
StatusTracker
749
sp<camera3::
StatusTracker
>
statusTracker
,
[
all
...]
Completed in 208 milliseconds