Searched refs:A2dpAudioInterface (Results 1 – 2 of 2) sorted by relevance
46 A2dpAudioInterface::A2dpAudioInterface(AudioHardwareInterface* hw) : in A2dpAudioInterface() function in android_audio_legacy::A2dpAudioInterface51 A2dpAudioInterface::~A2dpAudioInterface() in ~A2dpAudioInterface()57 status_t A2dpAudioInterface::initCheck() in initCheck()63 AudioStreamOut* A2dpAudioInterface::openOutputStream( in openOutputStream()95 void A2dpAudioInterface::closeOutputStream(AudioStreamOut* out) { in closeOutputStream()106 AudioStreamIn* A2dpAudioInterface::openInputStream( in openInputStream()113 void A2dpAudioInterface::closeInputStream(AudioStreamIn* in) in closeInputStream()118 status_t A2dpAudioInterface::setMode(int mode) in setMode()123 status_t A2dpAudioInterface::setMicMute(bool state) in setMicMute()128 status_t A2dpAudioInterface::getMicMute(bool* state) in getMicMute()[all …]
31 class A2dpAudioInterface : public AudioHardwareBase36 A2dpAudioInterface(AudioHardwareInterface* hw);37 virtual ~A2dpAudioInterface();100 friend class A2dpAudioInterface;