Searched refs:msecs (Results 1 - 3 of 3) sorted by relevance

/system/bt/embdrv/sbc/decoder/include/
H A Doi_bt_spec.h205 #define OI_MSECS_TO_BT_TICKS(msecs) (((msecs)*8) / 5)
/system/extras/tests/ext4/
H A Drand_emmc_perf.c151 int msecs; local
179 msecs = (res.tv_sec * 1000) + (res.tv_usec / 1000);
180 printf("%.0f %dbyte iops/sec\n", (float)iops * 1000 / msecs, TST_BLK_SIZE);
/system/core/healthd/
H A Dhealthd_mode_charger.cpp401 int64_t msecs = duration - secs * 1000; local
403 secs, msecs);

Completed in 164 milliseconds