OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:period_us
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/kernel_SchedBandwith/
kernel_SchedBandwith.py
166
period_us
= int(utils.read_one_line(os.path.join(self._CG_CRB_DIR,
172
self._cg_set_quota(int(
period_us
* 0.1))
/system/media/alsa_utils/
alsa_device_profile.c
116
unsigned
period_us
= property_get_int32("ro.audio.usb.
period_us
", PERIOD_DURATION_US);
local
117
unsigned num_sample_frames = ((uint64_t)sample_rate *
period_us
) / 1000000;
Completed in 109 milliseconds