Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h380 { return getInputPrivate(); } in getInput()
382 audio_io_handle_t getInputPrivate() const;
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp556 return AudioSystem::getInputFramesLost(getInputPrivate()); in getInputFramesLost()
1010 audio_io_handle_t AudioRecord::getInputPrivate() const in getInputPrivate() function in android::AudioRecord