Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2217a35 authored by haran's avatar haran Committed by Bernhard Thoben
Browse files

kitakami-common: camera: Fix setCameraLaunchStatus

* Fixes slow camera launch
parent df20a560
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,8 +38,8 @@

namespace qcamera {

inline android::status_t setCameraLaunchStatus(uint32_t on) {
    return ::setCameraLaunchStatus(on);
inline android::status_t setCameraLaunchStatus(uint32_t on __attribute__ ((unused))) {
    return android::OK;
}

}; // namespace qcamera
+2 −2
Original line number Diff line number Diff line
@@ -38,8 +38,8 @@

namespace qcamera {

inline android::status_t setCameraLaunchStatus(uint32_t on) {
    return ::setCameraLaunchStatus(on);
inline android::status_t setCameraLaunchStatus(uint32_t on __attribute__ ((unused))) {
    return android::OK;
}

}; // namespace qcamera