Searched refs:openMmapStream (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/
H A DMmapStreamInterface.h34 * Values for direction argument passed to openMmapStream()
67 static status_t openMmapStream(stream_direction_t direction,
/frameworks/av/services/oboeservice/
H A DAAudioServiceEndpointMMAP.cpp154 status_t status = MmapStreamInterface::openMmapStream(streamDirection,
166 ALOGE("%s() openMmapStream() returned status %d", __func__, status);
171 ALOGW("%s() openMmapStream() failed to set deviceId", __func__);
176 ALOGW("%s() - openMmapStream() failed to set sessionId", __func__);
284 // Use the port handle that was provided by openMmapStream().
305 // Use the port handle that was provided by openMmapStream().
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h270 status_t openMmapStream(MmapStreamInterface::stream_direction_t direction,
H A DAudioFlinger.cpp264 status_t MmapStreamInterface::openMmapStream(MmapStreamInterface::stream_direction_t direction, function in class:android::MmapStreamInterface
281 ret = af->openMmapStream(
288 status_t AudioFlinger::openMmapStream(MmapStreamInterface::stream_direction_t direction, function in class:android::AudioFlinger

Completed in 105 milliseconds