Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h1123 status_t handleSetRotateAndCrop(const Vector<String16>& args);
H A DCameraService.cpp4421 return handleSetRotateAndCrop(args); in shellCommand()
4500 status_t CameraService::handleSetRotateAndCrop(const Vector<String16>& args) { in handleSetRotateAndCrop() function in android::CameraService