Home
last modified time | relevance | path

Searched refs:addNullDebuggingClient (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/libs/binder/include/binder/
H A DRpcSession.h72 [[nodiscard]] bool addNullDebuggingClient();
/aosp12/frameworks/native/libs/binder/tests/parcel_fuzzer/
H A Dmain.cpp65 CHECK(session->addNullDebuggingClient()); in doFuzz()
/aosp12/frameworks/native/libs/binder/
H A DRpcSession.cpp79 bool RpcSession::addNullDebuggingClient() { in addNullDebuggingClient() function in android::RpcSession