Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/oboeservice/
H A DAAudioServiceEndpointMMAP.cpp51 : mMmapStream(nullptr) in AAudioServiceEndpointMMAP()
161 mMmapStream, in openWithFormat()
193 status = mMmapStream->createMmapBuffer(minSizeFrames, &mMmapBufferinfo); in openWithFormat()
239 mMmapStream->getMmapPosition(&position); in openWithFormat()
260 if (mMmapStream != nullptr) { in close()
262 mMmapStream.clear(); in close()
307 if (mMmapStream == nullptr) return AAUDIO_ERROR_NULL; in startClient()
308 status_t status = mMmapStream->start(client, attr, clientHandle); in startClient()
313 if (mMmapStream == nullptr) return AAUDIO_ERROR_NULL; in stopClient()
322 if (mMmapStream == nullptr) { in getFreeRunningPosition()
[all …]
H A DAAudioServiceEndpointMMAP.h97 android::sp<android::MmapStreamInterface> mMmapStream; variable