Lines Matching refs:DeviceHalLocal

28 DeviceHalLocal::DeviceHalLocal(audio_hw_device_t *dev)  in DeviceHalLocal()  function in android::CPP_VERSION::DeviceHalLocal
32 DeviceHalLocal::~DeviceHalLocal() { in ~DeviceHalLocal()
38 status_t DeviceHalLocal::getSupportedDevices(uint32_t *devices) { in getSupportedDevices()
44 status_t DeviceHalLocal::initCheck() { in initCheck()
48 status_t DeviceHalLocal::setVoiceVolume(float volume) { in setVoiceVolume()
52 status_t DeviceHalLocal::setMasterVolume(float volume) { in setMasterVolume()
57 status_t DeviceHalLocal::getMasterVolume(float *volume) { in getMasterVolume()
62 status_t DeviceHalLocal::setMode(audio_mode_t mode) { in setMode()
66 status_t DeviceHalLocal::setMicMute(bool state) { in setMicMute()
70 status_t DeviceHalLocal::getMicMute(bool *state) { in getMicMute()
74 status_t DeviceHalLocal::setMasterMute(bool state) { in setMasterMute()
79 status_t DeviceHalLocal::getMasterMute(bool *state) { in getMasterMute()
84 status_t DeviceHalLocal::setParameters(const String8& kvPairs) { in setParameters()
88 status_t DeviceHalLocal::getParameters(const String8& keys, String8 *values) { in getParameters()
99 status_t DeviceHalLocal::getInputBufferSize( in getInputBufferSize()
105 status_t DeviceHalLocal::openOutputStream( in openOutputStream()
127 status_t DeviceHalLocal::openInputStream( in openInputStream()
152 status_t DeviceHalLocal::supportsAudioPatches(bool *supportsPatches) { in supportsAudioPatches()
157 status_t DeviceHalLocal::createAudioPatch( in createAudioPatch()
171 status_t DeviceHalLocal::releaseAudioPatch(audio_patch_handle_t patch) { in releaseAudioPatch()
179 status_t DeviceHalLocal::getAudioPort(struct audio_port *port) { in getAudioPort()
183 status_t DeviceHalLocal::setAudioPortConfig(const struct audio_port_config *config) { in setAudioPortConfig()
191 status_t DeviceHalLocal::getMicrophones( in getMicrophones()
196 status_t DeviceHalLocal::getMicrophones(std::vector<media::MicrophoneInfo> *microphones) { in getMicrophones()
210 status_t DeviceHalLocal::addDeviceEffect( in addDeviceEffect()
215 status_t DeviceHalLocal::removeDeviceEffect( in removeDeviceEffect()
220 status_t DeviceHalLocal::dump(int fd) { in dump()
224 void DeviceHalLocal::closeOutputStream(struct audio_stream_out *stream_out) { in closeOutputStream()
228 void DeviceHalLocal::closeInputStream(struct audio_stream_in *stream_in) { in closeInputStream()