Home
last modified time | relevance | path

Searched refs:mImpl (Results 1 – 9 of 9) sorted by relevance

/system/libvintf/
DRegex.cpp28 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()
DFileSystem.cpp89 return mImpl.fetch(mRootDir + path, fetched, error); in fetch()
94 return mImpl.listFiles(mRootDir + path, out, error); in listFiles()
/system/libhidl/transport/include/hidl/
DHidlLazyUtils.h37 std::shared_ptr<details::LazyServiceRegistrarImpl> mImpl;
/system/libvintf/include/vintf/
DRegex.h48 std::unique_ptr<regex_t> mImpl;
DFileSystem.h78 FileSystemImpl mImpl; variable
/system/libhidl/transport/
DHidlLazyUtils.cpp181 mImpl = std::make_shared<details::LazyServiceRegistrarImpl>(); in LazyServiceRegistrar()
186 return mImpl->registerService(service, name); in registerService()
/system/libvintf/test/
Dutils-fake.h45 FileSystemImpl mImpl;
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp366 MockCallback(MockCallbackImpl* impl) : mImpl(impl), mDisabled(false) {} in MockCallback()
368 return mDisabled ? binder::Status::ok() : mImpl->notifyWakeup(x); in notifyWakeup()
375 MockCallbackImpl* mImpl; member in android::MockCallback
/system/tools/hidl/
Dhidl-gen_y.yy77 "detachObject", "localBinder", "remoteBinder", "mImpl",
85 "mImpl", "addOnewayTask", "mOnewayQueue",