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

  /external/bluetooth/bluez/audio/
liba2dp.h 35 void a2dp_cleanup(a2dpData data);
android_audio_hw.c 58 * - lock: protects all calls to a2dp lib functions (a2dp_stop(), a2dp_cleanup()...).
263 LOGV("%s: calling a2dp_cleanup()", __func__);
264 a2dp_cleanup(out->data);
liba2dp.c 1261 void a2dp_cleanup(a2dpData d) function
1264 DBG("a2dp_cleanup\n");
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 481 LOGV("A2dpAudioStreamOut::close_l() calling a2dp_cleanup(mData)");
482 a2dp_cleanup(mData);

Completed in 4124 milliseconds