Home
last modified time | relevance | path

Searched refs:type_name (Results 1 – 5 of 5) sorted by relevance

/device/google/trout/hal/sensors/2.1/
Diio_utils.cpp325 std::string type_name; in get_scan_type() local
336 type_name = chanInfo->name; in get_scan_type()
337 type_name += "_type"; in get_scan_type()
339 if (strcmp(ent->d_name, type_name.c_str()) == 0) { in get_scan_type()
/device/google/cuttlefish/host/libs/control_env/
Dgrpc_service_handler.cc272 const auto& type_name = args[1]; in HandleTypeCmd() local
277 grpc_arguments.push_back(type_name); in HandleTypeCmd()
/device/google/cuttlefish/host/commands/control_env_proxy_server/
Dcontrol_env_proxy.proto63 string type_name = 2; field
Dmain.cpp155 request->type_name()}; in TypeInformation()
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto2745 // If type_name is set, this need not be set. If both this and type_name
2754 optional string type_name = 6; field
2757 // resolved in the same manner as type_name.