Searched refs:HTC_ACOUSTIC_LIBRARY_PATH (Results 1 – 2 of 2) sorted by relevance
39 #define HTC_ACOUSTIC_LIBRARY_PATH "/vendor/lib/libhtcacoustic.so" macro
4686 if (access(HTC_ACOUSTIC_LIBRARY_PATH, R_OK) == 0) { in adev_open()4687 adev->htc_acoustic_lib = dlopen(HTC_ACOUSTIC_LIBRARY_PATH, RTLD_NOW); in adev_open()4689 ALOGE("%s: DLOPEN failed for %s", __func__, HTC_ACOUSTIC_LIBRARY_PATH); in adev_open()4691 ALOGV("%s: DLOPEN successful for %s", __func__, HTC_ACOUSTIC_LIBRARY_PATH); in adev_open()