Searched refs:A2dpAudioInterface (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/audioflinger/
H A DA2dpAudioInterface.cpp20 #define LOG_TAG "A2dpAudioInterface"
24 #include "A2dpAudioInterface.h"
32 //AudioHardwareInterface* A2dpAudioInterface::createA2dpInterface()
37 // LOGD("new A2dpAudioInterface(hw: %p)", hw);
38 // hw = new A2dpAudioInterface(hw);
42 A2dpAudioInterface::A2dpAudioInterface(AudioHardwareInterface* hw) : function in class:android::A2dpAudioInterface
47 A2dpAudioInterface::~A2dpAudioInterface()
53 status_t A2dpAudioInterface
[all...]
H A DA2dpAudioInterface.h30 class A2dpAudioInterface : public AudioHardwareBase class in namespace:android
35 A2dpAudioInterface(AudioHardwareInterface* hw);
36 virtual ~A2dpAudioInterface();
99 friend class A2dpAudioInterface;
H A DAudioHardwareInterface.cpp30 #include "A2dpAudioInterface.h"
95 hw = new A2dpAudioInterface(hw);
H A DAndroid.mk38 LOCAL_SRC_FILES += A2dpAudioInterface.cpp

Completed in 32 milliseconds