mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: camera: Make a neater function for remap
- Also enable camera id 2 back, the front AUX
This commit is contained in:
parent
6b313d15c4
commit
4382d1d2cd
3 changed files with 34 additions and 37 deletions
|
|
@ -28,13 +28,9 @@ using ::android::hardware::camera::provider::V2_5::implementation::
|
|||
class SamsungCameraProvider : public LegacyCameraProviderImpl_2_5 {
|
||||
public:
|
||||
SamsungCameraProvider();
|
||||
~SamsungCameraProvider();
|
||||
|
||||
Return<void> getCameraIdList(const ICameraProvider::getCameraIdList_cb &_hidl_cb);
|
||||
|
||||
private:
|
||||
std::vector<int> mExtraIDs;
|
||||
std::vector<int> mDisabledIDs;
|
||||
};
|
||||
|
||||
#endif // SAMSUNG_CAMERA_PROVIDER_H
|
||||
|
|
|
|||
Loading…
Reference in a new issue