Home
last modified time | relevance | path

Searched refs:inPastMsAidl (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp1208 Status AudioPolicyService::isStreamActive(media::AudioStreamType streamAidl, int32_t inPastMsAidl, in isStreamActive() argument
1212 uint32_t inPastMs = VALUE_OR_RETURN_BINDER_STATUS(convertIntegral<uint32_t>(inPastMsAidl)); in isStreamActive()
1228 int32_t inPastMsAidl, in isStreamActiveRemotely() argument
1232 uint32_t inPastMs = VALUE_OR_RETURN_BINDER_STATUS(convertIntegral<uint32_t>(inPastMsAidl)); in isStreamActiveRemotely()
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp1373 int32_t inPastMsAidl = VALUE_OR_RETURN_STATUS(convertIntegral<int32_t>(inPastMs)); in isStreamActive() local
1375 aps->isStreamActive(streamAidl, inPastMsAidl, state))); in isStreamActive()
1387 int32_t inPastMsAidl = VALUE_OR_RETURN_STATUS(convertIntegral<int32_t>(inPastMs)); in isStreamActiveRemotely() local
1389 aps->isStreamActiveRemotely(streamAidl, inPastMsAidl, state))); in isStreamActiveRemotely()