Lines Matching refs:PatchPanel
97 status_t AudioFlinger::PatchPanel::SoftwarePatch::getLatencyMs_l(double *latencyMs) const in getLatencyMs_l()
108 status_t AudioFlinger::PatchPanel::listAudioPorts(unsigned int *num_ports __unused, in listAudioPorts()
116 status_t AudioFlinger::PatchPanel::getAudioPort(struct audio_port_v7 *port) in getAudioPort()
135 status_t AudioFlinger::PatchPanel::createAudioPatch(const struct audio_patch *patch, in createAudioPatch()
456 AudioFlinger::PatchPanel::Patch::~Patch() in ~Patch()
462 status_t AudioFlinger::PatchPanel::Patch::createConnections(PatchPanel *panel) in createConnections()
610 void AudioFlinger::PatchPanel::Patch::clearConnections(PatchPanel *panel) in clearConnections()
621 status_t AudioFlinger::PatchPanel::Patch::getLatencyMs(double *latencyMs) const in getLatencyMs()
680 String8 AudioFlinger::PatchPanel::Patch::dump(audio_patch_handle_t myHandle) const in dump()
708 status_t AudioFlinger::PatchPanel::releaseAudioPatch(audio_patch_handle_t handle) in releaseAudioPatch()
777 void AudioFlinger::PatchPanel::erasePatch(audio_patch_handle_t handle) { in erasePatch()
784 status_t AudioFlinger::PatchPanel::listAudioPatches(unsigned int *num_patches __unused, in listAudioPatches()
791 status_t AudioFlinger::PatchPanel::getDownstreamSoftwarePatches( in getDownstreamSoftwarePatches()
793 std::vector<AudioFlinger::PatchPanel::SoftwarePatch> *patches) const in getDownstreamSoftwarePatches()
815 void AudioFlinger::PatchPanel::notifyStreamOpened( in notifyStreamOpened()
833 void AudioFlinger::PatchPanel::notifyStreamClosed(audio_io_handle_t stream) in notifyStreamClosed()
840 AudioHwDevice* AudioFlinger::PatchPanel::findAudioHwDeviceByModule(audio_module_handle_t module) in findAudioHwDeviceByModule()
851 sp<DeviceHalInterface> AudioFlinger::PatchPanel::findHwDeviceByModule(audio_module_handle_t module) in findHwDeviceByModule()
857 void AudioFlinger::PatchPanel::addSoftwarePatchToInsertedModules( in addSoftwarePatchToInsertedModules()
867 void AudioFlinger::PatchPanel::removeSoftwarePatchFromInsertedModules( in removeSoftwarePatchFromInsertedModules()
875 void AudioFlinger::PatchPanel::dump(int fd) const in dump()