Home
last modified time | relevance | path

Searched defs:getClientName (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.registry/1/android/automotive/computepipe/registry/
H A DIClientInfo.aidl21 @utf8InCpp String getClientName(); in getClientName() method
/aosp12/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.registry/current/android/automotive/computepipe/registry/
H A DIClientInfo.aidl21 @utf8InCpp String getClientName(); in getClientName() method
/aosp12/packages/services/Car/cpp/computepipe/aidl/android/automotive/computepipe/registry/
H A DIClientInfo.aidl23 @utf8InCpp String getClientName(); in getClientName() method
/aosp12/packages/services/Car/cpp/computepipe/example/
H A DFaceTracker.h60 ndk::ScopedAStatus getClientName(std::string* _aidl_return) override { in getClientName() function
/aosp12/packages/services/Car/cpp/computepipe/router/1.0/
H A DPipeClient.cpp36 std::string PipeClient::getClientName() { in getClientName() function in android::automotive::computepipe::router::V1_0::implementation::PipeClient
/aosp12/packages/services/Car/cpp/computepipe/tests/
H A DPipeQueryTest.cpp44 ndk::ScopedAStatus getClientName(std::string* name) override { in getClientName() function in FakeClientInfo
/aosp12/frameworks/base/core/java/android/hardware/
H A DCameraSessionStats.java163 public String getClientName() { in getClientName() method in CameraSessionStats
/aosp12/packages/services/Car/cpp/computepipe/tests/runner/client_interface/
H A DClientInterfaceTest.cc92 ScopedAStatus getClientName(std::string* _aidl_return) { in getClientName() function in android::automotive::computepipe::runner::client_interface::aidl_client::__anon72afc8aa0110::ClientInfo
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java477 public static String getClientName(@Nullable BaseClientMonitor client) { in getClientName() method in Utils