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

/frameworks/av/services/oboeservice/
H A DAAudioServiceEndpointMMAP.cpp53 : mMmapStream(nullptr)
153 // Open HAL stream. Set mMmapStream
161 mMmapStream,
191 status = mMmapStream->createMmapBuffer(minSizeFrames, &mMmapBufferinfo);
268 if (mMmapStream != 0) {
271 mMmapStream.clear();
312 if (mMmapStream == nullptr) return AAUDIO_ERROR_NULL;
315 status_t status = mMmapStream->start(client, clientHandle);
323 if (mMmapStream == nullptr) return AAUDIO_ERROR_NULL;
324 aaudio_result_t result = AAudioConvert_androidToAAudioResult(mMmapStream
[all...]
H A DAAudioServiceEndpointMMAP.h89 android::sp<android::MmapStreamInterface> mMmapStream; member in class:aaudio::AAudioServiceEndpointMMAP

Completed in 37 milliseconds