Searched refs:inPastMsAidl (Results 1 – 2 of 2) sorted by relevance
1331 Status AudioPolicyService::isStreamActive(AudioStreamType streamAidl, int32_t inPastMsAidl, in isStreamActive() argument1335 uint32_t inPastMs = VALUE_OR_RETURN_BINDER_STATUS(convertIntegral<uint32_t>(inPastMsAidl)); in isStreamActive()1351 int32_t inPastMsAidl, in isStreamActiveRemotely() argument1355 uint32_t inPastMs = VALUE_OR_RETURN_BINDER_STATUS(convertIntegral<uint32_t>(inPastMsAidl)); in isStreamActiveRemotely()
1526 int32_t inPastMsAidl = VALUE_OR_RETURN_STATUS(convertIntegral<int32_t>(inPastMs)); in isStreamActive() local1528 aps->isStreamActive(streamAidl, inPastMsAidl, state))); in isStreamActive()1540 int32_t inPastMsAidl = VALUE_OR_RETURN_STATUS(convertIntegral<int32_t>(inPastMs)); in isStreamActiveRemotely() local1542 aps->isStreamActiveRemotely(streamAidl, inPastMsAidl, state))); in isStreamActiveRemotely()