Home
last modified time | relevance | path

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

/hardware/qcom/audio/voice_processing/
Dvoice_processing.c33 #define EFFECTS_DESCRIPTOR_LIBRARY_PATH "/system/lib/soundfx/libqcomvoiceprocessingdescriptors.so" macro
429 if (access(EFFECTS_DESCRIPTOR_LIBRARY_PATH, R_OK) == 0) { in init()
430 lib_handle = dlopen(EFFECTS_DESCRIPTOR_LIBRARY_PATH, RTLD_NOW); in init()
432 ALOGE("%s: DLOPEN failed for %s", __func__, EFFECTS_DESCRIPTOR_LIBRARY_PATH); in init()
434 ALOGV("%s: DLOPEN successful for %s", __func__, EFFECTS_DESCRIPTOR_LIBRARY_PATH); in init()
/hardware/qcom/audio/msm8909/voice_processing/
Dvoice_processing.c32 #define EFFECTS_DESCRIPTOR_LIBRARY_PATH "/system/lib/soundfx/libqcomvoiceprocessingdescriptors.so" macro
432 if (access(EFFECTS_DESCRIPTOR_LIBRARY_PATH, R_OK) == 0) { in init()
433 lib_handle = dlopen(EFFECTS_DESCRIPTOR_LIBRARY_PATH, RTLD_NOW); in init()
435 ALOGE("%s: DLOPEN failed for %s", __func__, EFFECTS_DESCRIPTOR_LIBRARY_PATH); in init()
437 ALOGV("%s: DLOPEN successful for %s", __func__, EFFECTS_DESCRIPTOR_LIBRARY_PATH); in init()