Home
last modified time | relevance | path

Searched defs:RpcServerLink (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/
DBinder.h119 class RpcServerLink; variable
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/
DBinder.h119 class RpcServerLink; variable
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/
DBinder.h119 class RpcServerLink; variable
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/
DBinder.h127 class RpcServerLink; variable
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/
DBinder.h119 class RpcServerLink; variable
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/
DBinder.h127 class RpcServerLink; variable
/aosp_15_r20/frameworks/native/include/binder/
H A DBinder.h117 class RpcServerLink; variable
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DBinder.h117 class RpcServerLink; variable
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/
DBinder.h127 class RpcServerLink; variable
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/
DBinder.h127 class RpcServerLink; variable
/aosp_15_r20/frameworks/native/libs/binder/
H A DBinder.cpp243 class BBinder::RpcServerLink : public IBinder::DeathRecipient { class in android::BBinder
246 RpcServerLink(const sp<RpcServer>& rpcServer, const sp<IBinder>& keepAliveBinder, in RpcServerLink() function in android::BBinder::RpcServerLink