Searched refs:mImpl (Results 1 – 9 of 9) sorted by relevance
/system/libvintf/ |
D | Regex.cpp | 28 if (mImpl != nullptr) { in clear() 29 regfree(mImpl.get()); in clear() 30 mImpl = nullptr; in clear() 36 mImpl = std::make_unique<regex_t>(); in compile() 37 int status = regcomp(mImpl.get(), pattern.c_str(), REG_EXTENDED | REG_NEWLINE); in compile() 44 regexec(mImpl.get(), s.c_str(), 1 /* nmatch */, &match /* pmatch */, 0 /* flags */); in matches()
|
D | FileSystem.cpp | 84 return mImpl.fetch(mRootDir + path, fetched, error); in fetch() 89 return mImpl.listFiles(mRootDir + path, out, error); in listFiles()
|
/system/libhidl/transport/include/hidl/ |
D | HidlLazyUtils.h | 38 std::shared_ptr<details::LazyServiceRegistrarImpl> mImpl;
|
/system/libvintf/include/vintf/ |
D | Regex.h | 48 std::unique_ptr<regex_t> mImpl;
|
D | FileSystem.h | 78 FileSystemImpl mImpl; variable
|
/system/libhidl/transport/ |
D | HidlLazyUtils.cpp | 204 mImpl = std::make_shared<details::LazyServiceRegistrarImpl>(); in LazyServiceRegistrar() 214 return mImpl->registerService(service, name); in registerService()
|
/system/libvintf/test/ |
D | utils-fake.h | 45 FileSystemImpl mImpl;
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SystemSuspendUnitTest.cpp | 309 MockCallback(MockCallbackImpl* impl) : mImpl(impl), mDisabled(false) {} in MockCallback() 311 return mDisabled ? binder::Status::ok() : mImpl->notifyWakeup(x); in notifyWakeup() 318 MockCallbackImpl* mImpl; member in android::MockCallback
|
/system/tools/hidl/ |
D | hidl-gen_y.yy | 79 "detachObject", "localBinder", "remoteBinder", "mImpl", 87 "mImpl", "addOnewayTask", "mOnewayQueue",
|