OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceInfoAndroid
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
device_info_android.h
24
class
DeviceInfoAndroid
: public DeviceInfoImpl {
29
DeviceInfoAndroid
(int32_t id);
30
virtual ~
DeviceInfoAndroid
();
device_info_android.cc
62
// Camera info; populated during
DeviceInfoAndroid
::Initialize() and immutable
88
void
DeviceInfoAndroid
::Initialize(JNIEnv* jni) {
145
void
DeviceInfoAndroid
::DeInitialize() {
154
return new videocapturemodule::
DeviceInfoAndroid
(id);
157
DeviceInfoAndroid
::
DeviceInfoAndroid
(const int32_t id) :
161
DeviceInfoAndroid
::~
DeviceInfoAndroid
() {
164
bool
DeviceInfoAndroid
::FindCameraIndex(const char* deviceUniqueIdUTF8,
169
int32_t
DeviceInfoAndroid
::Init()
[
all
...]
video_capture_android.h
40
DeviceInfoAndroid
_deviceInfo;
video_capture_android.cc
76
videocapturemodule::
DeviceInfoAndroid
::Initialize(ats.env());
106
videocapturemodule::
DeviceInfoAndroid
::DeInitialize();
Completed in 453 milliseconds