Searched refs:scanDirLocked (Results 1 – 4 of 4) sorted by relevance
245 SortedVector<AssetDir::FileInfo>* scanDirLocked(const String8& path);
1084 SortedVector<AssetDir::FileInfo>* pContents = scanDirLocked(path); in scanAndMergeDirLocked()1146 SortedVector<AssetDir::FileInfo>* AssetManager::scanDirLocked(const String8& path) in scanDirLocked() function in AssetManager
648 status_t scanDirLocked(const std::string& dirname) REQUIRES(mLock);
1818 result = scanDirLocked(DEVICE_INPUT_PATH); in scanDevicesLocked()2470 status_t EventHub::scanDirLocked(const std::string& dirname) { in scanDirLocked() function in android::EventHub