OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVideoRecordingEnabled
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/camera/
CallbackNotifier.h
141
inline bool
isVideoRecordingEnabled
() const
CallbackNotifier.cpp
223
if (isMessageEnabled(CAMERA_MSG_VIDEO_FRAME) &&
isVideoRecordingEnabled
() &&
EmulatedCamera.cpp
452
return mCallbackNotifier.
isVideoRecordingEnabled
();
778
bool recordingEnabled = mCallbackNotifier.
isVideoRecordingEnabled
();
[
all
...]
Completed in 194 milliseconds