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

/frameworks/wilhelm/src/itf/
H A DIOutputMix.c23 SLint32 *pNumDevices, SLuint32 *pDeviceIDs)
27 if (NULL == pNumDevices) {
34 if (1 > *pNumDevices) {
40 *pNumDevices = 1;
22 IOutputMix_GetDestinationOutputDeviceIDs(SLOutputMixItf self, SLint32 *pNumDevices, SLuint32 *pDeviceIDs) argument

Completed in 37 milliseconds