Searched defs:ExternalCameraProviderImpl_2_7 (Results 1 – 2 of 2) sorted by relevance
61 struct ExternalCameraProviderImpl_2_7 { struct66 bool isInitFailed() { return false; } in isInitFailed()113 const std::unordered_set<std::string> mInternalDevices;115 int mINotifyFD = -1;116 int mWd = -1;119 Mutex mLock;120 sp<ICameraProviderCallback> mCallbacks = nullptr;121 std::unordered_map<std::string, CameraDeviceStatus> mCameraStatusMap; // camera id -> status122 const ExternalCameraConfig mCfg;123 sp<HotplugThread> mHotPlugThread;[all …]
66 ExternalCameraProviderImpl_2_7::ExternalCameraProviderImpl_2_7() in ExternalCameraProviderImpl_2_7() function in android::hardware::camera::provider::V2_7::implementation::ExternalCameraProviderImpl_2_7