Home
last modified time | relevance | path

Searched defs:ConnectionInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DIServiceManager.h128 struct ConnectionInfo { struct
132 virtual std::optional<ConnectionInfo> getConnectionInfo(const String16& name) = 0; argument
/frameworks/native/include/binder/
DIServiceManager.h128 struct ConnectionInfo { struct
132 virtual std::optional<ConnectionInfo> getConnectionInfo(const String16& name) = 0; argument
/frameworks/base/core/java/android/app/
DLoadedApk.java2033 private static class ConnectionInfo { class in ServiceDispatcher