Home
last modified time | relevance | path

Searched refs:commandStopFaceDetectionL (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.h190 status_t commandStopFaceDetectionL(Parameters &params);
H A DCamera2Client.cpp1012 commandStopFaceDetectionL(l.mParameters); in stopPreviewL()
1481 res = commandStopFaceDetectionL(l.mParameters); in takePicture()
1641 return commandStopFaceDetectionL(l.mParameters); in sendCommand()
1737 status_t Camera2Client::commandStopFaceDetectionL(Parameters &params) { in commandStopFaceDetectionL() function in android::Camera2Client