HomeSort by relevance Sort by last modified time
    Searched refs:mCallTxPatch (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audiopolicy/
AudioPolicyManager.h     [all...]
AudioPolicyManager.cpp 504 if (mCallTxPatch != 0) {
505 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0);
506 mCallTxPatch.clear();
596 mCallTxPatch = new AudioPatch((audio_patch_handle_t)nextUniqueId(),
598 mCallTxPatch->mAfPatchHandle = afPatchHandle;
599 mCallTxPatch->mUid = mUidCached;
712 if (mCallTxPatch != 0) {
713 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0);
714 mCallTxPatch.clear();
    [all...]

Completed in 4564 milliseconds