Home
last modified time | relevance | path

Searched defs:parse_state (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/core/init/
H A Dtokenizer.h27 struct parse_state struct
35 int next_token(struct parse_state *state); argument
/aosp12/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
H A Dframeparser.h77 enum state_start_code_parse parse_state; variable
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dframeparser.h82 enum state_start_code_parse parse_state; variable
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h83 enum state_start_code_parse parse_state; variable
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h84 enum state_start_code_parse parse_state; variable
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h84 enum state_start_code_parse parse_state; variable
/aosp12/system/libprocinfo/
H A Dprocess.cpp49 static ProcessState parse_state(char state) { in parse_state() function