Home
last modified time | relevance | path

Searched defs:forcePersist (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/native/libs/binder/
H A DLazyServiceRegistrar.cpp182 void ClientCounterCallbackImpl::forcePersist(bool persist) { in forcePersist() function in android::binder::internal::ClientCounterCallbackImpl
298 void ClientCounterCallback::forcePersist(bool persist) { in forcePersist() function in android::binder::internal::ClientCounterCallback
342 void LazyServiceRegistrar::forcePersist(bool persist) { in forcePersist() function in android::binder::LazyServiceRegistrar
/aosp_15_r20/system/tools/aidl/tests/lazy_test/
DILazyTestService.aidl18 void forcePersist(boolean persist); in forcePersist() method
DLazyTestService.cpp23 Status LazyTestService::forcePersist(bool persist) { in forcePersist() function in android::binder::LazyTestService
/aosp_15_r20/frameworks/native/libs/binder/ndk/tests/
H A DIBinderNdkUnitTest.aidl33 void forcePersist(boolean persist); in forcePersist() method
H A Dlibbinder_ndk_unit_test.cpp102 ndk::ScopedAStatus forcePersist(bool persist) override { in forcePersist() function in MyBinderNdkUnitTest