Searched defs:ExternalCameraProviderImpl_2_4 (Results 1 – 2 of 2) sorted by relevance
59 struct ExternalCameraProviderImpl_2_4 { struct64 bool isInitFailed() { return false;} in isInitFailed()95 const std::unordered_set<std::string> mInternalDevices;97 int mINotifyFD = -1;98 int mWd = -1;101 Mutex mLock;102 sp<ICameraProviderCallback> mCallbacks = nullptr;103 std::unordered_map<std::string, CameraDeviceStatus> mCameraStatusMap; // camera id -> status104 const ExternalCameraConfig mCfg;105 HotplugThread mHotPlugThread;[all …]
65 ExternalCameraProviderImpl_2_4::ExternalCameraProviderImpl_2_4() : in ExternalCameraProviderImpl_2_4() function in android::hardware::camera::provider::V2_4::implementation::ExternalCameraProviderImpl_2_4