OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PreviewWindow
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/camera/
PreviewWindow.h
21
* Contains declaration of a class
PreviewWindow
that encapsulates functionality
35
class
PreviewWindow
{
37
/* Constructs
PreviewWindow
instance. */
38
PreviewWindow
();
40
/* Destructs
PreviewWindow
instance. */
41
~
PreviewWindow
();
PreviewWindow.cpp
18
* Contains implementation of a class
PreviewWindow
that encapsulates
28
#include "
PreviewWindow
.h"
32
PreviewWindow
::
PreviewWindow
()
41
PreviewWindow
::~
PreviewWindow
()
49
status_t
PreviewWindow
::setPreviewWindow(struct preview_stream_ops* window,
82
status_t
PreviewWindow
::startPreview()
92
void
PreviewWindow
::stopPreview()
104
void
PreviewWindow
::onNextFrameAvailable(const void* frame
[
all
...]
EmulatedCamera.h
32
#include "
PreviewWindow
.h"
372
PreviewWindow
mPreviewWindow;
Android.mk
53
PreviewWindow
.cpp \
Completed in 550 milliseconds