HomeSort by relevance Sort by last modified time
    Searched refs:mMmapStream (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/oboeservice/
AAudioServiceEndpointMMAP.cpp 52 : mMmapStream(nullptr) {}
134 // Open HAL stream. Set mMmapStream
141 mMmapStream,
160 status = mMmapStream->createMmapBuffer(minSizeFrames, &mMmapBufferinfo);
238 if (mMmapStream != 0) {
241 mMmapStream.clear();
273 if (mMmapStream == nullptr) return AAUDIO_ERROR_NULL;
277 status_t status = mMmapStream->start(client, clientHandle);
285 if (mMmapStream == nullptr) return AAUDIO_ERROR_NULL;
286 aaudio_result_t result = AAudioConvert_androidToAAudioResult(mMmapStream->stop(clientHandle))
    [all...]
AAudioServiceEndpointMMAP.h 89 android::sp<android::MmapStreamInterface> mMmapStream;

Completed in 83 milliseconds