Lines Matching defs:handle

132     //  Supporting this option will require fixing HALs that can't handle large writes.
444 audio_patch_handle_t *handle)
447 sp<ConfigEvent> configEvent = (ConfigEvent *)new CreateAudioPatchConfigEvent(*patch, *handle);
452 *handle = data->mHandle;
458 const audio_patch_handle_t handle)
461 sp<ConfigEvent> configEvent = (ConfigEvent *)new ReleaseAudioPatchConfigEvent(handle);
583 dprintf(fd, " I/O handle: %d\n", mId);
898 sp<EffectHandle> handle;
1000 // create effect handle and connect it to effect module
1001 handle = new EffectHandle(effect, client, effectClient, priority);
1002 lStatus = handle->initCheck();
1004 lStatus = effect->addHandle(handle.get());
1023 handle.clear();
1027 return handle;
1153 config->ext.mix.handle = mId;
1709 // so signal it to handle state changes immediately
2725 audio_patch_handle_t *handle)
2745 handle);
2752 status_t AudioFlinger::PlaybackThread::releaseAudioPatch_l(const audio_patch_handle_t handle)
2757 status = hwDevice->release_audio_patch(hwDevice, handle);
2780 config->ext.mix.hw_module = mOutput->audioHwDev->handle();
4565 // threadLoop_mix() will handle the case that we need to
4571 // Do not handle new data in this iteration even if track->framesReady()
5379 // loop over getNextBuffer to handle circular sink
6340 audio_patch_handle_t *handle)
6376 handle);
6383 status_t AudioFlinger::RecordThread::releaseAudioPatch_l(const audio_patch_handle_t handle)
6388 status = hwDevice->release_audio_patch(hwDevice, handle);
6411 config->ext.mix.hw_module = mInput->audioHwDev->handle();