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

  /hardware/qcom/audio/hal/
audio_hw.h 268 acdb_deallocate_t acdb_deallocate; member in struct:audio_device
audio_hw.c     [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.cpp 57 static void (*acdb_deallocate)(); variable
122 acdb_deallocate = (void (*)())::dlsym(mAcdbHandle,"acdb_loader_deallocate_ACDB");
222 if (acdb_deallocate == NULL) {
225 acdb_deallocate();
    [all...]

Completed in 109 milliseconds