Home
last modified time | relevance | path

Searched defs:MAX_BUF_LEN (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
H A DIPACM_Log.h53 #define MAX_BUF_LEN 256 macro
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
H A DIPACM_Log.h53 #define MAX_BUF_LEN 256 macro
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
H A DIPACM_Log.h53 #define MAX_BUF_LEN 256 macro
/aosp12/frameworks/base/core/java/android/text/
H A DBoringLayout.java306 final int MAX_BUF_LEN = 500; in hasAnyInterestingChars() local