Searched refs:mAudioSource (Results 1 – 3 of 3) sorted by relevance
26 private AudioSource mAudioSource; field in OboePlayer34 mAudioSource = nativeAudioSource; in OboePlayer()37 mAudioSource = mSourceProvider.getJavaSource(); in OboePlayer()39 JavaSourceProxy.allocNativeSource(mAudioSource), mPlayerSubtype); in OboePlayer()55 return mAudioSource; in getAudioSource()
26 Player(AudioSource* source, int32_t subtype) : OboeStream(subtype), mAudioSource(source) {} in Player()30 std::shared_ptr<AudioSource> mAudioSource;
53 int numFramesRead = mAudioSource->pull((float*)audioData, numFrames, mChannelCount); in onAudioReady()118 mAudioSource->init(desiredSize , mChannelCount); in setupStream()