Home
last modified time | relevance | path

Searched defs:rpcAddress (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/pigweed/ts/device/
H A Dindex.ts61 private rpcAddress: number; property in Device
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/binder/include/binder/
DBpBinder.h135 const RpcAddress& rpcAddress() const { return mBinder->rpcAddress(); } in rpcAddress() function
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/binder/include/binder/
DBpBinder.h135 const RpcAddress& rpcAddress() const { return mBinder->rpcAddress(); } in rpcAddress() function
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/binder/include/binder/
DBpBinder.h135 const RpcAddress& rpcAddress() const { return mBinder->rpcAddress(); } in rpcAddress() function
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/binder/include/binder/
DBpBinder.h135 const RpcAddress& rpcAddress() const { return mBinder->rpcAddress(); } in rpcAddress() function
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/binder/include/binder/
DBpBinder.h135 const RpcAddress& rpcAddress() const { return mBinder->rpcAddress(); } in rpcAddress() function
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/binder/include/binder/
DBpBinder.h135 const RpcAddress& rpcAddress() const { return mBinder->rpcAddress(); } in rpcAddress() function
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/binder/include/binder/
DBpBinder.h135 const RpcAddress& rpcAddress() const { return mBinder->rpcAddress(); } in rpcAddress() function
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/binder/include/binder/
DBpBinder.h135 const RpcAddress& rpcAddress() const { return mBinder->rpcAddress(); } in rpcAddress() function
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/
DBpBinder.h133 uint64_t rpcAddress() const { return mBinder->rpcAddress(); } in rpcAddress() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/
DBpBinder.h144 uint64_t rpcAddress() const { return mBinder->rpcAddress(); } in rpcAddress() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/
DBpBinder.h144 uint64_t rpcAddress() const { return mBinder->rpcAddress(); } in rpcAddress() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/
DBpBinder.h133 uint64_t rpcAddress() const { return mBinder->rpcAddress(); } in rpcAddress() function
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/
DBpBinder.h133 uint64_t rpcAddress() const { return mBinder->rpcAddress(); } in rpcAddress() function
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/
DBpBinder.h133 uint64_t rpcAddress() const { return mBinder->rpcAddress(); } in rpcAddress() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/
DBpBinder.h144 uint64_t rpcAddress() const { return mBinder->rpcAddress(); } in rpcAddress() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/
DBpBinder.h144 uint64_t rpcAddress() const { return mBinder->rpcAddress(); } in rpcAddress() function
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DBpBinder.h157 uint64_t rpcAddress() const { return mBinder->rpcAddress(); } in rpcAddress() function
/aosp_15_r20/frameworks/native/libs/binder/
H A DBpBinder.cpp282 uint64_t BpBinder::rpcAddress() const { in rpcAddress() function in android::BpBinder