Home
last modified time | relevance | path

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

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