/aosp12/system/libvintf/ |
H A D | MatrixHal.cpp | 191 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 D | HalInterface.cpp | 63 bool HalInterface::removeInstance(const std::string& instanceOrPattern, bool isRegex) { in removeInstance() function in android::vintf::HalInterface
|
H A D | CompatibilityMatrix.cpp | 180 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 D | PopupManager.java | 62 public static void removeInstance(Context context) { in removeInstance() method in PopupManager
|
/aosp12/system/libvintf/include/vintf/ |
H A D | HalInterface.h | 46 bool removeInstance(const std::string& instanceOrPattern, bool isRegex);
|
H A D | MatrixHal.h | 85 bool removeInstance(const std::string& interface, const std::string& instance, bool isRegex);
|
/aosp12/frameworks/base/core/java/android/gesture/ |
H A D | Learner.java | 50 void removeInstance(long id) { in removeInstance() method in Learner
|
H A D | GestureStore.java | 183 mClassifier.removeInstance(gesture.getID()); in removeGesture()
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ |
H A D | ActivityBase.java | 130 PopupManager.removeInstance(this); in onDestroy()
|
/aosp12/hardware/interfaces/wifi/1.5/default/ |
H A D | wifi_ap_iface.h | 46 void removeInstance(std::string instance);
|
H A D | wifi_ap_iface.cpp | 50 void WifiApIface::removeInstance(std::string instance) { in removeInstance() function in android::hardware::wifi::V1_5::implementation::WifiApIface
|
H A D | wifi_chip.cpp | 1121 iface->removeInstance(ifInstanceName); in removeIfaceInstanceFromBridgedApIfaceInternal()
|
/aosp12/packages/apps/Calendar/src/com/android/calendar/ |
H A D | CalendarController.java | 279 public static void removeInstance(Context context) { in removeInstance() method in CalendarController
|
H A D | AllInOneActivity.java | 561 CalendarController.removeInstance(this); in onDestroy()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 18946 Landroid/gesture/Learner;->removeInstance(J)V
|