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

  /hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
Component.h 154 typedef Roster::const_iterator LocalId;
155 LocalId mLocalId;
156 void setLocalId(const LocalId& localId);
  /external/libchrome/base/trace_event/
trace_event.h 63 #define TRACE_ID_LOCAL(id) trace_event_internal::TraceID::LocalId(id)
416 class LocalId {
418 explicit LocalId(unsigned long long raw_id) : raw_id_(raw_id) {}
437 WithScope(const char* scope, LocalId local_id)
470 // DEPRECATED: consider using LocalId or GlobalId, instead.
496 // DEPRECATED: consider using LocalId or GlobalId, instead.
542 TraceID(LocalId raw_id) : raw_id_(raw_id.raw_id()) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 647 ULONGLONG LocalId;

Completed in 105 milliseconds