Lines Matching refs:statusTFromBinderStatus
38 using aidl::android::aidl_utils::statusTFromBinderStatus;
136 statusTFromBinderStatus(mTelephony->getSupportedAudioModes(&aidlModes))); in getSupportedModes()
163 statusTFromBinderStatus(mTelephony->setTelecomConfig(inConfig, &outConfig))); in setVoiceVolume()
174 return statusTFromBinderStatus(mModule->setMasterVolume(volume)); in setMasterVolume()
184 return statusTFromBinderStatus(mModule->getMasterVolume(volume)); in getMasterVolume()
193 RETURN_STATUS_IF_ERROR(statusTFromBinderStatus(mTelephony->switchAudioMode(audioMode))); in setMode()
195 return statusTFromBinderStatus(mModule->updateAudioMode(audioMode)); in setMode()
202 return statusTFromBinderStatus(mModule->setMicMute(state)); in setMicMute()
212 return statusTFromBinderStatus(mModule->getMicMute(state)); in getMicMute()
219 return statusTFromBinderStatus(mModule->setMasterMute(state)); in setMasterMute()
229 return statusTFromBinderStatus(mModule->getMasterMute(state)); in getMasterMute()
479 RETURN_STATUS_IF_ERROR(statusTFromBinderStatus(mModule->openOutputStream(args, &ret))); in openOutputStream()
554 RETURN_STATUS_IF_ERROR(statusTFromBinderStatus(mModule->openInputStream(args, &ret))); in openInputStream()
764 status_t status = statusTFromBinderStatus(mModule->getMicrophones(&aidlInfo)); in getMicrophoneInfo()
829 RETURN_STATUS_IF_ERROR(statusTFromBinderStatus(mModule->addDeviceEffect( in addDeviceEffect()
860 return statusTFromBinderStatus(mModule->removeDeviceEffect( in removeDeviceEffect()
875 if (status_t status = statusTFromBinderStatus( in getMmapPolicyInfos()
913 RETURN_STATUS_IF_ERROR(statusTFromBinderStatus(mModule->generateHwAvSyncId(&aidlHwAvSync))); in getHwAvSync()
933 return statusTFromBinderStatus(mModule->supportsVariableLatency(supports)); in supportsBluetoothVariableLatency()
1034 status_t status = statusTFromBinderStatus(mModule->setModuleDebug(debug)); in setSimulateDeviceConnections()
1050 RETURN_STATUS_IF_ERROR(statusTFromBinderStatus( in filterAndRetrieveBtA2dpParameters()
1067 RETURN_STATUS_IF_ERROR(statusTFromBinderStatus( in filterAndRetrieveBtLeParameters()
1099 RETURN_STATUS_IF_ERROR(statusTFromBinderStatus( in filterAndUpdateBtA2dpParameters()
1106 return statusTFromBinderStatus(mBluetoothA2dp->setEnabled(a2dpEnabled.value())); in filterAndUpdateBtA2dpParameters()
1109 return statusTFromBinderStatus(mBluetoothA2dp->reconfigureOffload( in filterAndUpdateBtA2dpParameters()
1148 return statusTFromBinderStatus(mBluetooth->setHfpConfig(hfpConfig, &newHfpConfig)); in filterAndUpdateBtHfpParameters()
1175 RETURN_STATUS_IF_ERROR(statusTFromBinderStatus( in filterAndUpdateBtLeParameters()
1185 return statusTFromBinderStatus(mBluetoothLe->setEnabled(leEnabled.value())); in filterAndUpdateBtLeParameters()
1188 return statusTFromBinderStatus(mBluetoothLe->reconfigureOffload( in filterAndUpdateBtLeParameters()
1246 return statusTFromBinderStatus(mBluetooth->setScoConfig(scoConfig, &newScoConfig)); in filterAndUpdateBtScoParameters()
1266 return statusTFromBinderStatus( in filterAndUpdateScreenParameters()
1283 return statusTFromBinderStatus(mModule->updateScreenRotation(rotation)); in filterAndUpdateScreenParameters()
1327 return statusTFromBinderStatus( in filterAndUpdateTelephonyParameters()