HomeSort by relevance Sort by last modified time
    Searched full:alsa_lib (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/config/
check-alsa.c 71 static void* alsa_lib; variable
77 alsa_lib = dlopen( "libasound.so", RTLD_NOW );
78 if (alsa_lib == NULL)
79 alsa_lib = dlopen( "libasound.so.2", RTLD_NOW );
81 if (alsa_lib == NULL) {
89 (func_ ##name) = dlsym( alsa_lib, STRINGIFY(name) ); \
105 dlclose(alsa_lib);
  /external/qemu/audio/
alsaaudio.c 101 static void* alsa_lib; variable
976 alsa_lib = dlopen( "libasound.so", RTLD_NOW );
977 if (alsa_lib == NULL)
978 alsa_lib = dlopen( "libasound.so.2", RTLD_NOW );
980 if (alsa_lib == NULL) {
985 if (alsa_dynlink_init(alsa_lib) < 0)
993 dlclose(alsa_lib);
1001 if (alsa_lib != NULL) {
1002 dlclose(alsa_lib);
1003 alsa_lib = NULL
    [all...]
  /prebuilt/linux-x86/emulator/
libqemu-audio.a     [all...]

Completed in 146 milliseconds