HomeSort by relevance Sort by last modified time
    Searched refs:setTakingPicture (Results 1 - 4 of 4) sorted by null

  /device/generic/goldfish/camera/
CallbackNotifier.h 177 void setTakingPicture(bool taking)
EmulatedCamera.h 99 void setTakingPicture(bool takingPicture);
EmulatedCamera.cpp 262 void EmulatedCamera::setTakingPicture(bool takingPicture) {
263 mCallbackNotifier.setTakingPicture(takingPicture);
549 mCallbackNotifier.setTakingPicture(true);
552 mCallbackNotifier.setTakingPicture(false);
    [all...]
EmulatedCameraDevice.cpp 619 mCameraHAL->setTakingPicture(true);

Completed in 128 milliseconds