Searched refs:mErrorServiceConnection (Results 1 – 4 of 4) sorted by relevance
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/ |
D | Camera2Activity.java | 37 ErrorLoggingService.ErrorServiceConnection mErrorServiceConnection; field in Camera2Activity 43 mErrorServiceConnection = new ErrorLoggingService.ErrorServiceConnection(this); in onCreate() 44 mErrorServiceConnection.start(); in onCreate() 62 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume() 69 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume() 78 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_AVAILABLE, in onResume() 86 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_UNAVAILABLE, in onResume() 97 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_CONNECT, in onResume() 104 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_EVICTED, in onResume() 111 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume() [all …]
|
D | Camera1Activity.java | 34 ErrorLoggingService.ErrorServiceConnection mErrorServiceConnection; field in Camera1Activity 40 mErrorServiceConnection = new ErrorLoggingService.ErrorServiceConnection(this); in onCreate() 41 mErrorServiceConnection.start(); in onCreate() 51 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume() 58 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_EVICTED, in onResume() 62 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, in onResume() 68 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_CONNECT, in onResume() 71 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume() 87 if (mErrorServiceConnection != null) { in onDestroy() 88 mErrorServiceConnection.stop(); in onDestroy() [all …]
|
D | MediaRecorderCameraActivity.java | 47 private ErrorLoggingService.ErrorServiceConnection mErrorServiceConnection; field in MediaRecorderCameraActivity 57 mErrorServiceConnection = new ErrorLoggingService.ErrorServiceConnection(this); in onCreate() 58 mErrorServiceConnection.start(); in onCreate() 86 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume() 102 if (mErrorServiceConnection != null) { in onDestroy() 103 mErrorServiceConnection.stop(); in onDestroy() 104 mErrorServiceConnection = null; in onDestroy() 134 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_CONNECT, in surfaceChanged() 137 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in surfaceChanged()
|
D | CameraEvictionTest.java | 52 ErrorLoggingService.ErrorServiceConnection mErrorServiceConnection; field in CameraEvictionTest 128 mErrorServiceConnection = new ErrorLoggingService.ErrorServiceConnection(mContext); in setUp() 129 mErrorServiceConnection.start(); in setUp() 138 if (mErrorServiceConnection != null) { in tearDown() 139 mErrorServiceConnection.stop(); in tearDown() 140 mErrorServiceConnection = null; in tearDown() 203 … List<ErrorLoggingService.LogEvent> allEvents = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testBasicCamera2ActivityEviction() 253 eventList2 = mErrorServiceConnection.getLog(EVICTION_TIMEOUT); in testBasicCamera2ActivityEviction() 389 events = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testAPI1ActivityEviction() 435 eventList2 = mErrorServiceConnection.getLog(EVICTION_TIMEOUT); in testAPI1ActivityEviction()
|