Searched defs:clientHandle (Results 1 – 8 of 8) sorted by relevance
121 audio_port_handle_t *clientHandle) override { in startClient()126 audio_port_handle_t clientHandle) override { in stopClient()
170 aaudio_result_t AAudioServiceStreamMMAP::stopClient(audio_port_handle_t clientHandle) { in stopClient()186 audio_port_handle_t *clientHandle) { in startClient_l()197 aaudio_result_t AAudioServiceStreamMMAP::stopClient_l(audio_port_handle_t clientHandle) { in stopClient_l()
147 audio_port_handle_t *clientHandle) in startStream()183 sp<AAudioServiceStreamBase> /*sharedStream*/, audio_port_handle_t clientHandle) { in stopStream()
359 audio_port_handle_t* clientHandle) in StartClientParam()378 explicit StopClientParam(audio_port_handle_t clientHandle) in StopClientParam()385 virtual aaudio_result_t stopClient_l(audio_port_handle_t clientHandle) REQUIRES(mLock) { in stopClient_l()
760 audio_port_handle_t *clientHandle) { in sendStartClientCommand()769 aaudio_result_t AAudioServiceStreamBase::sendStopClientCommand(audio_port_handle_t clientHandle) { in sendStopClientCommand()
346 audio_port_handle_t *clientHandle) { in startClient()
338 audio_port_handle_t clientHandle) { in stopStream()
204 jlong clientHandle = env->GetLongField(thiz, fieldId); in getDrmManagerClientImpl() local