Home | History | Annotate | Download | only in oboeservice

Lines Matching refs:endpoint

73     sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote();
74 if (endpoint == nullptr) {
75 ALOGE("%s() has no endpoint", __func__);
79 result = endpoint->registerStream(keep);
126 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote();
127 if (endpoint == nullptr) {
128 ALOGE("%s() has no endpoint", __func__);
132 aaudio_result_t result = endpoint->startClient(client, clientHandle);
137 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote();
138 if (endpoint == nullptr) {
139 ALOGE("%s() has no endpoint", __func__);
142 aaudio_result_t result = endpoint->stopClient(clientHandle);
149 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote();
150 if (endpoint == nullptr) {
151 ALOGE("%s() has no endpoint", __func__);
155 static_cast<AAudioServiceEndpointMMAP *>(endpoint.get());
173 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote();
174 if (endpoint == nullptr) {
175 ALOGE("%s() has no endpoint", __func__);
179 static_cast<AAudioServiceEndpointMMAP *>(endpoint.get());
196 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote();
197 if (endpoint == nullptr) {
198 ALOGE("%s() has no endpoint", __func__);
202 static_cast<AAudioServiceEndpointMMAP *>(endpoint.get());