Lines Matching refs:streamAidl
1079 AudioStreamType streamAidl = VALUE_OR_RETURN( in getOutput() local
1083 statusTFromBinderStatus(aps->getOutput(streamAidl, &outputAidl))); in getOutput()
1313 AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in initStreamVolume() local
1318 aps->initStreamVolume(streamAidl, indexMinAidl, indexMaxAidl)); in initStreamVolume()
1334 AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in setStreamVolumeIndex() local
1340 aps->setStreamVolumeIndex(streamAidl, deviceAidl, indexAidl)); in setStreamVolumeIndex()
1349 AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in getStreamVolumeIndex() local
1355 aps->getStreamVolumeIndex(streamAidl, deviceAidl, &indexAidl))); in getStreamVolumeIndex()
1425 AudioStreamType streamAidl = VALUE_OR_RETURN( in getStrategyForStream() local
1429 aps->getStrategyForStream(streamAidl, &resultAidl))); in getStrategyForStream()
1524 AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in isStreamActive() local
1528 aps->isStreamActive(streamAidl, inPastMsAidl, state))); in isStreamActive()
1538 AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in isStreamActiveRemotely() local
1542 aps->isStreamActiveRemotely(streamAidl, inPastMsAidl, state))); in isStreamActiveRemotely()
1551 AudioSource streamAidl = VALUE_OR_RETURN_STATUS( in isSourceActive() local
1554 aps->isSourceActive(streamAidl, state))); in isSourceActive()
2043 AudioStreamType streamAidl = VALUE_OR_RETURN( in getStreamVolumeDB() local
2050 aps->getStreamVolumeDB(streamAidl, indexAidl, deviceAidl, &retAidl))); in getStreamVolumeDB()