HomeSort by relevance Sort by last modified time
    Searched refs:ssr (Results 1 - 3 of 3) 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 52 /* 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. */
478 APPL_TRACE_DEBUG("%s: SCO inactive, reset SSR to zero", __func__);
483 APPL_TRACE_DEBUG("%s: SCO active, back to old SSR", __func__);
782 * If sniff, but SSR is not used in this link, still issue the command */
812 ** Description checks and sends SSR parameters
822 int ssr = BTA_DM_PM_SSR0; local
843 /* find the ssr index with the smallest max latency. *
    [all...]
bta_dm_int.h 758 #define BTA_DM_DI_USE_SSR 0x10 /* set this bit if ssr is supported for this link */
1024 UINT8 ssr; /* set SSR on conn open/unpark */ member in struct:__anon68658
    [all...]

Completed in 59 milliseconds