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/
Camera3Stream.cpp
32
if (statusTracker != 0 && mStatusId != StatusTracker::
NO_STATUS_ID
) {
53
mStatusId(StatusTracker::
NO_STATUS_ID
) {
129
if (mStatusId != StatusTracker::
NO_STATUS_ID
) {
134
mStatusId = StatusTracker::
NO_STATUS_ID
;
292
if (oldTracker != 0 && mStatusId != StatusTracker::
NO_STATUS_ID
) {
295
mStatusId = StatusTracker::
NO_STATUS_ID
;
StatusTracker.h
52
static const int
NO_STATUS_ID
= -1;
Completed in 51 milliseconds