Searched refs:waitMs (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.h | 742 bool fromCache, uint32_t delayMs = 0, uint32_t *waitMs = nullptr); 744 const DeviceVector &rxDevices, uint32_t delayMs, uint32_t *waitMs);
|
D | AudioPolicyManager.cpp | 575 status_t AudioPolicyManager::updateCallRouting(bool fromCache, uint32_t delayMs, uint32_t *waitMs) in updateCallRouting() argument 579 return updateCallRoutingInternal(rxDevices, delayMs, waitMs); in updateCallRouting() 585 const DeviceVector &rxDevices, uint32_t delayMs, uint32_t *waitMs) in updateCallRoutingInternal() argument 668 if (waitMs != nullptr) { in updateCallRoutingInternal() 669 *waitMs = muteWaitMs; in updateCallRoutingInternal() 1865 uint32_t waitMs = beaconMuteLatency; in startSource() local 1893 if (shouldWait && isActive && (waitMs < latencyMs)) { in startSource() 1894 waitMs = latencyMs; in startSource() 1925 if (waitMs > muteWaitMs) { in startSource() 1926 *delayMs = waitMs - muteWaitMs; in startSource() [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 7680 final int waitMs = mAudioManager.getFocusRampTimeMs( 7683 if (DBG) Slog.v(TAG, "Delaying vibration by " + waitMs + "ms"); 7685 Thread.sleep(waitMs);
|