Home
last modified time | relevance | path

Searched refs:IBassBoost (Results 1 – 6 of 6) sorted by relevance

/frameworks/wilhelm/src/itf/
DIBassBoost.c32 static inline bool NO_BASSBOOST(IBassBoost* v) { in NO_BASSBOOST()
42 IBassBoost *thiz = (IBassBoost *) self; in IBassBoost_SetEnabled()
68 IBassBoost *thiz = (IBassBoost *) self; in IBassBoost_IsEnabled()
96 IBassBoost *thiz = (IBassBoost *) self; in IBassBoost_SetStrength()
124 IBassBoost *thiz = (IBassBoost *) self; in IBassBoost_GetRoundedStrength()
157 IBassBoost *thiz = (IBassBoost *) self; in IBassBoost_IsStrengthSupported()
187 IBassBoost *thiz = (IBassBoost *) self; in IBassBoost_init()
201 IBassBoost *thiz = (IBassBoost *) self; in IBassBoost_deinit()
210 IBassBoost *thiz = (IBassBoost *) self; in IBassBoost_Expose()
/frameworks/wilhelm/src/
Dclasses.h57 IBassBoost mBassBoost;
132 IBassBoost mBassBoost;
260 IBassBoost mBassBoost;
292 IBassBoost mBassBoost;
DAndroid.mk114 itf/IBassBoost.c \
Ditfstruct.h225 } IBassBoost; typedef
/frameworks/wilhelm/src/android/
Dandroid_Effect.h31 extern void android_bb_init(int sessionId, IBassBoost* ibb);
Dandroid_Effect.cpp257 void android_bb_init(int sessionId, IBassBoost* ibb) { in android_bb_init()