Home
last modified time | relevance | path

Searched refs:removeEntry (Results 1 – 25 of 34) sorted by relevance

12

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DForegroundServiceSectionController.kt62 removeEntry(entry)
102 removeEntry(entry)
110 private fun removeEntry(entry: NotificationEntry) { regex
152 removeEntry(child.entry!!)
/aosp12/frameworks/base/core/java/android/gesture/
H A DGestureLibrary.java75 public void removeEntry(String entryName) { in removeEntry() method in GestureLibrary
76 mStore.removeEntry(entryName); in removeEntry()
H A DGestureStore.java193 public void removeEntry(String entryName) { in removeEntry() method in GestureStore
/aosp12/hardware/interfaces/audio/effect/all-versions/default/
H A DAudioBufferManager.cpp47 void AudioBufferManager::removeEntry(uint64_t id) { in removeEntry() function in android::AudioBufferManager
63 AudioBufferManager::getInstance().removeEntry(mHidlBuffer.id); in ~AudioBufferWrapper()
H A DAudioBufferManager.h76 void removeEntry(uint64_t id);
/aosp12/hardware/qcom/sm7150/gps/utils/
H A DLocUnorderedSetMap.h83 bool removeEntry = (iter->second.empty()); in trimOrRemove() local
84 if (removeEntry) { in trimOrRemove()
87 return removeEntry; in trimOrRemove()
/aosp12/hardware/qcom/sm8150/gps/utils/
H A DLocUnorderedSetMap.h89 bool removeEntry = (iter->second.empty()); in trimOrRemove() local
90 if (removeEntry) { in trimOrRemove()
93 return removeEntry; in trimOrRemove()
/aosp12/hardware/qcom/sm8150p/gps/utils/
H A DLocUnorderedSetMap.h83 bool removeEntry = (iter->second.empty()); in trimOrRemove() local
84 if (removeEntry) { in trimOrRemove()
87 return removeEntry; in trimOrRemove()
/aosp12/hardware/qcom/sm7250/gps/utils/
H A DLocUnorderedSetMap.h89 bool removeEntry = (iter->second.empty()); in trimOrRemove() local
90 if (removeEntry) { in trimOrRemove()
93 return removeEntry; in trimOrRemove()
/aosp12/hardware/qcom/sdm845/gps/sdm845/utils/
H A DLocUnorderedSetMap.h83 bool removeEntry = (iter->second.empty()); in trimOrRemove() local
84 if (removeEntry) { in trimOrRemove()
87 return removeEntry; in trimOrRemove()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPhotoStore.java243 removeEntry(id); in remove()
272 private void removeEntry(long id) { in removeEntry() method in PhotoStore
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/bigram/
H A Dver4_bigram_list_policy.h69 bool removeEntry(const int terminalId, const int targetTerminalId);
H A Dver4_bigram_list_policy.cpp145 bool Ver4BigramListPolicy::removeEntry(const int terminalId, const int targetTerminalId) { in removeEntry() function in latinime::backward::v402::Ver4BigramListPolicy
/aosp12/frameworks/av/media/img_utils/include/img_utils/
H A DTiffIfd.h102 virtual void removeEntry(uint16_t tag);
H A DTiffWriter.h187 virtual void removeEntry(uint16_t tag, uint32_t ifd);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMediaManager.java232 removeEntry(entry); in setupNotifPipeline()
237 removeEntry(entry); in setupNotifPipeline()
302 removeEntry(entry); in setupNEM()
312 removeEntry(entry); in setupNEM()
365 private void removeEntry(NotificationEntry entry) { in removeEntry() method in NotificationMediaManager
/aosp12/frameworks/av/media/img_utils/src/
H A DTiffWriter.cpp178 void TiffWriter::removeEntry(uint16_t tag, uint32_t ifd) { in removeEntry() function in android::img_utils::TiffWriter
181 mNamedIfds[index]->removeEntry(tag); in removeEntry()
H A DTiffIfd.cpp59 void TiffIfd::removeEntry(uint16_t tag) { in removeEntry() function in android::img_utils::TiffIfd
/aosp12/frameworks/base/services/core/java/com/android/server/location/listeners/
H A DListenerMultiplexer.java359 private TRegistration removeRegistration(int index, boolean removeEntry) { in removeRegistration() argument
379 if (removeEntry) { in removeRegistration()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaDataManager.kt301 removeEntry(it.key)
445 private fun removeEntry(key: String) { regex
465 foregroundExecutor.executeDelayed({ removeEntry(key) }, delay)
/aosp12/frameworks/base/tools/aapt/
H A DResourceTable.h437 void removeEntry(const ResTable_config& config) { in removeEntry() function
502 sp<ConfigList> removeEntry(const String16& entry);
H A DResourceTable.cpp3989 sp<ResourceTable::ConfigList> ResourceTable::Type::removeEntry(const String16& entry) { in removeEntry() function in ResourceTable::Type
4265 attr->removeEntry(cl->getName()); in movePrivateAttrs()
4805 cl->removeEntry(config); in versionForCompat()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_patricia_trie_node_writer.cpp258 return mBigramPolicy->removeEntry(prevWordIds[0], wordId); in removeNgramEntry()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp938 writer->removeEntry(tagId, ifdFrom); in moveEntries()
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dokhttp-3.12.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...

12