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

  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 20 #define LOG_TAG "A2dpAudioInterface"
25 #include "A2dpAudioInterface.h"
37 //AudioHardwareInterface* A2dpAudioInterface::createA2dpInterface()
42 // ALOGD("new A2dpAudioInterface(hw: %p)", hw);
43 // hw = new A2dpAudioInterface(hw);
47 A2dpAudioInterface::A2dpAudioInterface(AudioHardwareInterface* hw) :
52 A2dpAudioInterface::~A2dpAudioInterface()
58 status_t A2dpAudioInterface::initCheck(
    [all...]
A2dpAudioInterface.h 31 class A2dpAudioInterface : public AudioHardwareBase
36 A2dpAudioInterface(AudioHardwareInterface* hw);
37 virtual ~A2dpAudioInterface();
100 friend class A2dpAudioInterface;

Completed in 132 milliseconds