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

  /frameworks/av/media/libaudiohal/2.0/
StreamHalLocal.h 169 class StreamInHalLocal : public StreamInHalInterface, public StreamHalLocal {
212 StreamInHalLocal(audio_stream_in_t *stream, sp<DeviceHalLocal> device);
214 virtual ~StreamInHalLocal();
StreamHalLocal.cpp 268 StreamInHalLocal::StreamInHalLocal(audio_stream_in_t *stream, sp<DeviceHalLocal> device)
272 StreamInHalLocal::~StreamInHalLocal() {
277 status_t StreamInHalLocal::getFrameSize(size_t *size) {
282 status_t StreamInHalLocal::setGain(float gain) {
286 status_t StreamInHalLocal::read(void *buffer, size_t bytes, size_t *read) {
298 status_t StreamInHalLocal::getInputFramesLost(uint32_t *framesLost) {
303 status_t StreamInHalLocal::getCapturePosition(int64_t *frames, int64_t *time) {
308 status_t StreamInHalLocal::updateSinkMetadata(const SinkMetadata& sinkMetadata)
    [all...]
  /frameworks/av/media/libaudiohal/4.0/
StreamHalLocal.h 170 class StreamInHalLocal : public StreamInHalInterface, public StreamHalLocal {
213 StreamInHalLocal(audio_stream_in_t *stream, sp<DeviceHalLocal> device);
215 virtual ~StreamInHalLocal();
StreamHalLocal.cpp 270 StreamInHalLocal::StreamInHalLocal(audio_stream_in_t *stream, sp<DeviceHalLocal> device)
274 StreamInHalLocal::~StreamInHalLocal() {
279 status_t StreamInHalLocal::getFrameSize(size_t *size) {
284 status_t StreamInHalLocal::setGain(float gain) {
288 status_t StreamInHalLocal::read(void *buffer, size_t bytes, size_t *read) {
300 status_t StreamInHalLocal::getInputFramesLost(uint32_t *framesLost) {
305 status_t StreamInHalLocal::getCapturePosition(int64_t *frames, int64_t *time) {
310 status_t StreamInHalLocal::updateSinkMetadata(const SinkMetadata& sinkMetadata)
    [all...]

Completed in 187 milliseconds