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

  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 20 #define LOG_TAG "A2dpAudioInterface"
24 #include "A2dpAudioInterface.h"
36 //AudioHardwareInterface* A2dpAudioInterface::createA2dpInterface()
41 // ALOGD("new A2dpAudioInterface(hw: %p)", hw);
42 // hw = new A2dpAudioInterface(hw);
46 A2dpAudioInterface::A2dpAudioInterface(AudioHardwareInterface* hw) :
51 A2dpAudioInterface::~A2dpAudioInterface()
57 status_t A2dpAudioInterface::initCheck(
    [all...]
A2dpAudioInterface.h 31 class A2dpAudioInterface : public AudioHardwareBase
36 A2dpAudioInterface(AudioHardwareInterface* hw);
37 virtual ~A2dpAudioInterface();
100 friend class A2dpAudioInterface;
Android.mk 73 # LOCAL_SRC_FILES += A2dpAudioInterface.cpp

Completed in 44 milliseconds