OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NO_STATUS_ID
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.h
52
static const int
NO_STATUS_ID
= -1;
Camera3Stream.cpp
34
if (statusTracker != 0 && mStatusId != StatusTracker::
NO_STATUS_ID
) {
58
mStatusId(StatusTracker::
NO_STATUS_ID
),
274
if (mStatusId != StatusTracker::
NO_STATUS_ID
) {
279
mStatusId = StatusTracker::
NO_STATUS_ID
;
326
if (statusTracker != 0 && mStatusId == StatusTracker::
NO_STATUS_ID
) {
844
if (oldTracker != 0 && mStatusId != StatusTracker::
NO_STATUS_ID
) {
847
mStatusId = StatusTracker::
NO_STATUS_ID
;
Completed in 1019 milliseconds