Home
last modified time | relevance | path

Searched refs:suspend (Results 1 – 14 of 14) sorted by relevance

/system/extras/ANRdaemon/
DANRdaemon.cpp86 static bool suspend= false; variable
264 } 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()
/system/bt/bta/av/
Dbta_av_api.c308 void BTA_AvStop(BOOLEAN suspend) in BTA_AvStop() argument
315 p_buf->suspend = suspend; in BTA_AvStop()
333 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT8 sep_info_idx, in BTA_AvReconfig() argument
342 p_buf->suspend = suspend; in BTA_AvReconfig()
Dbta_av_aact.c2115 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() local
2438 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()
Dbta_av_int.h242 BOOLEAN suspend; member
316 BOOLEAN suspend; member
Dbta_av_main.c1015 stop.suspend = TRUE; in bta_av_sco_chg_cback()
/system/update_engine/binder_bindings/android/os/
DIUpdateEngine.aidl27 void suspend(); in suspend() method
/system/update_engine/
Dupdate_engine_client_android.cc124 DEFINE_bool(suspend, false, "Suspend an ongoing update and exit."); in OnInit()
167 return ExitWhenIdle(service_->suspend()); in OnInit()
Dbinder_service_android.h67 android::binder::Status suspend() override;
Dbinder_service_android.cc103 Status BinderUpdateEngineAndroidService::suspend() { in suspend() function in chromeos_update_engine::BinderUpdateEngineAndroidService
/system/bt/btif/src/
Dbtif_av.c954 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()
/system/bt/bta/include/
Dbta_av_api.h450 tBTA_AV_SUSPEND suspend; member
656 void BTA_AvStop(BOOLEAN suspend);
671 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT8 sep_info_idx,
/system/sepolicy/
Dupdate_engine_common.te35 # Allow update_engine_common to suspend, resume and kill the postinstall program.
/system/connectivity/shill/doc/
Ddevice-api.txt697 is woken from suspend to scan for networks in dark resume. Changes to this
698 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 suspend
717 property will take effect at the next system suspend.
722 the system from suspend upon receiving packets from the source IP
745 NIC to wake the system from suspend upon receiving packets from the
/system/core/liblog/
Dlogprint.c1050 static const char suspend[] = "PM: suspend entry "; in convertMonotonic() local
1079 if ((e = strstr(e, suspend))) { in convertMonotonic()
1080 e += sizeof(suspend) - 1; in convertMonotonic()