Home
last modified time | relevance | path

Searched refs:removeComponent (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DStatusTracker.h60 void removeComponent(int id);
H A DCamera3Stream.cpp36 statusTracker->removeComponent(mStatusId); in ~Camera3Stream()
298 statusTracker->removeComponent(mStatusId); in startConfiguration()
890 oldTracker->removeComponent(mStatusId); in setStatusTracker()
H A DStatusTracker.cpp69 void StatusTracker::removeComponent(int id) { in removeComponent() function in android::camera3::StatusTracker
/aosp12/packages/services/Car/service/src/com/android/car/power/
H A DPolicyReader.java598 removeComponent(disabledComponents, overrideEnabledComponents[i]); in reconstructSystemPowerPolicy()
602 removeComponent(enabledComponents, overrideDisabledComponents[i]); in reconstructSystemPowerPolicy()
611 private void removeComponent(List<Integer> components, int component) { in removeComponent() method in PolicyReader
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLView.java158 public boolean removeComponent(GLView component) { in removeComponent() method in GLView
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DHeicCompositeStream.cpp243 statusTracker->removeComponent(mStatusId); in deleteInternalStreams()