Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIBassBoost.cpp32 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.h60 IBassBoost mBassBoost;
139 IBassBoost mBassBoost;
269 IBassBoost mBassBoost;
301 IBassBoost mBassBoost;
DAndroid.bp148 "itf/IBassBoost.cpp",
Ditfstruct.h227 } IBassBoost; typedef
/frameworks/wilhelm/src/android/
Dandroid_Effect.h31 extern void android_bb_init(audio_session_t sessionId, IBassBoost* ibb);
Dandroid_Effect.cpp264 void android_bb_init(audio_session_t sessionId, IBassBoost* ibb) { in android_bb_init()