Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:state_t

138     struct state_t;
208 struct state_t {
212 void (*hook)(state_t* state, int64_t pts); // one of process__*, never NULL
242 state_t mState __attribute__((aligned(32)));
264 static void process__validate(state_t* state, int64_t pts);
265 static void process__nop(state_t* state, int64_t pts);
266 static void process__genericNoResampling(state_t* state, int64_t pts);
267 static void process__genericResampling(state_t* state, int64_t pts);
268 static void process__OneTrack16BitsStereoNoResampling(state_t* state,
271 static void process__TwoTracks16BitsStereoNoResampling(state_t* state,