HomeSort by relevance Sort by last modified time
    Searched refs:trusted_uid (Results 1 - 5 of 5) sorted by null

  /external/perfetto/protos/perfetto/trace/
trusted_packet.proto 47 oneof optional_trusted_uid { int32 trusted_uid = 3; };
trace_packet.proto 55 // with TrustedPacket.trusted_uid.
56 oneof optional_trusted_uid { int32 trusted_uid = 3; };
  /external/perfetto/src/tracing/core/
trace_buffer.h 325 : chunk_record{c}, trusted_uid{u}, flags{f}, num_fragments{p} {}
328 const uid_t trusted_uid; // uid of the producer. member in struct:perfetto::TraceBuffer::ChunkMeta
trace_buffer.cc 433 const uid_t trusted_uid = chunk_meta->trusted_uid; local
496 *producer_uid = trusted_uid;
512 *producer_uid = trusted_uid;
  /frameworks/native/services/vr/performanced/
performance_service_tests.cpp 255 int trusted_uid = -1; local
261 trusted_uid = std::atoi(trusted_uid_env);
480 if (trusted_uid != -1) {
488 ASSERT_EQ(0, setresuid(trusted_uid, trusted_uid, -1))

Completed in 92 milliseconds