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

/hardware/libhardware_legacy/audio/
H A DA2dpAudioInterface.cpp20 #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) : function in class:android_audio_legacy::A2dpAudioInterface
51 A2dpAudioInterface::~A2dpAudioInterface()
57 status_t A2dpAudioInterface
[all...]
H A DA2dpAudioInterface.h31 class A2dpAudioInterface : public AudioHardwareBase class in namespace:android_audio_legacy
36 A2dpAudioInterface(AudioHardwareInterface* hw);
37 virtual ~A2dpAudioInterface();
100 friend class A2dpAudioInterface;
H A DAndroid.mk69 # LOCAL_SRC_FILES += A2dpAudioInterface.cpp

Completed in 52 milliseconds