OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PictureThread
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.h
141
class
PictureThread
: public Thread {
144
PictureThread
(ExynosCameraHWInterface *hw):
231
sp<
PictureThread
> m_pictureThread;
ExynosCameraHWInterface.cpp
186
m_pictureThread = new
PictureThread
(this);
[
all
...]
Completed in 41 milliseconds