Searched defs:LegacyCameraProviderImpl_2_4 (Results 1 – 2 of 2) sorted by relevance
59 struct LegacyCameraProviderImpl_2_4 : public camera_module_callbacks_t { struct64 bool isInitFailed() { return mInitFailed; } in isInitFailed()80 sp<ICameraProviderCallback> mCallbacks = nullptr;82 sp<CameraModule> mModule;84 int mNumberOfLegacyCameras;85 std::map<std::string, camera_device_status_t> mCameraStatusMap; // camera id -> status86 std::map<std::string, bool> mOpenLegacySupported; // camera id -> open_legacy HAL1.0 supported87 SortedVector<std::string> mCameraIds; // the "0"/"1" legacy camera Ids89 SortedVector<std::pair<std::string, std::string>> mCameraDeviceNames;91 int mPreferredHal3MinorVersion;[all …]
260 LegacyCameraProviderImpl_2_4::LegacyCameraProviderImpl_2_4() : in LegacyCameraProviderImpl_2_4() function in android::hardware::camera::provider::V2_4::implementation::LegacyCameraProviderImpl_2_4