Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DAudioRecord.h340 { return getInputPrivate(); } in getInput()
342 audio_io_handle_t getInputPrivate() const;
/frameworks/av/media/libmedia/
DAudioRecord.cpp453 return AudioSystem::getInputFramesLost(getInputPrivate()); in getInputFramesLost()
861 audio_io_handle_t AudioRecord::getInputPrivate() const in getInputPrivate() function in android::AudioRecord