Searched refs:throttle (Results 1 – 3 of 3) sorted by relevance
489 val throttle = devicePolicyManager.forceNetworkLogs() in <lambda>() constant490 if (throttle == -1L) { in <lambda>()493 if (throttle == 0L) { in <lambda>()497 Thread.sleep(throttle) in <lambda>()510 val throttle = devicePolicyManager.forceSecurityLogs() in <lambda>() constant511 if (throttle == -1L) { in <lambda>()514 if (throttle == 0L) { in <lambda>()518 Thread.sleep(throttle) in <lambda>()
292 boolean throttle) { in portSend() argument294 Log.i(TAG, "portSend() throttle:" + throttle); in portSend()297 if (throttle) { in portSend()
287 int portSend(AMidiInputPort* sendPort, uint8_t* msg, int length, bool throttle) { in portSend() argument290 if (throttle) { in portSend()