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

  /external/sonivox/arm-fm-22k/lib_src/
eas_vm_protos.h 52 * VMInitMIDI()
63 EAS_RESULT VMInitMIDI (S_EAS_DATA *pEASData, S_SYNTH **ppSynth);
    [all...]
eas_ota.c 255 if ((result = VMInitMIDI(pEASData, &pData->pSynth)) != EAS_SUCCESS)
257 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI returned %d\n", result); */ }
    [all...]
eas_rtttl.c 193 if ((result = VMInitMIDI(pEASData, &pData->pSynth)) != EAS_SUCCESS)
195 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI returned %d\n", result); */ }
    [all...]
eas_imelody.c 262 if ((result = VMInitMIDI(pEASData, &pData->pSynth)) != EAS_SUCCESS)
264 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI returned %d\n", result); */ }
    [all...]
eas_smf.c 185 if ((result = VMInitMIDI(pEASData, &pSMFData->pSynth)) != EAS_SUCCESS)
187 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI returned %d\n", result); */ }
    [all...]
eas_public.c     [all...]
eas_voicemgt.c 315 * VMInitMIDI()
326 EAS_RESULT VMInitMIDI (S_EAS_DATA *pEASData, S_SYNTH **ppSynth)
339 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI: No virtual synthesizer support for static memory model\n"); */ }
356 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI: Exceeded number of active virtual synthesizers"); */ }
365 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI: Failed to allocate synthesizer memory\n"); */ }
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_vm_protos.h 52 * VMInitMIDI()
63 EAS_RESULT VMInitMIDI (S_EAS_DATA *pEASData, S_SYNTH **ppSynth);
    [all...]
eas_ota.c 255 if ((result = VMInitMIDI(pEASData, &pData->pSynth)) != EAS_SUCCESS)
257 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI returned %d\n", result); */ }
    [all...]
eas_rtttl.c 193 if ((result = VMInitMIDI(pEASData, &pData->pSynth)) != EAS_SUCCESS)
195 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI returned %d\n", result); */ }
    [all...]
eas_imelody.c 262 if ((result = VMInitMIDI(pEASData, &pData->pSynth)) != EAS_SUCCESS)
264 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI returned %d\n", result); */ }
    [all...]
eas_smf.c 185 if ((result = VMInitMIDI(pEASData, &pSMFData->pSynth)) != EAS_SUCCESS)
187 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI returned %d\n", result); */ }
    [all...]
eas_public.c     [all...]
eas_voicemgt.c 315 * VMInitMIDI()
326 EAS_RESULT VMInitMIDI (S_EAS_DATA *pEASData, S_SYNTH **ppSynth)
339 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI: No virtual synthesizer support for static memory model\n"); */ }
356 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI: Exceeded number of active virtual synthesizers"); */ }
365 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI: Failed to allocate synthesizer memory\n"); */ }
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_vm_protos.h 52 * VMInitMIDI()
63 EAS_RESULT VMInitMIDI (S_EAS_DATA *pEASData, S_SYNTH **ppSynth);
    [all...]
eas_ota.c 255 if ((result = VMInitMIDI(pEASData, &pData->pSynth)) != EAS_SUCCESS)
257 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI returned %d\n", result); */ }
    [all...]
eas_rtttl.c 193 if ((result = VMInitMIDI(pEASData, &pData->pSynth)) != EAS_SUCCESS)
195 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI returned %d\n", result); */ }
    [all...]
eas_tonecontrol.c 197 if ((result = VMInitMIDI(pEASData, &pData->pSynth)) != EAS_SUCCESS)
199 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI returned %d\n", result); */ }
eas_imelody.c 262 if ((result = VMInitMIDI(pEASData, &pData->pSynth)) != EAS_SUCCESS)
264 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI returned %d\n", result); */ }
    [all...]
eas_smf.c 185 if ((result = VMInitMIDI(pEASData, &pSMFData->pSynth)) != EAS_SUCCESS)
187 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI returned %d\n", result); */ }
    [all...]
eas_public.c     [all...]
eas_voicemgt.c 315 * VMInitMIDI()
326 EAS_RESULT VMInitMIDI (S_EAS_DATA *pEASData, S_SYNTH **ppSynth)
339 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI: No virtual synthesizer support for static memory model\n"); */ }
356 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI: Exceeded number of active virtual synthesizers"); */ }
365 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMInitMIDI: Failed to allocate synthesizer memory\n"); */ }
    [all...]

Completed in 1744 milliseconds