Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudiohal/impl/
H A DStreamHalLocal.cpp371 StreamInHalLocal::StreamInHalLocal(audio_stream_in_t *stream, sp<DeviceHalLocal> device) in StreamInHalLocal() function in android::CPP_VERSION::StreamInHalLocal
375 StreamInHalLocal::~StreamInHalLocal() { in ~StreamInHalLocal()
380 status_t StreamInHalLocal::getFrameSize(size_t *size) { in getFrameSize()
385 status_t StreamInHalLocal::setGain(float gain) { in setGain()
389 status_t StreamInHalLocal::read(void *buffer, size_t bytes, size_t *read) { in read()
401 status_t StreamInHalLocal::getInputFramesLost(uint32_t *framesLost) { in getInputFramesLost()
459 status_t StreamInHalLocal::start() { in start()
464 status_t StreamInHalLocal::stop() { in stop()
469 status_t StreamInHalLocal::createMmapBuffer(int32_t minSizeFrames, in createMmapBuffer()
481 status_t StreamInHalLocal::getActiveMicrophones( in getActiveMicrophones()
[all …]
H A DStreamHalLocal.h192 class StreamInHalLocal : public StreamInHalInterface, public StreamHalLocal {
241 StreamInHalLocal(audio_stream_in_t *stream, sp<DeviceHalLocal> device);
243 virtual ~StreamInHalLocal();
H A DDeviceHalLocal.cpp146 *inStream = new StreamInHalLocal(halStream, this); in openInputStream()