Searched refs:LIB_SPEAKER_BUNDLE (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/audio/hal/audio_extn/ |
D | ext_speaker.c | 26 #define LIB_SPEAKER_BUNDLE "/vendor/lib64/soundfx/libspeakerbundle.so" macro 28 #define LIB_SPEAKER_BUNDLE "/vendor/lib/soundfx/libspeakerbundle.so" macro 49 sd->speaker_bundle = dlopen(LIB_SPEAKER_BUNDLE, RTLD_NOW); in open_speaker_bundle() 51 ALOGE("%s: DLOPEN failed for %s", __func__, LIB_SPEAKER_BUNDLE); in open_speaker_bundle() 54 ALOGV("%s: DLOPEN successful for %s", __func__, LIB_SPEAKER_BUNDLE); in open_speaker_bundle()
|
D | tfa_98xx.c | 28 #define LIB_SPEAKER_BUNDLE "/system/lib/libexTfa98xx.so" macro 81 sd->speaker_bundle = dlopen(LIB_SPEAKER_BUNDLE, RTLD_NOW); in open_speaker_bundle() 83 ALOGE("%s: DLOPEN failed for %s", __func__, LIB_SPEAKER_BUNDLE); in open_speaker_bundle() 86 ALOGV("%s: DLOPEN successful for %s", __func__, LIB_SPEAKER_BUNDLE); in open_speaker_bundle()
|