Searched refs:p_mode (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/bt/stack/acl/ |
H A D | btm_pm.cc | 187 if (!p_mode) { in BTM_SetPowerMode() 202 tBTM_PM_MODE mode = p_mode->mode; in BTM_SetPowerMode() 208 if (p_mode->mode & BTM_PM_MD_FORCE) { in BTM_SetPowerMode() 236 ((p_mode->mode & BTM_PM_MD_FORCE) && (p_mode->max >= p_cb->interval) && in BTM_SetPowerMode() 243 p_mode->mode, p_cb->interval, p_mode->max, p_mode->min); in BTM_SetPowerMode() 258 *(&p_cb->req_mode) = *p_mode; in BTM_SetPowerMode() 281 p_cb->state, power_mode_text(p_mode->mode).c_str(), p_mode->mode); in BTM_SetPowerMode() 301 if (p_mode == nullptr) { in BTM_ReadPowerMode() 479 if (p_mode != NULL && p_mode->mode & BTM_PM_MD_FORCE) { in btm_pm_get_set_mode() 480 *p_res = *p_mode; in btm_pm_get_set_mode() [all …]
|
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/ |
H A D | prm2bits.cpp | 296 const Word16 *p_mode; in Prm2bits() local 299 p_mode = &bitno[mode][0]; in Prm2bits() 304 Int2bin(*(p_prm++), *(p_mode), bits); in Prm2bits() 305 bits += *(p_mode++); in Prm2bits()
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_acl_btm_pm.cc | 47 bool BTM_ReadPowerMode(const RawAddress& remote_bda, tBTM_PM_MODE* p_mode) { in BTM_ReadPowerMode() argument 65 const tBTM_PM_PWR_MD* p_mode) { in BTM_SetPowerMode() argument
|
/aosp12/system/bt/stack/include/ |
H A D | acl_api.h | 285 bool BTM_ReadPowerMode(const RawAddress& remote_bda, tBTM_PM_MODE* p_mode);
|
H A D | btm_api.h | 734 const tBTM_PM_PWR_MD* p_mode);
|
H A D | btm_client_interface.h | 99 const tBTM_PM_PWR_MD* p_mode);
|
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_link.cc | 46 bool BTM_ReadPowerMode(const RawAddress& remote_bda, tBTM_PM_MODE* p_mode);
|