Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/parcel_fuzzer/
Drandom_parcel.cpp40 CHECK_EQ(OK, session->addNullDebuggingClient()); in fillRandomParcel()
/frameworks/native/libs/binder/include/binder/
DRpcSession.h161 [[nodiscard]] LIBBINDER_EXPORTED status_t addNullDebuggingClient();
/frameworks/native/libs/binder/tests/
DbinderRpcWireProtocolTest.cpp167 EXPECT_EQ(OK, session->addNullDebuggingClient()); in setParcelForRpc()
/frameworks/native/libs/binder/
DRpcSession.cpp205 status_t RpcSession::addNullDebuggingClient() { in addNullDebuggingClient() function in android::RpcSession