Home
last modified time | relevance | path

Searched defs:LegacyCameraProviderImpl_2_4 (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/camera/provider/2.4/default/
DLegacyCameraProviderImpl_2_4.h59 struct LegacyCameraProviderImpl_2_4 : public camera_module_callbacks_t { struct
64 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 -> status
86 std::map<std::string, bool> mOpenLegacySupported; // camera id -> open_legacy HAL1.0 supported
87 SortedVector<std::string> mCameraIds; // the "0"/"1" legacy camera Ids
89 SortedVector<std::pair<std::string, std::string>> mCameraDeviceNames;
91 int mPreferredHal3MinorVersion;
[all …]
DLegacyCameraProviderImpl_2_4.cpp260 LegacyCameraProviderImpl_2_4::LegacyCameraProviderImpl_2_4() : in LegacyCameraProviderImpl_2_4() function in android::hardware::camera::provider::V2_4::implementation::LegacyCameraProviderImpl_2_4