HomeSort by relevance Sort by last modified time
    Searched refs:fcr (Results 1 - 17 of 17) sorted by null

  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 195 cfg.fcr.mode, cfg.fcr.tx_win_sz, cfg.fcr.max_transmit,
196 cfg.fcr.rtrans_tout,cfg.fcr.mon_tout, cfg.fcr.mps);
200 && cfg.fcr.mode != L2CAP_FCR_BASIC_MODE)
202 /* FCR not desired; try again in basic mode */
203 cfg.fcr.mode = L2CAP_FCR_BASIC_MODE;
251 cfg.fcr.mode, cfg.fcr.tx_win_sz, cfg.fcr.max_transmit
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 182 tout = (UINT32)p_ccb->our_cfg.fcr.mon_tout;
186 tout = (UINT32)p_ccb->our_cfg.fcr.rtrans_tout;
249 if ( (p_ccb->local_cid >= L2CAP_BASE_APPL_CID) && (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) )
265 "max_held_acks:%08u, in_cfg.fcr.tx_win_sz:%08u", p_ccb->fcrb.max_held_acks, p_ccb->peer_cfg.fcr.tx_win_sz );
389 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE)
393 || (p_ccb->fcrb.waiting_for_ack_q.count >= p_ccb->peer_cfg.fcr.tx_win_sz) )
414 ** Description This function sets the FCR variables in an I-frame that is
449 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE)
507 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE
    [all...]
l2c_utils.c 573 UINT8_TO_STREAM (p, p_cfg->fcr.mode);
574 UINT8_TO_STREAM (p, p_cfg->fcr.tx_win_sz);
575 UINT8_TO_STREAM (p, p_cfg->fcr.max_transmit);
576 UINT16_TO_STREAM (p, p_cfg->fcr.rtrans_tout);
577 UINT16_TO_STREAM (p, p_cfg->fcr.mon_tout);
578 UINT16_TO_STREAM (p, p_cfg->fcr.mps);
673 UINT8_TO_STREAM (p, p_cfg->fcr.mode);
674 UINT8_TO_STREAM (p, p_cfg->fcr.tx_win_sz);
675 UINT8_TO_STREAM (p, p_cfg->fcr.max_transmit);
676 UINT16_TO_STREAM (p, p_ccb->our_cfg.fcr.rtrans_tout)
    [all...]
l2c_main.c 274 if (p_ccb->peer_cfg.fcr.mode != L2CAP_FCR_BASIC_MODE)
291 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_BASIC_MODE)
505 STREAM_TO_UINT8 (cfg_info.fcr.mode, p);
506 STREAM_TO_UINT8 (cfg_info.fcr.tx_win_sz, p);
507 STREAM_TO_UINT8 (cfg_info.fcr.max_transmit, p);
508 STREAM_TO_UINT16 (cfg_info.fcr.rtrans_tout, p);
509 STREAM_TO_UINT16 (cfg_info.fcr.mon_tout, p);
510 STREAM_TO_UINT16 (cfg_info.fcr.mps, p);
607 STREAM_TO_UINT8 (cfg_info.fcr.mode, p);
608 STREAM_TO_UINT8 (cfg_info.fcr.tx_win_sz, p)
    [all...]
l2c_csm.c 760 if (p_ccb->our_cfg.fcr.mode != p_ccb->peer_cfg.fcr.mode)
779 ** check p_ccb->our_cfg.fcr.mon_tout and p_ccb->our_cfg.fcr.rtrans_tout
782 if ((p_ccb->our_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE)
783 &&((p_ccb->our_cfg.fcr.mon_tout == 0)||(p_ccb->our_cfg.fcr.rtrans_tout)))
    [all...]
l2c_api.c 430 ** Note: The FCR options of p_cfg are not used.
440 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu);
453 /* Don't adjust FCR options if not used */
454 if ((!p_cfg->fcr_present)||(p_cfg->fcr.mode == L2CAP_FCR_BASIC_MODE))
456 /* FCR and FCS options are not used in basic mode */
490 L2CAP_TRACE_API6 ("L2CA_ConfigRsp() CID: 0x%04x Result: %d MTU present:%d Flush TO:%d FCR:%d FCS:%d",
504 p_cfg->fcr_present = FALSE; /* FCR options already negotiated before this point */
506 /* Clear out any cached options that are being returned as an error (excluding FCR) */
    [all...]
l2c_link.c 829 if (p_ccb->peer_cfg.fcr.mode != L2CAP_FCR_BASIC_MODE)
838 reserved_buff[HCI_ACL_POOL_ID] += p_ccb->peer_cfg.fcr.tx_win_sz;
844 reserved_buff[HCI_ACL_POOL_ID] += p_ccb->peer_cfg.fcr.tx_win_sz;
881 if (p_ccb->peer_cfg.fcr.mode != L2CAP_FCR_BASIC_MODE)
885 L2CAP_TRACE_EVENT6 ("CID:0x%04x FCR Mode:%u UserTxPool:%u Priority:%u TxDataRate:%u Quota:%u",
886 p_ccb->local_cid, p_ccb->peer_cfg.fcr.mode, p_ccb->ertm_info.user_tx_pool_id,
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 197 p_ccb->ertm_info.preferred_mode = p_ccb->cfg.fcr.mode;
204 /* optional FCR channel modes */
519 if (p_ccb->cfg.fcr.mode == L2CAP_FCR_ERTM_MODE)
888 if (p_ccb->cfg.fcr.mode == L2CAP_FCR_ERTM_MODE)
941 p_ccb->cfg.fcr.mode = p_cfg->fcr.mode;
943 p_ccb->cfg.fcr.mode = L2CAP_FCR_BASIC_MODE;
    [all...]
  /bionic/libc/kernel/arch-mips/asm/sn/
ioc3.h 37 volatile u8 fcr; member in union:ioc3_uartregs::__anon145
55 #define iu_fcr u3.fcr
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/
ioc3.h 37 volatile u8 fcr; member in union:ioc3_uartregs::__anon1334
55 #define iu_fcr u3.fcr
  /external/kernel-headers/original/asm-mips/sn/
ioc3.h 23 volatile u8 fcr; /* write only */ member in union:ioc3_uartregs::__anon9506
38 #define iu_fcr u3.fcr
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/
ioc3.h 37 volatile u8 fcr; member in union:ioc3_uartregs::__anon39416
55 #define iu_fcr u3.fcr
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/
ioc3.h 37 volatile u8 fcr; member in union:ioc3_uartregs::__anon42141
55 #define iu_fcr u3.fcr
  /external/bluetooth/bluedroid/stack/mcap/
mca_main.c 275 memcpy(&p_cfg->fcr, p_opt, sizeof (tL2CAP_FCR_OPTS));
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 73 /* layer specific 14-15 bits are used for FCR SAR */
89 /* HCI header(4) + SNK count(1) + FCR bits(1) + AV data length(2) */
95 /* length of the HCI header block with padding for FCR */
96 /* HCI header(4) + SNK count(1) + FCR bits(1) + AV data length(2) + padding(2) */
159 tL2CAP_FCR_OPTS fcr; member in struct:__anon3369
657 ** Description Sets the transmission priority for a channel. (FCR Mode)
775 ** Description Get the channel FCR mode
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
RandomAccessFileTest.java 993 FileChannel fcr = raf.getChannel(); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldRandomAccessFileTest.java 150 FileChannel fcr = raf.getChannel(); local
153 fcr.lock(0L, Long.MAX_VALUE, false);
    [all...]

Completed in 1251 milliseconds