Home | History | Annotate | Download | only in managerdefault

Lines Matching refs:releaseOutput

1880 void AudioPolicyManager::releaseOutput(audio_port_handle_t portId)
1887 // then there are race conditions with releaseOutput from tracks
1892 ALOGW("releaseOutput() no output for client %d", portId);
1896 ALOGV("releaseOutput() %d", outputDesc->mIoHandle);
1900 ALOGW("releaseOutput() invalid open count %d for output %d",
1909 // stopOutput() needs to be successfully called before releaseOutput()