HomeSort by relevance Sort by last modified time
    Searched full:sleep_time_ns (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/a2dp/
a2dp_vendor_aptx_encoder.cc 67 uint64_t sleep_time_ns; member in struct:__anon2102
276 // while streaming (e.g., 'sleep_time_ns').
279 framing_params->sleep_time_ns = 0;
287 framing_params->sleep_time_ns = 13000000;
289 framing_params->sleep_time_ns = 14000000;
294 framing_params->sleep_time_ns = 14000000;
296 framing_params->sleep_time_ns = 15000000;
300 LOG_DEBUG(LOG_TAG, "%s: sleep_time_ns = %" PRIu64, __func__,
301 framing_params->sleep_time_ns);
356 "%s: sleep_time_ns = %" PRIu6
    [all...]
a2dp_vendor_aptx_hd_encoder.cc 67 uint64_t sleep_time_ns; member in struct:__anon2106
277 // while streaming (e.g., 'sleep_time_ns').
281 framing_params->sleep_time_ns = 0;
287 framing_params->sleep_time_ns = 9000000;
289 LOG_DEBUG(LOG_TAG, "%s: sleep_time_ns = %" PRIu64, __func__,
290 framing_params->sleep_time_ns);
340 "%s: sleep_time_ns = %" PRIu64
343 __func__, framing_params->sleep_time_ns,
357 return a2dp_aptx_hd_encoder_cb.framing_params.sleep_time_ns / (1000 * 1000);
  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.cpp 882 const int64_t sleep_time_ns = display_time_est_ns - now_ns - local
887 ATRACE_INT64("sleep_time_ns", sleep_time_ns);
888 if (sleep_time_ns > 0) {
    [all...]

Completed in 284 milliseconds