Home
last modified time | relevance | path

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

/device/htc/flounder/audio/hal/
Daudio_hw.h422 void* htc_acoustic_lib; member
Daudio_hw.c4687 adev->htc_acoustic_lib = dlopen(HTC_ACOUSTIC_LIBRARY_PATH, RTLD_NOW); in adev_open()
4688 if (adev->htc_acoustic_lib == NULL) { in adev_open()
4693 (int (*)())dlsym(adev->htc_acoustic_lib, in adev_open()
4696 (int (*)(int, int))dlsym(adev->htc_acoustic_lib, in adev_open()
4699 (int (*)(int , int, int, int, bool))dlsym(adev->htc_acoustic_lib, in adev_open()
4702 (int (*)(bool))dlsym(adev->htc_acoustic_lib, in adev_open()