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

/system/update_engine/
H A Dbinder_service_android.cc117 Status BinderUpdateEngineAndroidService::suspend() { function in class:chromeos_update_engine::BinderUpdateEngineAndroidService
/system/bt/bta/av/
H A Dbta_av_api.cc267 * If suspend is true, this function sends AVDT suspend signal
273 void BTA_AvStop(bool suspend) { argument
279 p_buf->suspend = suspend;
290 * If suspend is true, this function tries the
291 * suspend/reconfigure procedure first.
292 * If suspend is false or when suspend/reconfigure fails,
298 void BTA_AvReconfig(tBTA_AV_HNDL hndl, bool suspend, uint8_ argument
[all...]
H A Dbta_av_aact.cc2044 if (p_data && p_data->api_stop.suspend) {
2059 bta_av_data.suspend = suspend_rsp;
2073 bta_av_data.suspend = suspend_rsp;
2085 * suspend, reconfigure or close the stream
2123 if ((p_scb->rcfg_idx == p_scb->sep_info_idx) && p_rcfg->suspend &&
2128 stop.suspend = true;
2149 stop.suspend = false;
2301 bool suspend = false; local
2408 suspend = true;
2411 if (!suspend) {
[all...]
H A Dbta_av_int.h238 bool suspend; member in struct:__anon41
299 bool suspend; member in struct:__anon50
492 suspend command fails */
/system/extras/ANRdaemon/
H A DANRdaemon.cpp86 static bool suspend= false; variable
379 } while (!suspend && !dump_requested && is_heavy_load());
388 if (suspend) {
389 ALOGI("trace stopped due to suspend. Send SIGCONT to resume.");
434 if (!suspend && is_heavy_load()) {
465 suspend = true;
469 suspend = true;
472 suspend = false;
482 * SIGSTOP: Stop logging and suspend the daemon.
533 " SIGSTOP: suspend al
[all...]
/system/bt/bta/include/
H A Dbta_av_api.h79 0x8000 /* Do not suspend av streaming as to AG events(SCO or Call) */
227 #define BTA_AV_SUSPEND_EVT 15 /* suspend response */
426 tBTA_AV_SUSPEND suspend; member in union:__anon310
599 * If suspend is true, this function sends AVDT suspend signal
605 void BTA_AvStop(bool suspend);
612 * If suspend is true, this function tries the
613 * suspend/reconfigure procedure first.
614 * If suspend is false or when suspend/reconfigur
[all...]
/system/core/liblog/
H A Dlogprint.c1337 static const char suspend[] = "PM: suspend entry "; local
1338 static const char resume[] = "PM: suspend exit ";
1366 if ((e = strstr(e, suspend))) {
1367 e += sizeof(suspend) - 1;
1430 /* suspend */
1466 /* manufacture a suspend @ point before */

Completed in 423 milliseconds