Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 7 of 7) sorted by relevance

/hardware/google/pixel/powerstats/include/dataproviders/
DPixelStateResidencyDataProvider.h73 struct Entry { struct
74 Entry(std::string name, std::vector<State> states) in Entry() function
97 ::ndk::ScopedAStatus getStateResidenciesTimed(const Entry &entry, argument
/hardware/google/gfxstream/host/
DStalePtrRegistry.h125 struct Entry { struct
130 using PtrMap = std::unordered_map<uint64_t, Entry>; argument
/hardware/libhardware/modules/camera/3_0/
DVendorTags.cpp38 struct Entry { struct
39 const char* name;
40 uint8_t type;
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_half.inl110 uif32 Entry; local
/hardware/google/aemu/host-common/include/host-common/
DHostmemIdMapping.h73 using Entry = HostmemEntry; variable
/hardware/google/aemu/host-common/testing/
DHostAddressSpace.cpp377 struct Entry { struct in android::HostAddressSpaceDevice::Impl
378 AddressSpaceDevicePingInfo* pingInfo = nullptr;
379 MemoryMap blocks;
/hardware/google/gfxstream/scripts/
Dgen-entries.py35 class Entry: class