Home | History | Annotate | Download | only in itf

Lines Matching defs:ap

35         CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ?
37 if (NULL == ap) {
43 result = android_fxSend_attachToAux(ap, effectImplementationId, enable,
44 initialLevel + ap->mVolume.mLevel);
92 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ?
94 if (NULL != ap) {
95 SLmillibel oldDirectLevel = ap->mDirectLevel;
97 ap->mDirectLevel = directLevel;
98 ap->mAmplFromDirectLevel = sles_to_android_amplification(directLevel);
125 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ?
127 if (NULL != ap) {
128 *pDirectLevel = ap->mDirectLevel;
154 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ?
156 if (NULL == ap) {
160 COutputMix *outputMix = CAudioPlayer_GetOutputMix(ap);
164 result = android_fxSend_setSendLevel(ap, sendLevel + ap->mVolume.mLevel);
193 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ?
195 if (NULL == ap) {
199 COutputMix *outputMix = CAudioPlayer_GetOutputMix(ap);