Searched defs:call_state (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_util.c403 const char* dump_hf_call_state(bthf_call_state_t call_state) argument
405 switch(call_state)
H A Dbtif_hf.c239 static UINT8 callstate_to_callsetup(bthf_call_state_t call_state) argument
242 if (call_state == BTHF_CALL_STATE_INCOMING)
244 if (call_state == BTHF_CALL_STATE_DIALING)
246 if (call_state == BTHF_CALL_STATE_ALERTING)
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc943 // reentrancy; |call_state| tracks whether we're reentrant. We can't just
946 static CallState call_state = NORMAL; local
951 is_animating || (call_state == REENTRANT_FORCE_FAST_RESIZE);
962 base::AutoReset<CallState> resetter(&call_state,
973 if ((call_state == NORMAL) && !is_animating) {

Completed in 2656 milliseconds