Searched defs:ServiceUtility (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/libs/vr/libpdx_default_transport/private/pdx/default_transport/
H A Dservice_utility.h15 class ServiceUtility : public ClientBase<ServiceUtility> { class in namespace:android::pdx::default_transport
44 ServiceUtility(const std::string& endpoint_path, int* error = nullptr) function in class:android::pdx::default_transport::ServiceUtility
61 auto utility = ServiceUtility::Create(fpath, &error);
64 ALOGE("ServiceUtility::PokeService: Failed to open %s: %s.", fpath,
73 "ServiceUtility::PokeService: Failed to send sysprop change to %s: "
83 ServiceUtility(const ServiceUtility&) = delete;
84 void operator=(const ServiceUtility&) = delete;

Completed in 58 milliseconds