Searched refs:htc_acoustic_lib (Results 1 – 2 of 2) sorted by relevance
/device/htc/flounder/audio/hal/ |
D | audio_hw.h | 422 void* htc_acoustic_lib; member
|
D | audio_hw.c | 4687 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()
|