Home
last modified time | relevance | path

Searched refs:getInputPrivate (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h375 { return getInputPrivate(); } in getInput()
377 audio_io_handle_t getInputPrivate() const;
/frameworks/av/include/media/
DAudioRecord.h375 { return getInputPrivate(); } in getInput()
377 audio_io_handle_t getInputPrivate() const;
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp553 return AudioSystem::getInputFramesLost(getInputPrivate()); in getInputFramesLost()
968 audio_io_handle_t AudioRecord::getInputPrivate() const in getInputPrivate() function in android::AudioRecord