Searched defs:pDeviceIDs (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIOutputMix.c23 SLint32 *pNumDevices, SLuint32 *pDeviceIDs)
31 // The application can set pDeviceIDs == NULL in order to find out number of devices.
33 if (NULL != pDeviceIDs) {
37 pDeviceIDs[0] = SL_DEFAULTDEVICEID_AUDIOOUTPUT;
22 IOutputMix_GetDestinationOutputDeviceIDs(SLOutputMixItf self, SLint32 *pNumDevices, SLuint32 *pDeviceIDs) argument

Completed in 858 milliseconds