OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRecordPatchHandle
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
PatchPanel.h
59
mHalHandle(AUDIO_PATCH_HANDLE_NONE),
mRecordPatchHandle
(AUDIO_PATCH_HANDLE_NONE),
70
audio_patch_handle_t
mRecordPatchHandle
;
PatchPanel.cpp
420
status_t status = createAudioPatch(&subPatch, &patch->
mRecordPatchHandle
);
422
patch->
mRecordPatchHandle
= AUDIO_PATCH_HANDLE_NONE;
508
ALOGV("clearPatchConnections() patch->
mRecordPatchHandle
%d patch->mPlaybackPatchHandle %d",
509
patch->
mRecordPatchHandle
, patch->mPlaybackPatchHandle);
517
if (patch->
mRecordPatchHandle
!= AUDIO_PATCH_HANDLE_NONE) {
518
releaseAudioPatch(patch->
mRecordPatchHandle
);
519
patch->
mRecordPatchHandle
= AUDIO_PATCH_HANDLE_NONE;
Completed in 316 milliseconds