Home
last modified time | relevance | path

Searched refs:mHardwareInterface (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware_legacy/audio/
DA2dpAudioInterface.cpp48 mOutput(0), mHardwareInterface(hw), mBluetoothEnabled(true), mSuspended(false) in A2dpAudioInterface()
55 delete mHardwareInterface; in ~A2dpAudioInterface()
60 if (mHardwareInterface == 0) return NO_INIT; in initCheck()
61 return mHardwareInterface->initCheck(); in initCheck()
69 return mHardwareInterface->openOutputStream(devices, format, channels, sampleRate, status); in openOutputStream()
98 mHardwareInterface->closeOutputStream(out); in closeOutputStream()
111 …return mHardwareInterface->openInputStream(devices, format, channels, sampleRate, status, acoustic… in openInputStream()
116 return mHardwareInterface->closeInputStream(in); in closeInputStream()
121 return mHardwareInterface->setMode(mode); in setMode()
126 return mHardwareInterface->setMicMute(state); in setMicMute()
[all …]
DA2dpAudioInterface.h128 AudioHardwareInterface *mHardwareInterface; variable