OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FrameProcessorBase
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.cpp
17
#define LOG_TAG "Camera2-
FrameProcessorBase
"
24
#include "common/
FrameProcessorBase
.h"
30
FrameProcessorBase
::
FrameProcessorBase
(wp<CameraDeviceBase> device) :
44
FrameProcessorBase
::~
FrameProcessorBase
() {
48
status_t
FrameProcessorBase
::registerListener(int32_t minId,
70
status_t
FrameProcessorBase
::removeListener(int32_t minId,
87
void
FrameProcessorBase
::dump(int fd, const Vector<String16>& /*args*/) {
115
bool
FrameProcessorBase
::threadLoop()
[
all
...]
FrameProcessorBase.h
37
class
FrameProcessorBase
: public Thread {
39
explicit
FrameProcessorBase
(wp<CameraDeviceBase> device);
40
virtual ~
FrameProcessorBase
();
Completed in 65 milliseconds