Searched refs:rejectSourceStates (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1468 StatusVector rejectSourceStates; local
1469 rejectSourceStates.push_back(ICameraServiceListener::STATUS_NOT_PRESENT);
1470 rejectSourceStates.push_back(ICameraServiceListener::STATUS_ENUMERATING);
1476 &rejectSourceStates);
1751 const StatusVector *rejectSourceStates) {
1774 if (rejectSourceStates != NULL) {
1775 const StatusVector &rejectList = *rejectSourceStates;
1749 updateStatus(ICameraServiceListener::Status status, int32_t cameraId, const StatusVector *rejectSourceStates) argument
H A DCameraService.h407 const StatusVector *rejectSourceStates = NULL);

Completed in 49 milliseconds