Lines Matching refs:mCallbackNotifier
68 mCallbackNotifier() in EmulatedCamera()
177 mCallbackNotifier.onNextFrameAvailable(frame, timestamp, camera_dev); in onNextFrameAvailable()
183 mCallbackNotifier.onCameraDeviceError(err); in onCameraDeviceError()
257 mCallbackNotifier.setCallbacks(notify_cb, data_cb, data_cb_timestamp, in setCallbacks()
263 mCallbackNotifier.enableMessage(msg_type); in enableMsgType()
268 mCallbackNotifier.disableMessage(msg_type); in disableMsgType()
273 return mCallbackNotifier.isMessageEnabled(msg_type); in isMsgTypeEnabled()
295 return -mCallbackNotifier.storeMetaDataInBuffers(enable); in storeMetaDataInBuffers()
301 return -mCallbackNotifier.enableVideoRecording(mParameters.getPreviewFrameRate()); in startRecording()
306 mCallbackNotifier.disableVideoRecording(); in stopRecording()
311 return mCallbackNotifier.isVideoRecordingEnabled(); in isRecordingEnabled()
316 mCallbackNotifier.releaseRecordingFrame(opaque); in releaseRecordingFrame()
400 mCallbackNotifier.setJpegQuality(jpeg_quality); in takePicture()
401 mCallbackNotifier.setTakingPicture(true); in takePicture()
404 mCallbackNotifier.setTakingPicture(false); in takePicture()
676 mCallbackNotifier.cleanupCBNotifier(); in cleanupCamera()