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

  /frameworks/wilhelm/tests/sandbox/
monkey.c 38 } State_t;
46 typedef State_t (*Action_pt)(Player_pt player);
54 State_t actionPause(Player_pt p)
62 State_t actionPlay(Player_pt p)
70 State_t actionStop(Player_pt p)
78 State_t actionRewind(Player_pt p)
86 State_t actionDestroy(Player_pt p)
96 State_t actionCreate(Player_pt p)
126 State_t actionRealize(Player_pt p)
140 State_t actionSleep(Player_pt p
    [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.h 146 struct state_t;
217 struct state_t { struct in class:android::AudioMixer
221 void (*hook)(state_t* state, int64_t pts); // one of process__*, never NULL
256 state_t mState __attribute__((aligned(32)));
283 static void process__validate(state_t* state, int64_t pts);
284 static void process__nop(state_t* state, int64_t pts);
285 static void process__genericNoResampling(state_t* state, int64_t pts);
286 static void process__genericResampling(state_t* state, int64_t pts);
287 static void process__OneTrack16BitsStereoNoResampling(state_t* state,
290 static void process__TwoTracks16BitsStereoNoResampling(state_t* state
    [all...]
AudioMixer.cpp 636 void AudioMixer::process__validate(state_t* state, int64_t pts)
    [all...]
  /external/clang/test/CodeGenObjC/
arc-foreach.m 28 // CHECK-LP64-NEXT: [[STATE:%.*]] = alloca [[STATE_T:%.*]],
39 // CHECK-LP64-NEXT: [[T0:%.*]] = bitcast [[STATE_T]]* [[STATE]] to i8*
51 // CHECK-LP64-NEXT: [[SIZE:%.*]] = call i64 bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i64 (i8*, i8*, [[STATE_T]]*, [16 x i8*]*, i64)*)(i8* [[T1]], i8* [[T0]], [[STATE_T]]* [[STATE]], [16 x i8*]* [[BUFFER]], i64 16)
57 // CHECK-LP64: [[T0:%.*]] = getelementptr inbounds [[STATE_T]]* [[STATE]], i32 0, i32 1
74 // CHECK-LP64-NEXT: [[SIZE:%.*]] = call i64 bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i64 (i8*, i8*, [[STATE_T]]*, [16 x i8*]*, i64)*)(i8* [[T1]], i8* [[T0]], [[STATE_T]]* [[STATE]], [16 x i8*]* [[BUFFER]], i64 16)
101 // CHECK-LP64-NEXT: [[STATE:%.*]] = alloca [[STATE_T:%.*]],
105 // CHECK-LP64: [[T0:%.*]] = getelementptr inbounds [[STATE_T]]* [[STATE]], i32 0, i32 1
  /external/clang/test/SemaTemplate/
instantiate-method.cpp 160 typedef int state_t( ); typedef in struct:PR7022::X1
161 state_t g ;
  /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);
AudioBiquadFilter.cpp 88 void AudioBiquadFilter::setState(state_t state) {
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 717 GLboolean state_t = GL_FALSE; local
720 ctx->dispatcher().glGetBooleanv(GL_TEXTURE_GEN_T,&state_t);
722 *params = state_s && state_t && state_r ? GL_TRUE: GL_FALSE;
2177 GLfloat state_t = GL_FALSE; local
2193 GLint state_t = GL_FALSE; local
2211 GLfloat state_t = GL_FALSE; local
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 507 struct state_t { struct in namespace:android
528 state_t state;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
codecvt_specializations.h 96 // typedef STATE_T state_type
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
codecvt_specializations.h 99 // typedef STATE_T state_type
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
codecvt_specializations.h 99 // typedef STATE_T state_type
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 96 // typedef STATE_T state_type
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 96 // typedef STATE_T state_type
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 96 // typedef STATE_T state_type
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
codecvt_specializations.h 96 // typedef STATE_T state_type
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
codecvt_specializations.h 99 // typedef STATE_T state_type
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
codecvt_specializations.h 99 // typedef STATE_T state_type
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
codecvt_specializations.h 99 // typedef STATE_T state_type
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
codecvt_specializations.h 99 // typedef STATE_T state_type
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
codecvt_specializations.h 97 // typedef STATE_T state_type

Completed in 995 milliseconds