Searched refs:A2dpAudioInterface (Results 1 – 2 of 2) sorted by relevance
47 A2dpAudioInterface::A2dpAudioInterface(AudioHardwareInterface* hw) : in A2dpAudioInterface() function in android_audio_legacy::A2dpAudioInterface52 A2dpAudioInterface::~A2dpAudioInterface() in ~A2dpAudioInterface()58 status_t A2dpAudioInterface::initCheck() in initCheck()64 AudioStreamOut* A2dpAudioInterface::openOutputStream( in openOutputStream()96 void A2dpAudioInterface::closeOutputStream(AudioStreamOut* out) { in closeOutputStream()107 AudioStreamIn* A2dpAudioInterface::openInputStream( in openInputStream()114 void A2dpAudioInterface::closeInputStream(AudioStreamIn* in) in closeInputStream()119 status_t A2dpAudioInterface::setMode(int mode) in setMode()124 status_t A2dpAudioInterface::setMicMute(bool state) in setMicMute()129 status_t A2dpAudioInterface::getMicMute(bool* state) in getMicMute()[all …]
31 class A2dpAudioInterface : public AudioHardwareBase36 A2dpAudioInterface(AudioHardwareInterface* hw);37 virtual ~A2dpAudioInterface();100 friend class A2dpAudioInterface;