Home
last modified time | relevance | path

Searched refs:LIB_SPEAKER_BUNDLE (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/audio/hal/audio_extn/
Dext_speaker.c26 #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()
Dtfa_98xx.c28 #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()