Lines Matching refs:streamAidl

958         media::AudioStreamType streamAidl = VALUE_OR_RETURN(  in getOutput()  local
962 statusTFromBinderStatus(aps->getOutput(streamAidl, &outputAidl))); in getOutput()
1157 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in initStreamVolume() local
1162 aps->initStreamVolume(streamAidl, indexMinAidl, indexMaxAidl)); in initStreamVolume()
1171 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in setStreamVolumeIndex() local
1176 aps->setStreamVolumeIndex(streamAidl, deviceAidl, indexAidl)); in setStreamVolumeIndex()
1185 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in getStreamVolumeIndex() local
1190 aps->getStreamVolumeIndex(streamAidl, deviceAidl, &indexAidl))); in getStreamVolumeIndex()
1258 media::AudioStreamType streamAidl = VALUE_OR_RETURN( in getStrategyForStream() local
1262 aps->getStrategyForStream(streamAidl, &resultAidl))); in getStrategyForStream()
1273 media::AudioStreamType streamAidl = VALUE_OR_RETURN( in getDevicesForStream() local
1277 aps->getDevicesForStream(streamAidl, &resultAidl))); in getDevicesForStream()
1371 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in isStreamActive() local
1375 aps->isStreamActive(streamAidl, inPastMsAidl, state))); in isStreamActive()
1385 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in isStreamActiveRemotely() local
1389 aps->isStreamActiveRemotely(streamAidl, inPastMsAidl, state))); in isStreamActiveRemotely()
1398 media::AudioSourceType streamAidl = VALUE_OR_RETURN_STATUS( in isSourceActive() local
1401 aps->isSourceActive(streamAidl, state))); in isSourceActive()
1836 media::AudioStreamType streamAidl = VALUE_OR_RETURN( in getStreamVolumeDB() local
1842 aps->getStreamVolumeDB(streamAidl, indexAidl, deviceAidl, &retAidl))); in getStreamVolumeDB()