HomeSort by relevance Sort by last modified time
    Searched defs:ssr (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/test/java/libcore/java/io/
OldBufferedReaderTest.java 59 Support_ASimpleReader ssr = new Support_ASimpleReader(true); local
71 br = new BufferedReader(ssr);
79 ssr.throwExceptionOnNextUse = false;
144 Support_ASimpleReader ssr = new Support_ASimpleReader(true); local
177 br = new BufferedReader(ssr);
185 ssr.throwExceptionOnNextUse = false;
243 Support_ASimpleReader ssr = new Support_ASimpleReader(true); local
252 br = new BufferedReader(ssr);
260 ssr.throwExceptionOnNextUse = false;
264 Support_ASimpleReader ssr = new Support_ASimpleReader(true) local
    [all...]
  /system/bt/bta/dm/
bta_dm_pm.cc 58 /* BTA_DM_PM_SSR1 will be dedicated for HH SSR setting entry, no other profile
352 /* set SSR parameters on SYS CONN OPEN */
355 index = p_bta_dm_pm_spec[p_bta_dm_pm_cfg[i].spec_idx].ssr;
364 if (BTA_DM_PM_SSR0 == index) /* and do not need to set SSR, return. */
447 APPL_TRACE_DEBUG("%s: SCO inactive, reset SSR to zero", __func__);
450 APPL_TRACE_DEBUG("%s: SCO active, back to old SSR", __func__);
712 * If sniff, but SSR is not used in this link, still issue the command */
741 * Description checks and sends SSR parameters
750 int ssr = BTA_DM_PM_SSR0; local
769 /* find the ssr index with the smallest max latency. *
    [all...]
bta_dm_int.h 522 0x10 /* set this bit if ssr is supported for this link */
750 uint8_t ssr; /* set SSR on conn open/unpark */ member in struct:__anon105447
  /device/google/contexthub/firmware/os/platform/stm32/
rtc.c 44 volatile uint32_t SSR; /* 0x28 */
140 RTC->SSR = 0x0;
253 uint32_t dr, tr, ssr; local
261 // need to loop incase an interrupt occurs in the middle or ssr
264 ssr = RTC->SSR;
267 } while (ssr != RTC->SSR);
279 return (time_s * NS_PER_S) + U64_DIV_BY_CONST_U16(((RTC_PREDIV_S - ssr) * NS_PER_S), (RTC_PREDIV_S + 1));

Completed in 192 milliseconds