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.c 55 /* BTA_DM_PM_SSR1 will be dedicated for HH SSR setting entry, no other profile can use it */
376 /* set SSR parameters on SYS CONN OPEN */
379 index = p_bta_dm_pm_spec[p_bta_dm_pm_cfg[i].spec_idx].ssr;
387 if(BTA_DM_PM_SSR0 == index) /* and do not need to set SSR, return. */
483 APPL_TRACE_DEBUG("%s: SCO inactive, reset SSR to zero", __func__);
488 APPL_TRACE_DEBUG("%s: SCO active, back to old SSR", __func__);
792 * If sniff, but SSR is not used in this link, still issue the command */
822 ** Description checks and sends SSR parameters
832 int ssr = BTA_DM_PM_SSR0; local
853 /* find the ssr index with the smallest max latency. *
    [all...]
bta_dm_int.h 756 #define BTA_DM_DI_USE_SSR 0x10 /* set this bit if ssr is supported for this link */
1017 UINT8 ssr; /* set SSR on conn open/unpark */ member in struct:__anon71737
    [all...]
  /device/google/contexthub/firmware/src/platform/stm32f4xx/
rtc.c 44 volatile uint32_t SSR; /* 0x28 */
144 RTC->SSR = 0x0;
263 uint32_t dr, tr, ssr; local
271 // need to loop incase an interrupt occurs in the middle or ssr
274 ssr = RTC->SSR;
277 } while (ssr != RTC->SSR);
289 return (time_s * NS_PER_S) + U64_DIV_BY_CONST_U16(((RTC_PREDIV_S - ssr) * NS_PER_S), (RTC_PREDIV_S + 1));

Completed in 4198 milliseconds