Searched refs:suspend (Results 1 – 14 of 14) sorted by relevance
86 static bool suspend= false; variable264 } while (!suspend && is_heavy_load()); in start_tracing()310 if (!suspend && is_heavy_load()) { in start()330 suspend = true; in dump_trace()445 suspend = false; in dump_trace()453 suspend = true; in handle_signal()457 suspend = true; in handle_signal()460 suspend = false; in handle_signal()
308 void BTA_AvStop(BOOLEAN suspend) in BTA_AvStop() argument315 p_buf->suspend = suspend; in BTA_AvStop()333 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT8 sep_info_idx, in BTA_AvReconfig() argument342 p_buf->suspend = suspend; in BTA_AvReconfig()
2115 if (p_data && p_data->api_stop.suspend) in bta_av_str_stopped()2185 (p_rcfg->suspend)&& (p_scb->recfg_sup) && (p_scb->suspend_sup)) in bta_av_reconfig()2190 stop.suspend = TRUE; in bta_av_reconfig()2332 BOOLEAN suspend = FALSE; in bta_av_start_ok() local2438 suspend = TRUE; in bta_av_start_ok()2441 if (!suspend) in bta_av_start_ok()2472 suspend, p_scb->role, initiator); in bta_av_start_ok()2474 start.suspending = suspend; in bta_av_start_ok()2481 if(suspend) in bta_av_start_ok()2489 stop.suspend = TRUE; in bta_av_start_ok()
242 BOOLEAN suspend; member316 BOOLEAN suspend; member
1015 stop.suspend = TRUE; in bta_av_sco_chg_cback()
27 void suspend(); in suspend() method
124 DEFINE_bool(suspend, false, "Suspend an ongoing update and exit."); in OnInit()167 return ExitWhenIdle(service_->suspend()); in OnInit()
67 android::binder::Status suspend() override;
103 Status BinderUpdateEngineAndroidService::suspend() { in suspend() function in chromeos_update_engine::BinderUpdateEngineAndroidService
954 p_av->suspend.status, p_av->suspend.initiator); in btif_av_state_started_handler()957 btif_a2dp_on_suspended(&p_av->suspend); in btif_av_state_started_handler()960 if (p_av->suspend.status != BTA_AV_SUCCESS) in btif_av_state_started_handler()972 if (p_av->suspend.initiator != TRUE) in btif_av_state_started_handler()998 btif_a2dp_on_stopped(&p_av->suspend); in btif_av_state_started_handler()1003 if (p_av->suspend.status == BTA_AV_SUCCESS) in btif_av_state_started_handler()
450 tBTA_AV_SUSPEND suspend; member656 void BTA_AvStop(BOOLEAN suspend);671 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT8 sep_info_idx,
35 # Allow update_engine_common to suspend, resume and kill the postinstall program.
697 is woken from suspend to scan for networks in dark resume. Changes to this698 property will take effect at the next system suspend.706 this property will take effect at the next system suspend.713 periodically to scan for networks if the system is going into suspend717 property will take effect at the next system suspend.722 the system from suspend upon receiving packets from the source IP745 NIC to wake the system from suspend upon receiving packets from the
1050 static const char suspend[] = "PM: suspend entry "; in convertMonotonic() local1079 if ((e = strstr(e, suspend))) { in convertMonotonic()1080 e += sizeof(suspend) - 1; in convertMonotonic()