Home
last modified time | relevance | path

Searched defs:join (Results 1 – 9 of 9) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/testing/
DTestThread.h62 intptr_t join() { in join() function
/hardware/google/aemu/base/include/aemu/base/misc/
DStringUtils.h48 std::string join(const Range& range, const Delimiter& delim) { in join() function
68 std::string join(const Range& range) { in join() function
/hardware/google/aemu/snapshot/include/snapshot/
DTextureLoader.h71 AEMU_EXPORT void join() override { in join() function
/hardware/google/aemu/base/include/aemu/base/files/
DPathUtils.h249 static std::string join(const std::string& path1, const std::string& path2) { in join() function
255 static std::string join(const std::string& path1, in join() function
/hardware/google/aemu/base/include/aemu/base/threads/
DThreadPool.h138 void join() { in join() function
DWorkerThread.h101 void join() { mThread.wait(); } in join() function
/hardware/interfaces/audio/aidl/common/
DStreamWorker.cpp55 void ThreadController::join() { in join() function in android::hardware::audio::common::internal::ThreadController
/hardware/interfaces/audio/aidl/common/include/
DStreamWorker.h155 void join() { mThread.join(); } in join() function
/hardware/google/aemu/base/
DPathUtils.cpp193 std::string PathUtils::join(const std::string& path1, in join() function in android::base::PathUtils