Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamMMAP.cpp151 sp<AAudioServiceEndpointMMAP> serviceEndpointMMAP = in getFreeRunningPosition() local
154 aaudio_result_t result = serviceEndpointMMAP->getFreeRunningPosition(positionFrames, timeNanos); in getFreeRunningPosition()
176 sp<AAudioServiceEndpointMMAP> serviceEndpointMMAP = in getHardwareTimestamp() local
183 if (serviceEndpointMMAP->getExternalPosition(&position, timeNanos) == AAUDIO_OK) { in getHardwareTimestamp()
193 *timeNanos = timestamp.getNanoseconds() + serviceEndpointMMAP->getHardwareTimeOffsetNanos(); in getHardwareTimestamp()
209 sp<AAudioServiceEndpointMMAP> serviceEndpointMMAP = in getAudioDataDescription() local
211 return serviceEndpointMMAP->getDownDataDescription(parcelable); in getAudioDataDescription()