Home
last modified time | relevance | path

Searched defs:kInvalidTag (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/skia/tools/
H A Dskpinfo.cpp30 static const int kInvalidTag = 3; variable
/aosp_15_r20/external/stressapptest/src/
H A Dqueue.h35 static const int kInvalidTag = 0xf001; variable
/aosp_15_r20/system/keymaster/ng/
H A DKeyMintUtils.cpp75 keymaster_key_param_t kInvalidTag{.tag = KM_TAG_INVALID, .integer = 0}; variable
/aosp_15_r20/hardware/nxp/keymint/KM300/
DJavacardKeyMintUtils.cpp25 keymaster_key_param_t kInvalidTag{.tag = KM_TAG_INVALID, .integer = 0}; variable
/aosp_15_r20/hardware/nxp/keymint/KM200/
DJavacardKeyMintUtils.cpp42 keymaster_key_param_t kInvalidTag{.tag = KM_TAG_INVALID, .integer = 0}; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrPersistentCacheUtils.cpp80 constexpr SkFourByteTag kInvalidTag = ~0; in GetType() local
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel_buffer.hpp79 static const FrameTag kInvalidTag; member in ot::Spinel::Buffer
H A Dspinel_buffer.cpp42 const Buffer::FrameTag Buffer::kInvalidTag = nullptr; member in ot::Spinel::Buffer