Searched defs:mInputSource (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastCaptureState.h32 NBAIO_Source* mInputSource; // HAL input device, must already be negotiated member in struct:android::FastCaptureState
34 int mInputSourceGen; // increment when mInputSource is assigned
H A DFastCapture.h53 NBAIO_Source* mInputSource; member in class:android::FastCapture
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioSession.h48 audio_source_t inputSource()const { return mInputSource; }
68 const audio_source_t mInputSource; member in class:android::AudioSession
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DXMLParser.java22 private final InputSource mInputSource; field in class:XMLParser
29 mInputSource = new InputSource(new BufferedReader(
34 mParser.parse(mInputSource, this);

Completed in 527 milliseconds