Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/binder/
H A DStability.h24 class BpBinder; variable
H A DIBinder.h36 class BpBinder; variable
/aosp12/frameworks/native/libs/binder/include/binder/
H A DStability.h24 class BpBinder; variable
H A DIBinder.h36 class BpBinder; variable
/aosp12/frameworks/native/libs/binder/
H A DBpBinder.cpp163 BpBinder::BpBinder(Handle&& handle) in BpBinder() function in android::BpBinder
173 BpBinder::BpBinder(BinderHandle&& handle, int32_t trackedUid) : BpBinder(Handle(handle)) { in BpBinder() function in android::BpBinder
181 BpBinder::BpBinder(RpcHandle&& handle) : BpBinder(Handle(handle)) { in BpBinder() function in android::BpBinder