Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioService.java534 private static Long mLastDeviceConnectMsgTime = new Long(0); field in AudioService
3381 synchronized (mLastDeviceConnectMsgTime) { in sendMsg()
3387 mLastDeviceConnectMsgTime = time; in sendMsg()
4714 synchronized (mLastDeviceConnectMsgTime) { in checkSendBecomingNoisyIntent()
4716 if (mLastDeviceConnectMsgTime > time) { in checkSendBecomingNoisyIntent()
4717 delay = (int)(mLastDeviceConnectMsgTime - time) + 30; in checkSendBecomingNoisyIntent()