Searched refs:StreamHalLocal (Results 1 – 3 of 3) sorted by relevance
31 StreamHalLocal::StreamHalLocal(audio_stream_t *stream, sp<DeviceHalLocal> device) in StreamHalLocal() function in android::CPP_VERSION::StreamHalLocal43 StreamHalLocal::~StreamHalLocal() { in ~StreamHalLocal()48 status_t StreamHalLocal::getSampleRate(uint32_t *rate) { in getSampleRate()53 status_t StreamHalLocal::getBufferSize(size_t *size) { in getBufferSize()58 status_t StreamHalLocal::getChannelMask(audio_channel_mask_t *mask) { in getChannelMask()63 status_t StreamHalLocal::getFormat(audio_format_t *format) { in getFormat()68 status_t StreamHalLocal::getAudioProperties( in getAudioProperties()76 status_t StreamHalLocal::setParameters(const String8& kvPairs) { in setParameters()80 status_t StreamHalLocal::getParameters(const String8& keys, String8 *values) { in getParameters()91 status_t StreamHalLocal::addEffect(sp<EffectHalInterface>) { in addEffect()[all …]
28 class StreamHalLocal : public virtual StreamHalInterface81 StreamHalLocal(audio_stream_t *stream, sp<DeviceHalLocal> device);84 virtual ~StreamHalLocal();95 class StreamOutHalLocal : public StreamOutHalInterface, public StreamHalLocal {178 class StreamInHalLocal : public StreamInHalInterface, public StreamHalLocal {
8 "StreamHalLocal.cpp",