cameraserver: rename getConcurrentStreamingCameraIds -> getConcurrentCameraIds.
Bug: 150896133
Test: builds
Test: atest ConcurrentCameraTest.java
Change-Id: Id73f15164200a4cc91354b67784bab3c470caf57
Signed-off-by: Jayant Chowdhary <jchowdhary@google.com>
diff --git a/camera/aidl/android/hardware/ICameraService.aidl b/camera/aidl/android/hardware/ICameraService.aidl
index 833893e..ac7a35b 100644
--- a/camera/aidl/android/hardware/ICameraService.aidl
+++ b/camera/aidl/android/hardware/ICameraService.aidl
@@ -119,7 +119,7 @@
* Get a list of combinations of camera ids which support concurrent streaming.
*
*/
- ConcurrentCameraIdCombination[] getConcurrentStreamingCameraIds();
+ ConcurrentCameraIdCombination[] getConcurrentCameraIds();
/**
* Check whether a particular set of session configurations are concurrently supported by the
@@ -129,7 +129,7 @@
* @return true - the set of concurrent camera id and stream combinations is supported.
* false - the set of concurrent camera id and stream combinations is not supported
* OR the method was called with a set of camera ids not returned by
- * getConcurrentMultiStreamingCameraIds().
+ * getConcurrentCameraIds().
*/
boolean isConcurrentSessionConfigurationSupported(
in CameraIdAndSessionConfiguration[] sessions);