Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.h178 status_t commandStopFaceDetectionL(Parameters &params);
DCamera2Client.cpp958 commandStopFaceDetectionL(l.mParameters); in stopPreviewL()
1426 res = commandStopFaceDetectionL(l.mParameters); in takePicture()
1575 return commandStopFaceDetectionL(l.mParameters); in sendCommand()
1692 status_t Camera2Client::commandStopFaceDetectionL(Parameters &params) { in commandStopFaceDetectionL() function in android::Camera2Client