Home | History | Annotate | Download | only in sys

Lines Matching refs:disable

137 **                  disable DM. Called during NFA shutdown
155 /* All subsystems disabled. disable DM */
157 (*nfa_sys_cb.reg[NFA_ID_DM]->disable)();
181 /* If all subsystems above NFA_DM have been disabled, then okay to disable
209 ** Description Called by other BTA subsystems to get disable
236 /* Subsytem has a Disable funciton. Call it now */
251 ** Description Call on NFA shutdown. Disable all subsystems above NFA_DM
263 /* Disable all subsystems above NFA_DM. (NFA_DM and NFA_SYS will be disabled
268 if (nfa_sys_cb.reg[id]->disable != NULL) {
269 /* Subsytem has a Disable funciton. Call it now */
270 (*nfa_sys_cb.reg[id]->disable)();
272 /* Subsytem does not have a Disable function. Deregister on behalf of
279 /* If All subsystems disabled. disable DM */
281 (*nfa_sys_cb.reg[NFA_ID_DM]->disable)();
357 ** Description Disable sys timer event handling