Searched defs:LIB_SPEAKER_BUNDLE (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/audio/hal/audio_extn/
H A 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);
51 ALOGE("%s: DLOPEN failed for %s", __func__, LIB_SPEAKER_BUNDLE);
54 ALOGV("%s: DLOPEN successful for %s", __func__, LIB_SPEAKER_BUNDLE);
H A Dtfa_98xx.c28 #define LIB_SPEAKER_BUNDLE "/system/lib/libexTfa98xx.so" macro
81 sd->speaker_bundle = dlopen(LIB_SPEAKER_BUNDLE, RTLD_NOW);
83 ALOGE("%s: DLOPEN failed for %s", __func__, LIB_SPEAKER_BUNDLE);
86 ALOGV("%s: DLOPEN successful for %s", __func__, LIB_SPEAKER_BUNDLE);

Completed in 40 milliseconds