Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp1331 Status AudioPolicyService::isStreamActive(AudioStreamType streamAidl, int32_t inPastMsAidl, in isStreamActive() argument
1335 uint32_t inPastMs = VALUE_OR_RETURN_BINDER_STATUS(convertIntegral<uint32_t>(inPastMsAidl)); in isStreamActive()
1351 int32_t inPastMsAidl, in isStreamActiveRemotely() argument
1355 uint32_t inPastMs = VALUE_OR_RETURN_BINDER_STATUS(convertIntegral<uint32_t>(inPastMsAidl)); in isStreamActiveRemotely()
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1526 int32_t inPastMsAidl = VALUE_OR_RETURN_STATUS(convertIntegral<int32_t>(inPastMs)); in isStreamActive() local
1528 aps->isStreamActive(streamAidl, inPastMsAidl, state))); in isStreamActive()
1540 int32_t inPastMsAidl = VALUE_OR_RETURN_STATUS(convertIntegral<int32_t>(inPastMs)); in isStreamActiveRemotely() local
1542 aps->isStreamActiveRemotely(streamAidl, inPastMsAidl, state))); in isStreamActiveRemotely()