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

  /frameworks/av/services/soundtrigger/
SoundTriggerHalHidl.h 124 : mHandle(handle), mHalHandle(halHandle),
130 android::hardware::soundtrigger::V2_0::SoundModelHandle mHalHandle;
SoundTriggerHalHidl.cpp 282 hidlReturn = soundtrigger->unloadSoundModel(model->mHalHandle);
322 model->mHalHandle, halConfig, this, handle);
332 model->mHalHandle, halConfig, this, handle);
341 hidlReturn = soundtrigger->startRecognition(model->mHalHandle, halConfig, this, handle);
368 hidlReturn = soundtrigger->stopRecognition(model->mHalHandle);
421 hidlReturn = soundtrigger_2_2->getModelState(model->mHalHandle);
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 146 if (removedPatch.mHalHandle != AUDIO_PATCH_HANDLE_NONE) {
163 // removedPatch.mHalHandle would be AUDIO_PATCH_HANDLE_NONE in this case.
168 hwDevice->releaseAudioPatch(removedPatch.mHalHandle);
405 newPatch.mHalHandle = halHandle;
666 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch.mHalHandle);
668 status = hwDevice->releaseAudioPatch(removedPatch.mHalHandle);
687 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch.mHalHandle);
    [all...]
PatchPanel.h 176 audio_patch_handle_t mHalHandle = AUDIO_PATCH_HANDLE_NONE;

Completed in 3116 milliseconds