Searched refs:valueBoolean (Results 1 – 1 of 1) sorted by relevance
1937 MIXERCONTROLDETAILS_BOOLEAN valueBoolean[MAX_NUMBER_OF_MULTIPLE_ITEMS]; in GetControlDetails() local1975 controlDetails.paDetails = &valueBoolean[0]; in GetControlDetails()2003 …C_TRACE(kTraceInfo, kTraceAudioDevice, _id, "boolean value : %u", valueBoolean[i].fValue); in GetControlDetails()2087 MIXERCONTROLDETAILS_BOOLEAN valueBoolean; in SetBooleanControlValue() local2094 controlDetails.paDetails = &valueBoolean; in SetBooleanControlValue()2097 valueBoolean.fValue = TRUE; in SetBooleanControlValue()2099 valueBoolean.fValue = FALSE; in SetBooleanControlValue()2121 MIXERCONTROLDETAILS_BOOLEAN valueBoolean; in GetBooleanControlValue() local2128 controlDetails.paDetails = &valueBoolean; in GetBooleanControlValue()2141 if (valueBoolean.fValue == 0) in GetBooleanControlValue()[all …]