Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DCallbackNotifier.h96 status_t enableVideoRecording(int fps);
DCallbackNotifier.cpp138 status_t CallbackNotifier::enableVideoRecording(int fps) { in enableVideoRecording() function in android::CallbackNotifier
DEmulatedCamera.cpp315 return -mCallbackNotifier.enableVideoRecording( in startRecording()
/device/generic/goldfish/camera/
DCallbackNotifier.h99 status_t enableVideoRecording(int fps);
DCallbackNotifier.cpp153 status_t CallbackNotifier::enableVideoRecording(int fps) in enableVideoRecording() function in android::CallbackNotifier
DEmulatedCamera.cpp391 status_t res = mCallbackNotifier.enableVideoRecording(frameRate); in startRecording()