Home
last modified time | relevance | path

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

/system/chre/core/
Dsensor_request_manager.cc70 mSensorRequests[i].removeAll(); in ~SensorRequestManager()
276 success = requests.removeAll(); in removeAllRequests()
517 bool removeAll = (nanoappInstanceId == kSystemInstanceId); in cancelFlushRequests() local
521 (request.nanoappInstanceId == nanoappInstanceId || removeAll)) { in cancelFlushRequests()
632 bool SensorRequestManager::SensorRequests::removeAll() { in removeAll() function in chre::SensorRequestManager::SensorRequests
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DUtils.java86 result.removeAll(b); in subtract()
/system/chre/core/include/chre/core/
Dsensor_request_manager.h367 bool removeAll();
/system/core/libutils/
DString8_fuzz.cpp51 str1.removeAll(str2.c_str()); in __anonebbe45100702()
DString8.cpp386 bool String8::removeAll(const char* other) { in removeAll() function in android::String8
/system/core/libutils/include/utils/
DString8.h130 bool removeAll(const char* other);