OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CameraHardwareInterface
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h
48
*
CameraHardwareInterface
.h defines the interface to the
74
class
CameraHardwareInterface
: public virtual RefBase {
76
CameraHardwareInterface
(const char *name)
82
~
CameraHardwareInterface
()
441
CameraHardwareInterface
*__this =
442
static_cast<
CameraHardwareInterface
*>(user);
452
CameraHardwareInterface
*__this =
453
static_cast<
CameraHardwareInterface
*>(user);
468
CameraHardwareInterface
*__this =
469
static_cast<
CameraHardwareInterface
*>(user)
[
all
...]
/frameworks/av/services/camera/libcameraservice/api1/
CameraClient.h
25
class
CameraHardwareInterface
;
128
sp<
CameraHardwareInterface
> mHardware; // cleared after disconnect()
144
// the
CameraHardwareInterface
callback thread both want to grab mLock.
152
// disableMsgType() functions in
CameraHardwareInterface
.
CameraClient.cpp
24
#include "device1/
CameraHardwareInterface
.h"
76
mHardware = new
CameraHardwareInterface
(camera_device_name);
/device/lge/mako/camera/
QualcommCameraHardware.cpp
[
all
...]
Completed in 224 milliseconds