Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DCameraProviderManagerTest.cpp287 TestInteractionProxy serviceProxy; in TEST() local
320 serviceProxy.setProvider(provider); in TEST()
335 TestInteractionProxy serviceProxy; in TEST() local
338 serviceProxy.setProvider(provider); in TEST()
385 TestInteractionProxy serviceProxy; in TEST() local
389 serviceProxy.setProvider(provider); in TEST()
521 TestInteractionProxy serviceProxy; in TEST() local
524 serviceProxy.setProvider(provider); in TEST()
555 TestInteractionProxy serviceProxy; in TEST() local
565 serviceProxy.setProvider(provider); in TEST()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraStatsJobService.java47 CameraServiceProxy serviceProxy = LocalServices.getService(CameraServiceProxy.class); in onStartJob() local
48 if (serviceProxy == null) { in onStartJob()
53 serviceProxy.dumpUsageEvents(); in onStartJob()