HomeSort by relevance Sort by last modified time
    Searched refs:ssr (Results 1 - 5 of 5) 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...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_pm.c 49 /* BTA_DM_PM_SSR1 will be dedicated for HH SSR setting entry, no other profile can use it */
200 /* set SSR parameters on SYS CONN OPEN */
203 index = p_bta_dm_pm_spec[p_bta_dm_pm_cfg[i].spec_idx].ssr;
211 if(BTA_DM_PM_SSR0 == index) /* and do not need to set SSR, return. */
543 * If sniff, but SSR is not used in this link, still issue the command */
566 /* else already in sniff and is using SSR, do nothing */
575 ** Description checks and sends SSR parameters
585 int ssr = BTA_DM_PM_SSR0; local
606 /* find the ssr index with the smallest max latency. */
607 p_spec_cur = &p_bta_dm_ssr_spec[p_bta_dm_pm_spec[p_bta_dm_pm_cfg[j].spec_idx].ssr];
    [all...]
bta_dm_int.h 665 #define BTA_DM_DI_USE_SSR 0x10 /* set this bit if ssr is supported for this link */
901 UINT8 ssr; /* set SSR on conn open/unpark */ member in struct:__anon2934
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
ChannelManager.java 681 PacketSessionSubsystemRequest ssr; local
688 ssr = new PacketSessionSubsystemRequest(c.remoteID, true, subSystemName);
697 tm.sendMessage(ssr.getPayload());
    [all...]
  /external/qemu/
gdbstub.c 1109 case 41: GET_REGL(env->ssr);
1151 case 41: env->ssr = tmp;
    [all...]

Completed in 606 milliseconds