Home
last modified time | relevance | path

Searched defs:kMinVersion (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/openscreen/cast/common/public/
H A Dreceiver_info.cc160 constexpr int kMinVersion = 2; // According to spec. in DnsSdInstanceEndpointToReceiverInfo() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dflatbuffer_serializer.cpp50 constexpr uint32_t kMinVersion = 9; variable
/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Ddex_format.h154 static constexpr u4 kMinVersion = 35; // Minimum supported dex version. member
/aosp_15_r20/system/core/fs_mgr/liblp/
H A Dbuilder.cpp926 static const uint16_t kMinVersion = LP_METADATA_VERSION_FOR_UPDATED_ATTR; in Export() local
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp191 static constexpr uint32_t kMinVersion = VK_MAKE_VERSION(1, 0, 0); variable