Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/scripts/
Dtest_channel.py247 sleep_time = float(args.split()[0])
248 time.sleep(sleep_time)
Dhci_socket.py389 sleep_time = float(args.split()[0])
390 time.sleep(sleep_time)
/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Dstream_apis.cc569 int64_t sleep_time = bytes * 1000000LL / in out_write() local
573 if (sleep_time > 0) { in out_write()
574 LOG(VERBOSE) << __func__ << ": sleep " << (sleep_time / 1000) in out_write()
577 usleep(sleep_time); in out_write()
582 sleep_time = 0; in out_write()
584 out->last_write_time_us_ = now + sleep_time; in out_write()