Searched defs:clientHandle (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/services/oboeservice/
H A DAAudioServiceEndpoint.h57 audio_port_handle_t *clientHandle) = 0;
60 audio_port_handle_t clientHandle) = 0;
63 audio_port_handle_t *clientHandle) {
68 virtual aaudio_result_t stopClient(audio_port_handle_t clientHandle) { argument
62 startClient(const android::AudioClient& client, audio_port_handle_t *clientHandle) argument
H A DAAudioServiceEndpointShared.cpp134 audio_port_handle_t *clientHandle) {
154 result = getStreamInternal()->startClient(sharedStream->getAudioClient(), clientHandle);
167 audio_port_handle_t clientHandle) {
171 (void) getStreamInternal()->stopClient(clientHandle);
133 startStream(sp<AAudioServiceStreamBase> sharedStream, audio_port_handle_t *clientHandle) argument
166 stopStream(sp<AAudioServiceStreamBase> sharedStream, audio_port_handle_t clientHandle) argument
H A DAAudioServiceStreamMMAP.cpp125 audio_port_handle_t *clientHandle) {
132 aaudio_result_t result = endpoint->startClient(client, clientHandle);
136 aaudio_result_t AAudioServiceStreamMMAP::stopClient(audio_port_handle_t clientHandle) { argument
142 aaudio_result_t result = endpoint->stopClient(clientHandle);
124 startClient(const android::AudioClient& client, audio_port_handle_t *clientHandle) argument
H A DAAudioService.cpp305 audio_port_handle_t *clientHandle) {
311 aaudio_result_t result = serviceStream->startClient(client, clientHandle);
303 startClient(aaudio_handle_t streamHandle, const android::AudioClient& client, audio_port_handle_t *clientHandle) argument
H A DAAudioServiceEndpointMMAP.cpp282 audio_port_handle_t *clientHandle __unused) {
296 audio_port_handle_t clientHandle __unused) {
311 audio_port_handle_t *clientHandle) {
314 audio_port_handle_t originalHandle = *clientHandle;
315 status_t status = mMmapStream->start(client, clientHandle);
317 ALOGD("%s() , portHandle %d => %d, returns %d", __func__, originalHandle, *clientHandle, result);
321 aaudio_result_t AAudioServiceEndpointMMAP::stopClient(audio_port_handle_t clientHandle) { argument
322 ALOGD("%s(portHandle = %d), called", __func__, clientHandle);
324 aaudio_result_t result = AAudioConvert_androidToAAudioResult(mMmapStream->stop(clientHandle));
325 ALOGD("%s(portHandle = %d), returns %d", __func__, clientHandle, resul
310 startClient(const android::AudioClient& client, audio_port_handle_t *clientHandle) argument
[all...]
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp204 jlong clientHandle = env->GetLongField(thiz, fieldId); local
205 DrmManagerClientImpl* const client = reinterpret_cast<DrmManagerClientImpl*>(clientHandle);

Completed in 128 milliseconds