Home
last modified time | relevance | path

Searched refs:DeviceHalLocal (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libaudiohal/impl/
DDeviceHalLocal.cpp28 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()
[all …]
DStreamHalLocal.h26 class DeviceHalLocal; variable
81 StreamHalLocal(audio_stream_t *stream, sp<DeviceHalLocal> device);
86 sp<DeviceHalLocal> mDevice;
166 friend class DeviceHalLocal; variable
169 StreamOutHalLocal(audio_stream_out_t *stream, sp<DeviceHalLocal> device);
224 friend class DeviceHalLocal; variable
227 StreamInHalLocal(audio_stream_in_t *stream, sp<DeviceHalLocal> device);
DDeviceHalLocal.h26 class DeviceHalLocal : public DeviceHalInterface
123 explicit DeviceHalLocal(audio_hw_device_t *dev);
126 virtual ~DeviceHalLocal();
DDevicesFactoryHalLocal.cpp65 *device = new DeviceHalLocal(dev); in openDevice()
DStreamHalLocal.cpp31 StreamHalLocal::StreamHalLocal(audio_stream_t *stream, sp<DeviceHalLocal> device) in StreamHalLocal()
117 StreamOutHalLocal::StreamOutHalLocal(audio_stream_out_t *stream, sp<DeviceHalLocal> device) in StreamOutHalLocal()
315 StreamInHalLocal::StreamInHalLocal(audio_stream_in_t *stream, sp<DeviceHalLocal> device) in StreamInHalLocal()
DAndroid.bp5 "DeviceHalLocal.cpp",