android_device_xiaomi_sdm66.../libshims
Quallenauge 3ba089b453 sdm660-common: libshims: Respect non-static member function calls.
As stated in
https://www.learncpp.com/cpp-tutorial/8-8-the-hidden-this-pointer/
member functions contains a hidden parameter (a pointer of the current
reference of teh object, aka "this"). This way the code knows in which
context the member function is called. We have to resprect that behavior
into our shims which otherwise crashes or lead to memory corruption.

Change-Id: I68197ebafde8773fd73d7dafb9b2f1bae92ee170
Signed-off-by: pix106 <sbordenave@gmail.com>
2022-09-03 23:21:48 +02:00
..
Android.bp sdm660-common: Move to SPDX license identifier 2021-11-13 11:31:51 +01:00
camera_sdm660_shim.cpp sdm660-common: libshims: Respect non-static member function calls. 2022-09-03 23:21:48 +02:00