HomeSort by relevance Sort by last modified time
    Searched defs:DeviceInfoAndroid (Results 1 - 2 of 2) 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...]

Completed in 169 milliseconds