Searched refs:DeviceHalLocal (Results 1 – 6 of 6) sorted by relevance
28 DeviceHalLocal::DeviceHalLocal(audio_hw_device_t *dev) in DeviceHalLocal() function in android::CPP_VERSION::DeviceHalLocal32 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 …]
26 class DeviceHalLocal; variable81 StreamHalLocal(audio_stream_t *stream, sp<DeviceHalLocal> device);86 sp<DeviceHalLocal> mDevice;166 friend class DeviceHalLocal; variable169 StreamOutHalLocal(audio_stream_out_t *stream, sp<DeviceHalLocal> device);224 friend class DeviceHalLocal; variable227 StreamInHalLocal(audio_stream_in_t *stream, sp<DeviceHalLocal> device);
26 class DeviceHalLocal : public DeviceHalInterface123 explicit DeviceHalLocal(audio_hw_device_t *dev);126 virtual ~DeviceHalLocal();
65 *device = new DeviceHalLocal(dev); in openDevice()
31 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()
5 "DeviceHalLocal.cpp",