Home
last modified time | relevance | path

Searched refs:StreamHalLocal (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libaudiohal/impl/
DStreamHalLocal.cpp32 StreamHalLocal::StreamHalLocal(audio_stream_t *stream, sp<DeviceHalLocal> device) in StreamHalLocal() function in android::CPP_VERSION::StreamHalLocal
44 StreamHalLocal::~StreamHalLocal() { in ~StreamHalLocal()
49 status_t StreamHalLocal::getBufferSize(size_t *size) { in getBufferSize()
54 status_t StreamHalLocal::getAudioProperties(audio_config_base_t *configBase) { in getAudioProperties()
61 status_t StreamHalLocal::setParameters(const String8& kvPairs) { in setParameters()
65 status_t StreamHalLocal::getParameters(const String8& keys, String8 *values) { in getParameters()
76 status_t StreamHalLocal::addEffect(sp<EffectHalInterface>) { in addEffect()
81 status_t StreamHalLocal::removeEffect(sp<EffectHalInterface>) { in removeEffect()
86 status_t StreamHalLocal::standby() { in standby()
90 status_t StreamHalLocal::dump(int fd) { in dump()
[all …]
DStreamHalLocal.h28 class StreamHalLocal : public virtual StreamHalInterface
74 StreamHalLocal(audio_stream_t *stream, sp<DeviceHalLocal> device);
77 virtual ~StreamHalLocal();
88 class StreamOutHalLocal : public StreamOutHalInterface, public StreamHalLocal {
192 class StreamInHalLocal : public StreamInHalInterface, public StreamHalLocal {
DAndroid.bp17 "StreamHalLocal.cpp",