Searched refs:mStreamInternal (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/oboeservice/
H A DAAudioServiceEndpoint.h41 int32_t getSampleRate() const { return mStreamInternal->getSampleRate(); }
42 int32_t getSamplesPerFrame() const { return mStreamInternal->getSamplesPerFrame(); }
43 int32_t getFramesPerBurst() const { return mStreamInternal->getFramesPerBurst(); }
51 int32_t getDeviceId() const { return mStreamInternal->getDeviceId(); }
53 aaudio_direction_t getDirection() const { return mStreamInternal->getDirection(); }
82 AudioStreamInternal *mStreamInternal = nullptr; member in class:aaudio::AAudioServiceEndpoint
H A DAAudioServiceEndpoint.cpp49 mStreamInternal = getStreamInternal();

Completed in 818 milliseconds