android_device_samsung_msm8.../shims/libcameraclient_shim/DisplayEventReceiver.cpp
ivanmeler 9356a65243 camera shim: dont call function
this fixes camera for some reason
2023-05-03 17:40:36 +00:00

6 lines
162 B
C++

#include <stdint.h>
namespace android {
extern "C" void _ZN7android20DisplayEventReceiverC1ENS_16ISurfaceComposer11VsyncSourceE(void *vsyncSource) {
}
}