Lines Matching refs:StreamInHalLocal
315 StreamInHalLocal::StreamInHalLocal(audio_stream_in_t *stream, sp<DeviceHalLocal> device) in StreamInHalLocal() function in android::CPP_VERSION::StreamInHalLocal
319 StreamInHalLocal::~StreamInHalLocal() { in ~StreamInHalLocal()
324 status_t StreamInHalLocal::getFrameSize(size_t *size) { in getFrameSize()
329 status_t StreamInHalLocal::setGain(float gain) { in setGain()
333 status_t StreamInHalLocal::read(void *buffer, size_t bytes, size_t *read) { in read()
345 status_t StreamInHalLocal::getInputFramesLost(uint32_t *framesLost) { in getInputFramesLost()
350 status_t StreamInHalLocal::getCapturePosition(int64_t *frames, int64_t *time) { in getCapturePosition()
355 status_t StreamInHalLocal::updateSinkMetadata(const SinkMetadata& sinkMetadata) { in updateSinkMetadata()
368 status_t StreamInHalLocal::start() { in start()
373 status_t StreamInHalLocal::stop() { in stop()
378 status_t StreamInHalLocal::createMmapBuffer(int32_t minSizeFrames, in createMmapBuffer()
384 status_t StreamInHalLocal::getMmapPosition(struct audio_mmap_position *position) { in getMmapPosition()
390 status_t StreamInHalLocal::getActiveMicrophones( in getActiveMicrophones()
395 status_t StreamInHalLocal::getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones) { in getActiveMicrophones()
409 status_t StreamInHalLocal::setPreferredMicrophoneDirection( in setPreferredMicrophoneDirection()
414 status_t StreamInHalLocal::setPreferredMicrophoneFieldDimension(float zoom __unused) { in setPreferredMicrophoneFieldDimension()
418 status_t StreamInHalLocal::setPreferredMicrophoneDirection(audio_microphone_direction_t direction) { in setPreferredMicrophoneDirection()
423 status_t StreamInHalLocal::setPreferredMicrophoneFieldDimension(float zoom) { in setPreferredMicrophoneFieldDimension()