Searched refs:numPatchesAidl (Results 1 – 1 of 1) sorted by relevance
1712 Int numPatchesAidl; in listAudioPatches() local1713 numPatchesAidl.value = VALUE_OR_RETURN_STATUS(convertIntegral<int32_t>(*num_patches)); in listAudioPatches()1718 aps->listAudioPatches(&numPatchesAidl, &patchesAidl, &generationAidl))); in listAudioPatches()1719 *num_patches = VALUE_OR_RETURN_STATUS(convertIntegral<unsigned int>(numPatchesAidl.value)); in listAudioPatches()