Home
last modified time | relevance | path

Searched refs:startDeliveringFrames (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedCameraDevice.h155 virtual status_t startDeliveringFrames(bool one_burst);
DEmulatedCameraDevice.cpp85 status_t EmulatedCameraDevice::startDeliveringFrames(bool one_burst) in startDeliveringFrames() function in android::EmulatedCameraDevice
DEmulatedCamera.cpp402 res = camera_dev->startDeliveringFrames(true); in takePicture()
614 res = camera_dev->startDeliveringFrames(false); in doStartPreview()