Home
last modified time | relevance | path

Searched defs:kBufferLen (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/system/chre/apps/wifi_offload/test/
H A Dflatbuffersserialization_test.cc33 static const size_t kBufferLen = CHRE_MESSAGE_TO_HOST_MAX_SIZE; member in FlatbuffersSerializationTest
/aosp_15_r20/external/cronet/net/tools/content_decoder_tool/
H A Dcontent_decoder_tool.cc24 const int kBufferLen = 4096; variable
/aosp_15_r20/system/extras/memory_replay/
H A DMemoryTrace.cpp30 constexpr size_t kBufferLen = 256; variable
/aosp_15_r20/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
Dlogger.cpp47 static const int kBufferLen = 2048; variable
/aosp_15_r20/external/cronet/base/sampling_heap_profiler/
H A Dsampling_heap_profiler.cc79 constexpr size_t kBufferLen = 64; in GetAndLeakThreadName() local
/aosp_15_r20/external/skia/tools/viewer/
H A DSkottieSlide.cpp381 static constexpr int kBufferLen = 256; member in SkottieSlide::SlotManagerInterface