Searched refs:shouldSkipStatusUpdates (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/av/services/camera/libcameraservice/ |
H A D | CameraService.cpp | 259 if (shouldSkipStatusUpdates(systemCameraKind, i->isVendorListener(), i->getListenerPid(), in broadcastTorchModeStatus() 526 if (shouldSkipStatusUpdates(deviceKind, listener->isVendorListener(), in onDeviceStatusChanged() 1550 bool CameraService::shouldSkipStatusUpdates(SystemCameraKind systemCameraKind, in shouldSkipStatusUpdates() function in android::CameraService 2395 return shouldSkipStatusUpdates(deviceKind, isVendorListener, clientPid, in addListenerHelper() 4233 if (shouldSkipStatusUpdates(deviceKind, isVendorListener, in updateStatus() 4369 if (shouldSkipStatusUpdates(deviceKind, listener->isVendorListener(), in notifyPhysicalCameraStatusLocked()
|
H A D | CameraService.h | 761 static bool shouldSkipStatusUpdates(SystemCameraKind systemCameraKind, bool isVendorListener,
|