Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioServiceStreamMMAP.cpp70 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote(); in open()
123 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote(); in standby_l()
136 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote(); in exitStandby_l()
157 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote(); in startClient()
174 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote(); in stopClient()
187 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote(); in startClient_l()
198 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote(); in stopClient_l()
210 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote(); in getFreeRunningPosition_l()
234 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote(); in getHardwareTimestamp_l()
267 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote(); in getAudioDataDescription_l()
[all …]
DAAudioServiceStreamShared.cpp141 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote(); in open()
252 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote(); in getHardwareTimestamp_l()
DAAudioServiceStreamBase.cpp174 mServiceEndpointWeak = mServiceEndpoint; in open()
225 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote(); in startDevice_l()
317 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote(); in pause_l()
361 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote(); in stop_l()
792 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote(); in closeAndClear()
DAAudioServiceStreamBase.h426 android::wp<AAudioServiceEndpoint> mServiceEndpointWeak; variable