HomeSort by relevance Sort by last modified time
    Searched refs:mStreamCommon (Results 1 - 4 of 4) sorted by null

  /hardware/interfaces/audio/2.0/default/
StreamIn.cpp 151 mStreamCommon(new Stream(&stream->common)),
179 return mStreamCommon->getFrameCount();
183 return mStreamCommon->getBufferSize();
187 return mStreamCommon->getSampleRate();
192 return mStreamCommon->getSupportedSampleRates(_hidl_cb);
196 return mStreamCommon->setSampleRate(sampleRateHz);
200 return mStreamCommon->getChannelMask();
205 return mStreamCommon->getSupportedChannelMasks(_hidl_cb);
209 return mStreamCommon->setChannelMask(mask);
213 return mStreamCommon->getFormat()
    [all...]
StreamOut.cpp 147 mStreamCommon(new Stream(&stream->common)),
176 return mStreamCommon->getFrameCount();
180 return mStreamCommon->getBufferSize();
184 return mStreamCommon->getSampleRate();
189 return mStreamCommon->getSupportedSampleRates(_hidl_cb);
193 return mStreamCommon->setSampleRate(sampleRateHz);
197 return mStreamCommon->getChannelMask();
202 return mStreamCommon->getSupportedChannelMasks(_hidl_cb);
206 return mStreamCommon->setChannelMask(mask);
210 return mStreamCommon->getFormat()
    [all...]
StreamIn.h 107 const sp<Stream> mStreamCommon;
StreamOut.h 118 const sp<Stream> mStreamCommon;

Completed in 62 milliseconds