HomeSort by relevance Sort by last modified time
    Searched defs:state_t (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.h 108 enum state_t { enum in class:android::AudioBiquadFilter
125 state_t mState;
148 void setState(state_t state);
  /external/autotest/client/tests/tsc/src/
checktsc.c 131 } state_t; typedef in typeref:union:state
135 static void inline set_state(state_t *s, int v)
140 static void inline wait_for_state(state_t *s, int v)
170 state_t master;
171 state_t slave;
  /external/clang/test/SemaTemplate/
instantiate-method.cpp 160 typedef int state_t( ); typedef in struct:PR7022::X1
161 state_t g ;
instantiate-local-class.cpp 208 struct state_t { struct
  /frameworks/av/media/libaudioclient/include/media/
AudioMixer.h 164 struct state_t;
279 typedef void (*process_hook_t)(state_t* state);
282 struct state_t { struct in class:android::AudioMixer
308 state_t mState __attribute__((aligned(32)));
329 static void process__validate(state_t* state);
330 static void process__nop(state_t* state);
331 static void process__genericNoResampling(state_t* state);
332 static void process__genericResampling(state_t* state);
333 static void process__OneTrack16BitsStereoNoResampling(state_t* state);
355 static void process_NoResampleOneTrack(state_t* state)
    [all...]
  /system/core/libpixelflinger/include/private/pixelflinger/
ggl_context.h 509 struct state_t { struct in namespace:android
530 state_t state;

Completed in 422 milliseconds