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

/system/update_engine/binder_bindings/android/os/
H A DIUpdateEngine.aidl27 void suspend();
/system/core/libsuspend/
H A Dautosuspend.c22 #include <suspend/autosuspend.h>
41 /* Remove autosleep so userspace can manager suspend/resume and keep stats */
/system/update_engine/
H A Dbinder_service_android.h67 android::binder::Status suspend() override;
H A Dupdate_engine_client_android.cc124 DEFINE_bool(suspend, false, "Suspend an ongoing update and exit.");
167 return ExitWhenIdle(service_->suspend());
H A Dbinder_service_android.cc103 Status BinderUpdateEngineAndroidService::suspend() { function in class:chromeos_update_engine::BinderUpdateEngineAndroidService
/system/extras/ANRdaemon/
H A DANRdaemon.cpp86 static bool suspend= false; variable
378 } while (!suspend && !dump_requested && is_heavy_load());
387 if (suspend) {
388 ALOGI("trace stopped due to suspend. Send SIGCONT to resume.");
433 if (!suspend && is_heavy_load()) {
464 suspend = true;
468 suspend = true;
471 suspend = false;
481 * SIGSTOP: Stop logging and suspend the daemon.
532 " SIGSTOP: suspend al
[all...]
/system/bt/bta/av/
H A Dbta_av_api.c302 ** If suspend is TRUE, this function sends AVDT suspend signal
308 void BTA_AvStop(BOOLEAN suspend) argument
315 p_buf->suspend = suspend;
325 ** If suspend is TRUE, this function tries the suspend/reconfigure
327 ** If suspend is FALSE or when suspend/reconfigure fails,
333 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT argument
[all...]
H A Dbta_av_aact.c2115 if (p_data && p_data->api_stop.suspend)
2153 ** suspend, reconfigure or close the stream
2185 (p_rcfg->suspend)&& (p_scb->recfg_sup) && (p_scb->suspend_sup))
2190 stop.suspend = TRUE;
2332 BOOLEAN suspend = FALSE; local
2438 suspend = TRUE;
2441 if (!suspend)
2472 suspend, p_scb->role, initiator);
2474 start.suspending = suspend;
2481 if(suspend)
[all...]
H A Dbta_av_int.h242 BOOLEAN suspend; member in struct:__anon39
316 BOOLEAN suspend; member in struct:__anon48
521 BOOLEAN suspend_sup; /* TRUE if Suspend stream is supported, else FALSE if suspend command fails */
H A Dbta_av_main.c984 ** call setup also triggers this callback, to suspend av before sco
1015 stop.suspend = TRUE;
/system/bt/btif/src/
H A Dbtif_av.c55 /* Should not need dedicated suspend state as actual actions are no
57 media task from trying to restart stream during remote suspend or while
58 we are in the process of a local suspend */
658 /* immediately flush any pending tx frames while suspend is pending */
718 BTIF_TRACE_EVENT("%s: Resetting remote suspend flag on RC PLAY", __FUNCTION__);
749 * then suspend. In case a2dp is sink and call is active
756 BTIF_TRACE_EVENT("%s: trigger suspend as remote initiated!!", __FUNCTION__);
882 /* we are again in started state, clear any remote suspend flags */
910 /* fixme -- use suspend = true always to work around issue with BTA AV */
915 stream while suspend i
[all...]
/system/bt/bta/include/
H A Dbta_av_api.h70 #define BTA_AV_FEAT_NO_SCO_SSPD 0x8000 /* Do not suspend av streaming as to AG events(SCO or Call) */
246 #define BTA_AV_SUSPEND_EVT 15 /* suspend response */
450 tBTA_AV_SUSPEND suspend; member in union:__anon337
650 ** If suspend is TRUE, this function sends AVDT suspend signal
656 void BTA_AvStop(BOOLEAN suspend);
663 ** If suspend is TRUE, this function tries the suspend/reconfigure
665 ** If suspend is FALSE or when suspend/reconfigur
[all...]
/system/core/liblog/
H A Dlogprint.c1050 static const char suspend[] = "PM: suspend entry "; local
1051 static const char resume[] = "PM: suspend exit ";
1079 if ((e = strstr(e, suspend))) {
1080 e += sizeof(suspend) - 1;
1145 /* suspend */
1181 /* manufacture a suspend @ point before */
/system/core/healthd/
H A Dhealthd_mode_charger.cpp47 #include <suspend/autosuspend.h>

Completed in 329 milliseconds