OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StatusInternal
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/
CameraService.cpp
311
StatusInternal
newStatus = mapToInternal(newHalStatus);
316
if (newStatus ==
StatusInternal
::PRESENT) {
330
StatusInternal
oldStatus = state->getStatus();
337
if (newStatus ==
StatusInternal
::NOT_PRESENT) {
343
updateStatus(
StatusInternal
::NOT_PRESENT, id);
373
if (oldStatus ==
StatusInternal
::NOT_PRESENT) {
739
CameraService::
StatusInternal
CameraService::mapToInternal(CameraDeviceStatus status) {
740
StatusInternal
serviceStatus =
StatusInternal
::NOT_PRESENT;
743
serviceStatus =
StatusInternal
::NOT_PRESENT
[
all
...]
CameraService.h
449
enum class
StatusInternal
: int32_t {
481
StatusInternal
getStatus() const;
494
void updateStatus(
StatusInternal
status,
496
std::initializer_list<
StatusInternal
> rejectSourceStates,
527
StatusInternal
mStatus; // protected by mStatusLock
[
all
...]
Completed in 962 milliseconds