Home
last modified time | relevance | path

Searched refs:setTakingPicture (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/guest/hals/camera/
DCallbackNotifier.h175 void setTakingPicture(bool taking) { mTakingPicture = taking; } in setTakingPicture() function
DEmulatedCamera.cpp418 mCallbackNotifier.setTakingPicture(true); in takePicture()
421 mCallbackNotifier.setTakingPicture(false); in takePicture()
/device/generic/goldfish/camera/
DCallbackNotifier.h180 void setTakingPicture(bool taking) in setTakingPicture() function
DEmulatedCamera.h104 void setTakingPicture(bool takingPicture);
DEmulatedCamera.cpp252 void EmulatedCamera::setTakingPicture(bool takingPicture) { in setTakingPicture() function in android::EmulatedCamera
253 mCallbackNotifier.setTakingPicture(takingPicture); in setTakingPicture()
DEmulatedCameraDevice.cpp644 mCameraHAL->setTakingPicture(true); in checkRestartRequest()