Lines Matching refs:StreamInHalLocal
371 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()
406 status_t StreamInHalLocal::getCapturePosition(int64_t *frames, int64_t *time) { in getCapturePosition()
411 void StreamInHalLocal::doUpdateSinkMetadata(const SinkMetadata& sinkMetadata) { in doUpdateSinkMetadata()
427 void StreamInHalLocal::doUpdateSinkMetadataV7(const SinkMetadata& sinkMetadata) { in doUpdateSinkMetadataV7()
437 status_t StreamInHalLocal::updateSinkMetadata(const SinkMetadata& sinkMetadata) { in updateSinkMetadata()
459 status_t StreamInHalLocal::start() { in start()
464 status_t StreamInHalLocal::stop() { in stop()
469 status_t StreamInHalLocal::createMmapBuffer(int32_t minSizeFrames, in createMmapBuffer()
475 status_t StreamInHalLocal::getMmapPosition(struct audio_mmap_position *position) { in getMmapPosition()
481 status_t StreamInHalLocal::getActiveMicrophones( in getActiveMicrophones()
486 status_t StreamInHalLocal::getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones) { in getActiveMicrophones()
500 status_t StreamInHalLocal::setPreferredMicrophoneDirection( in setPreferredMicrophoneDirection()
505 status_t StreamInHalLocal::setPreferredMicrophoneFieldDimension(float zoom __unused) { in setPreferredMicrophoneFieldDimension()
509 status_t StreamInHalLocal::setPreferredMicrophoneDirection(audio_microphone_direction_t direction) { in setPreferredMicrophoneDirection()
514 status_t StreamInHalLocal::setPreferredMicrophoneFieldDimension(float zoom) { in setPreferredMicrophoneFieldDimension()