Home
last modified time | relevance | path

Searched refs:mServiceRunning (Results 1 – 4 of 4) sorted by relevance

/packages/services/DeviceAsWebcam/interface/jni/
DDeviceAsWebcamServiceManager.cpp57 if (mServiceRunning) { in shouldStartService()
82 mServiceRunning = true; in setupServicesAndStartListening()
90 if (!mServiceRunning) { in encodeImage()
102 if (!mServiceRunning) { in setStreamConfig()
112 if (!mServiceRunning) { in startStreaming()
122 if (!mServiceRunning) { in stopStreaming()
132 if (!mServiceRunning) { in returnImage()
142 if (!mServiceRunning) { in stopService()
164 if (!mServiceRunning) { in onDestroy()
175 mServiceRunning = false; in onDestroy()
DDeviceAsWebcamServiceManager.h64 bool mServiceRunning = false; // if this is true, then the variables underneath can be variable
/packages/services/DeviceAsWebcam/interface/src/com/android/deviceaswebcam/
DDeviceAsWebcamFgService.java59 private boolean mServiceRunning = false; field in DeviceAsWebcamFgService
114 mServiceRunning = true; in onStartCommand()
162 if (!mServiceRunning) { in onDestroy()
165 mServiceRunning = false; in onDestroy()
219 if (!mServiceRunning) { in updateNotificationToNextIcon()
249 if (!mServiceRunning) { in startStreaming()
261 if (!mServiceRunning) { in stopService()
272 if (!mServiceRunning) { in stopStreaming()
284 if (!mServiceRunning) { in returnImage()
295 if (!mServiceRunning) { in setStreamConfig()
/packages/apps/Camera2/src/com/android/camera/processing/
DProcessingServiceManager.java55 private volatile boolean mServiceRunning = false; field in ProcessingServiceManager
82 if (!mServiceRunning && !mHoldProcessing) { in enqueueTask()
101 mServiceRunning = false; in popNextSession()
111 return mServiceRunning || !mQueue.isEmpty(); in isRunningOrHasItems()
160 mServiceRunning = true; in startService()