Home
last modified time | relevance | path

Searched refs:mErrorServiceConnection (Results 1 – 5 of 5) sorted by relevance

/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DCamera1Activity.java34 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 …]
DCamera2Activity.java37 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()
70 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume()
79 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_AVAILABLE, in onResume()
87 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_UNAVAILABLE, in onResume()
95 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_AVAILABLE, in onResume()
103 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_UNAVAILABLE, in onResume()
114 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_CONNECT, in onResume()
[all …]
DMediaRecorderCameraActivity.java47 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()
DCameraEvictionTest.java60 ErrorLoggingService.ErrorServiceConnection mErrorServiceConnection; field in CameraEvictionTest
138 mErrorServiceConnection = new ErrorLoggingService.ErrorServiceConnection(mContext); in setUp()
139 mErrorServiceConnection.start(); in setUp()
148 if (mErrorServiceConnection != null) { in tearDown()
149 mErrorServiceConnection.stop(); in tearDown()
150 mErrorServiceConnection = null; in tearDown()
224 … List<ErrorLoggingService.LogEvent> allEvents = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testBasicCamera2ActivityEvictionInternal()
283 eventList2 = mErrorServiceConnection.getLog(EVICTION_TIMEOUT); in testBasicCamera2ActivityEvictionInternal()
464 events = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testAPI1ActivityEviction()
510 eventList2 = mErrorServiceConnection.getLog(EVICTION_TIMEOUT); in testAPI1ActivityEviction()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCamera2OfflineTestActivity.java42 ErrorLoggingService.ErrorServiceConnection mErrorServiceConnection; field in Camera2OfflineTestActivity
48 mErrorServiceConnection = new ErrorLoggingService.ErrorServiceConnection(this); in onCreate()
49 mErrorServiceConnection.start(); in onCreate()
67 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume()
74 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume()
81 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume()
90 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_AVAILABLE, in onResume()
98 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_UNAVAILABLE, in onResume()
106 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_AVAILABLE, in onResume()
114 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_UNAVAILABLE, in onResume()
[all …]