| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Use dlsym() to find the address of symbols like SL_IID_PLAY. This allows Oboe to be run on a device that does not have "libOpenSLES.so". This fixes b/337360630
A failure in initializing the OpenSL ES engine would call close(), which tried to lock mLock again. Use dlerror() to print info about link problems. Add a state variable for better management of the dynamic linking.
| Back | FazBrowse Home | New Git URL |
Use dlsym() to find the address of symbols like SL_IID_PLAY. This allows Oboe to be run on a device that does not have "libOpenSLES.so".
This fixes b/337360630