HomeSort by relevance Sort by last modified time
    Searched defs:socket_name (Results 1 - 4 of 4) sorted by null

  /external/perfetto/src/traced/probes/
probes_producer.cc 102 const char* socket_name = socket_name_; local
108 ConnectWithRetries(socket_name, task_runner);
278 void ProbesProducer::ConnectWithRetries(const char* socket_name,
284 socket_name_ = socket_name;
  /external/wayland/tests/
test-compositor.c 322 const char *socket_name; local
332 socket_name = get_socket_name();
333 stat = wl_display_add_socket(d->wl_display, socket_name);
  /frameworks/base/core/jni/
fd_utils.cpp 182 std::string socket_name; local
183 if (!GetSocketName(fd, &socket_name)) {
188 if (!whitelist->IsAllowed(socket_name)) {
190 socket_name.c_str(),
  /frameworks/native/libs/vr/libpdx_uds/
service_endpoint.cpp 147 std::string socket_name = endpoint_path_.substr(sizeof(prefix) - 1); variable
148 fd.Reset(android_get_control_socket(socket_name.c_str()));
151 << socket_name << "'";

Completed in 223 milliseconds