Searched defs:suspend (Results 1 - 7 of 7) sorted by relevance

/system/update_engine/
H A Dbinder_service_android.cc103 Status BinderUpdateEngineAndroidService::suspend() { function in class:chromeos_update_engine::BinderUpdateEngineAndroidService
/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.c2112 if (p_data && p_data->api_stop.suspend)
2150 ** suspend, reconfigure or close the stream
2182 (p_rcfg->suspend)&& (p_scb->recfg_sup) && (p_scb->suspend_sup))
2187 stop.suspend = TRUE;
2329 BOOLEAN suspend = FALSE; local
2435 suspend = TRUE;
2438 if (!suspend)
2469 suspend, p_scb->role, initiator);
2471 start.suspending = suspend;
2478 if(suspend)
[all...]
H A Dbta_av_int.h242 BOOLEAN suspend; member in struct:__anon41
316 BOOLEAN suspend; member in struct:__anon50
521 BOOLEAN suspend_sup; /* TRUE if Suspend stream is supported, else FALSE if suspend command fails */
/system/extras/ANRdaemon/
H A DANRdaemon.cpp84 static bool suspend= false; variable
262 } while (!suspend && is_heavy_load());
308 if (!suspend && is_heavy_load()) {
328 suspend = true;
454 suspend = false;
462 suspend = true;
466 suspend = true;
469 suspend = false;
479 * SIGSTOP: Stop logging and suspend the daemon.
530 " SIGSTOP: suspend al
[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/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:__anon338
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...]

Completed in 181 milliseconds