Lines Matching refs:convertIntegral
1315 int32_t indexMinAidl = VALUE_OR_RETURN_STATUS(convertIntegral<int32_t>(indexMin)); in initStreamVolume()
1316 int32_t indexMaxAidl = VALUE_OR_RETURN_STATUS(convertIntegral<int32_t>(indexMax)); in initStreamVolume()
1336 int32_t indexAidl = VALUE_OR_RETURN_STATUS(convertIntegral<int32_t>(index)); in setStreamVolumeIndex()
1357 *index = VALUE_OR_RETURN_STATUS(convertIntegral<int>(indexAidl)); in getStreamVolumeIndex()
1370 int32_t indexAidl = VALUE_OR_RETURN_STATUS(convertIntegral<int32_t>(index)); in setVolumeIndexForAttributes()
1390 index = VALUE_OR_RETURN_STATUS(convertIntegral<int>(indexAidl)); in getVolumeIndexForAttributes()
1403 index = VALUE_OR_RETURN_STATUS(convertIntegral<int>(indexAidl)); in getMaxVolumeIndexForAttributes()
1416 index = VALUE_OR_RETURN_STATUS(convertIntegral<int>(indexAidl)); in getMinVolumeIndexForAttributes()
1526 int32_t inPastMsAidl = VALUE_OR_RETURN_STATUS(convertIntegral<int32_t>(inPastMs)); in isStreamActive()
1540 int32_t inPastMsAidl = VALUE_OR_RETURN_STATUS(convertIntegral<int32_t>(inPastMs)); in isStreamActiveRemotely()
1638 numPortsAidl.value = VALUE_OR_RETURN_STATUS(convertIntegral<int32_t>(*num_ports)); in listAudioPorts()
1644 *num_ports = VALUE_OR_RETURN_STATUS(convertIntegral<unsigned int>(numPortsAidl.value)); in listAudioPorts()
1645 *generation = VALUE_OR_RETURN_STATUS(convertIntegral<unsigned int>(generationAidl)); in listAudioPorts()
1713 numPatchesAidl.value = VALUE_OR_RETURN_STATUS(convertIntegral<int32_t>(*num_patches)); in listAudioPatches()
1719 *num_patches = VALUE_OR_RETURN_STATUS(convertIntegral<unsigned int>(numPatchesAidl.value)); in listAudioPatches()
1720 *generation = VALUE_OR_RETURN_STATUS(convertIntegral<unsigned int>(generationAidl)); in listAudioPatches()
2045 int32_t indexAidl = VALUE_OR_RETURN(convertIntegral<int32_t>(index)); in getStreamVolumeDB()
2081 VALUE_OR_RETURN_STATUS(convertIntegral<int32_t>(*numSurroundFormats)); in getSurroundFormats()
2089 convertIntegral<unsigned int>(numSurroundFormatsAidl.value)); in getSurroundFormats()
2108 VALUE_OR_RETURN_STATUS(convertIntegral<int32_t>(*numSurroundFormats)); in getReportedSurroundFormats()
2114 convertIntegral<unsigned int>(numSurroundFormatsAidl.value)); in getReportedSurroundFormats()