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

/frameworks/av/media/libaudiohal/
H A DStreamHalLocal.cpp247 StreamInHalLocal::StreamInHalLocal(audio_stream_in_t *stream, sp<DeviceHalLocal> device) function in class:android::StreamInHalLocal
251 StreamInHalLocal::~StreamInHalLocal() {
256 status_t StreamInHalLocal::getFrameSize(size_t *size) {
261 status_t StreamInHalLocal::setGain(float gain) {
265 status_t StreamInHalLocal::read(void *buffer, size_t bytes, size_t *read) {
276 status_t StreamInHalLocal::getInputFramesLost(uint32_t *framesLost) {
281 status_t StreamInHalLocal::getCapturePosition(int64_t *frames, int64_t *time) {
286 status_t StreamInHalLocal
[all...]
H A DStreamHalLocal.h162 class StreamInHalLocal : public StreamInHalInterface, public StreamHalLocal { class in namespace:android
199 StreamInHalLocal(audio_stream_in_t *stream, sp<DeviceHalLocal> device);
201 virtual ~StreamInHalLocal();
H A DDeviceHalLocal.cpp143 *inStream = new StreamInHalLocal(halStream, this);

Completed in 300 milliseconds