Home
last modified time | relevance | path

Searched refs:removeInstance (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/libvintf/
H A DMatrixHal.cpp191 bool MatrixHal::removeInstance(const std::string& interface, const std::string& instance, in removeInstance() function in android::vintf::MatrixHal
195 bool removed = it->second.removeInstance(instance, isRegex); in removeInstance()
H A DHalInterface.cpp63 bool HalInterface::removeInstance(const std::string& instanceOrPattern, bool isRegex) { in removeInstance() function in android::vintf::HalInterface
H A DCompatibilityMatrix.cpp180 existingHal->removeInstance(interface, instanceOrPattern, isRegex); in splitInstance()
231 halToAdd.removeInstance(pair.first, pair.second, false /* isRegex */); in addAllHalsAsOptional()
234 halToAdd.removeInstance(pair.first, pair.second, true /* isRegex */); in addAllHalsAsOptional()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DPopupManager.java62 public static void removeInstance(Context context) { in removeInstance() method in PopupManager
/aosp12/system/libvintf/include/vintf/
H A DHalInterface.h46 bool removeInstance(const std::string& instanceOrPattern, bool isRegex);
H A DMatrixHal.h85 bool removeInstance(const std::string& interface, const std::string& instance, bool isRegex);
/aosp12/frameworks/base/core/java/android/gesture/
H A DLearner.java50 void removeInstance(long id) { in removeInstance() method in Learner
H A DGestureStore.java183 mClassifier.removeInstance(gesture.getID()); in removeGesture()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DActivityBase.java130 PopupManager.removeInstance(this); in onDestroy()
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_ap_iface.h46 void removeInstance(std::string instance);
H A Dwifi_ap_iface.cpp50 void WifiApIface::removeInstance(std::string instance) { in removeInstance() function in android::hardware::wifi::V1_5::implementation::WifiApIface
H A Dwifi_chip.cpp1121 iface->removeInstance(ifInstanceName); in removeIfaceInstanceFromBridgedApIfaceInternal()
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarController.java279 public static void removeInstance(Context context) { in removeInstance() method in CalendarController
H A DAllInOneActivity.java561 CalendarController.removeInstance(this); in onDestroy()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18946 Landroid/gesture/Learner;->removeInstance(J)V