Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DAudioRecord.h347 { return getInputPrivate(); } in getInput()
349 audio_io_handle_t getInputPrivate() const;
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h347 { return getInputPrivate(); } in getInput()
349 audio_io_handle_t getInputPrivate() const;
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp455 return AudioSystem::getInputFramesLost(getInputPrivate()); in getInputFramesLost()
877 audio_io_handle_t AudioRecord::getInputPrivate() const in getInputPrivate() function in android::AudioRecord