Lines Matching defs:handle

272                                              audio_port_handle_t *handle)
283 sessionId, callback, interface, handle);
296 audio_port_handle_t *handle)
340 *handle = portId;
384 // check a match for the requested module handle
702 ALOGE("createTrack() getOutputForAttr() return error %d or invalid output handle", lStatus);
731 ALOGE("no playback thread found for output handle %d", output.outputId);
811 // return handle to client
853 // should examine all callers and fix them to handle smaller counts
873 ALOGW("latency(): no playback thread found for output handle %d", output);
1755 // return handle to client
1858 audio_module_handle_t handle = (audio_module_handle_t) nextUniqueId(AUDIO_UNIQUE_ID_USE_MODULE);
1859 mAudioHwDevs.add(handle, new AudioHwDevice(handle, name, dev, flags));
1861 ALOGI("loadHwModule() Loaded %s audio interface, handle %d", name, handle);
1863 return handle;
2047 // Audio Policy does not currently request a specific output handle.
2049 ALOGE("openOutput_l requested output handle %d is not AUDIO_IO_HANDLE_NONE", *output);
2353 // Audio Policy can request a specific handle for hardware hotword.
2355 // It is to use a pre-assigned I/O handle.
2359 ALOGE("openInput_l() requested input handle %d is invalid", *input);
2363 ALOGE("openInput_l() requested input handle %d is already assigned", *input);
2382 // If the input could not be opened with the requested parameters and we can handle the
2499 // If we still have effect chains, it means that a client still holds a handle
2965 sp<EffectHandle> handle;
3155 handle = thread->createEffect_l(client, effectClient, priority, sessionId,
3162 // handle must be valid here, but check again to be safe.
3163 if (handle.get() != nullptr && id != nullptr) *id = handle->id();
3168 // handle must be cleared outside lock.
3169 handle.clear();
3174 return handle;