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

  /system/connectivity/shill/cellular/
mm1_modem_proxy_interface.h 64 virtual void SetCurrentModes(uint32_t allowed_modes,
mock_mm1_modem_proxy.h 61 void(uint32_t allowed_modes,
cellular_capability_universal.h 152 : allowed_modes(MM_MODEM_MODE_NONE),
156 : allowed_modes(allowed),
159 uint32_t allowed_modes; // Bits based on MMModemMode. member in struct:shill::CellularCapabilityUniversal::ModemModes
  /system/bt/stack/mcap/
mca_l2c.c 88 ertm_info.allowed_modes = L2CAP_FCR_CHAN_OPT_ERTM;
184 ertm_info.allowed_modes = L2CAP_FCR_CHAN_OPT_ERTM;
256 ertm_info.allowed_modes = (1 << p_chnl_cfg->fcr_opt.mode);
570 ertm_info.allowed_modes = (1 << p_chnl_cfg->fcr_opt.mode);
579 ertm_info.allowed_modes = L2CAP_FCR_CHAN_OPT_ERTM;
  /system/connectivity/shill/dbus/
chromeos_mm1_modem_proxy.cc 149 void ChromeosModemProxy::SetCurrentModes(uint32_t allowed_modes,
154 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << allowed_modes
156 std::tuple<uint32_t, uint32_t> modes { allowed_modes, preferred_mode };
chromeos_mm1_modem_proxy.h 63 void SetCurrentModes(uint32_t allowed_modes,
  /system/bt/stack/l2cap/
l2c_fcr.c     [all...]
l2c_api.c 248 (p_ertm_info) ? p_ertm_info->allowed_modes : 0,
    [all...]
l2c_utils.c     [all...]
  /system/bt/bta/dm/
bta_dm_pm.c 538 tBTA_DM_PM_ACTION allowed_modes = 0; local
581 allowed_modes |= p_pm_spec->allow_mask;
618 if(!(allowed_modes & pm_action))
622 pm_action = (allowed_modes & (BTA_DM_PM_PARK | BTA_DM_PM_SNIFF) & pref_modes);
    [all...]
  /system/bt/stack/include/
l2c_api.h 113 /* Values for 'allowed_modes' field passed in structure tL2CAP_ERTM_INFO
324 UINT8 allowed_modes; member in struct:__anon73886
    [all...]
  /system/bt/stack/gap/
gap_conn.c 244 p_ccb->ertm_info.allowed_modes =
    [all...]

Completed in 345 milliseconds