Home | History | Annotate | Download | only in camera

Lines Matching defs:CallbackNotifier

18  * Contains implementation of a class CallbackNotifier that manages callbacks set
27 #include "CallbackNotifier.h"
87 CallbackNotifier::CallbackNotifier()
102 CallbackNotifier::~CallbackNotifier()
110 void CallbackNotifier::setCallbacks(camera_notify_callback notify_cb,
127 void CallbackNotifier::enableMessage(uint msg_type)
138 void CallbackNotifier::disableMessage(uint msg_type)
149 status_t CallbackNotifier::enableVideoRecording(int fps)
161 void CallbackNotifier::disableVideoRecording()
171 void CallbackNotifier::releaseRecordingFrame(const void* opaque)
183 status_t CallbackNotifier::storeMetaDataInBuffers(bool enable)
195 void CallbackNotifier::cleanupCBNotifier()
211 void CallbackNotifier::onNextFrameAvailable(const void* frame,
281 void CallbackNotifier::onCameraDeviceError(int err)
292 bool CallbackNotifier::isNewVideoFrameTime(nsecs_t timestamp)