Home
last modified time | relevance | path

Searched refs:mConnectionInProgress (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/watchdog/car-watchdog-lib/src/android/car/watchdoglib/
DCarWatchdogDaemonHelper.java70 private boolean mConnectionInProgress; field in CarWatchdogDaemonHelper
116 if (mCarWatchdogDaemon != null || mConnectionInProgress) { in connect()
119 mConnectionInProgress = true; in connect()
382 mConnectionInProgress = false; in connectToDaemon()
416 mConnectionInProgress = false; in makeBinderConnection()
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java297 private boolean mConnectionInProgress; field in CarPowerManagementService
2819 if (powerPolicyDaemon != null || mConnectionInProgress) { in connectToPowerPolicyDaemon()
2822 mConnectionInProgress = true; in connectToPowerPolicyDaemon()
2830 mConnectionInProgress = false; in connectToDaemonHelper()
2873 mConnectionInProgress = false; in makeBinderConnection()
2886 mConnectionInProgress = false; in makeBinderConnection()