Home
last modified time | relevance | path

Searched defs:kMagic (Results 1 – 18 of 18) sorted by relevance

/aosp12/system/chre/apps/test/chqts/src/general_test/
H A Devent_between_apps_test.h46 static const uint32_t kMagic; variable
H A Devent_between_apps_test.cc37 const uint32_t EventBetweenApps0::kMagic = UINT32_C(0x51501984); member in general_test::EventBetweenApps0
/aosp12/frameworks/av/media/codec2/vndk/internal/
H A DC2HandleIonInternal.h55 kMagic = '\xc2io\x00', enumerator
/aosp12/frameworks/av/media/codec2/vndk/include/
H A DC2SurfaceSyncObj.h184 kMagic = 'ssm\x00', enumerator
/aosp12/art/libelffile/elf/
H A Delf_debug_reader.h97 static constexpr char kMagic[] = { 0x7f, 'E', 'L', 'F', kIs64Bit ? 2 : 1 }; in IsValidElfHeader() local
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DDisplayIdentification.cpp152 const uint8_t kMagic[] = {0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0}; in isEdid() local
/aosp12/frameworks/av/media/bufferpool/1.0/vts/
H A Dallocator.cpp60 kMagic = 'ahm\x00', enumerator
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_priv_handle.h97 static const int kMagic = 'gmsm'; member
/aosp12/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_priv_handle.h90 static const int kMagic = 'gmsm'; member
/aosp12/hardware/qcom/display/msm8909/gralloc/
H A Dgr_priv_handle.h96 static const int kMagic = 'gmsm'; member
/aosp12/art/compiler/jit/
H A Djit_logger.cc121 static const uint32_t kMagic = 0x4A695444; // "JiTD" member
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A Dgr_priv_handle.h90 static const int kMagic = 'gmsm'; member
/aosp12/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_priv_handle.h92 static const int kMagic = 'gmsm'; member
/aosp12/frameworks/av/media/bufferpool/2.0/tests/
H A Dallocator.cpp60 kMagic = 'ahm\x00', enumerator
/aosp12/system/unwinding/libunwindstack/
H A DGlobalDebugImpl.h49 static constexpr uint8_t kMagic[8] = {'A', 'n', 'd', 'r', 'o', 'i', 'd', '2'}; variable
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2DmaBufAllocator.cpp80 kMagic = '\xc2io\x00', enumerator
/aosp12/system/vold/
H A DCheckpoint.cpp424 const int kMagic = 0x00574f42; variable
/aosp12/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp608 static const char kMagic[] = { 'P', 'K', 'M', ' ', '1', '0' }; variable