Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h417 { return getInputPrivate(); } in getInput()
419 audio_io_handle_t getInputPrivate() const;
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp616 return AudioSystem::getInputFramesLost(getInputPrivate()); in getInputFramesLost()
1185 audio_io_handle_t AudioRecord::getInputPrivate() const in getInputPrivate() function in android::AudioRecord