Home
last modified time | relevance | path

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

/system/chre/core/include/chre/core/
Dsensor_request_manager.h168 bool removeAll();
/system/chre/core/
Dsensor_request_manager.cc236 success = requests.removeAll(); in removeAllRequests()
347 bool SensorRequestManager::SensorRequests::removeAll() { in removeAll() function in chre::SensorRequestManager::SensorRequests
/system/core/libutils/include/utils/
DString8.h145 bool removeAll(const char* other);
/system/core/libutils/
DString8.cpp423 bool String8::removeAll(const char* other) { in removeAll() function in android::String8