Lines Matching defs:ap
35 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ?
37 if (NULL == ap) {
41 COutputMix *outputMix = CAudioPlayer_GetOutputMix(ap);
44 result = android_fxSend_attachToAux(ap, effectImplementationId, enable,
45 initialLevel + ap->mVolume.mLevel);
93 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ?
95 if (NULL != ap) {
96 SLmillibel oldDirectLevel = ap->mDirectLevel;
98 ap->mDirectLevel = directLevel;
99 ap->mAmplFromDirectLevel = sles_to_android_amplification(directLevel);
126 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ?
128 if (NULL != ap) {
129 *pDirectLevel = ap->mDirectLevel;
155 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ?
157 if (NULL == ap) {
161 COutputMix *outputMix = CAudioPlayer_GetOutputMix(ap);
165 result = android_fxSend_setSendLevel(ap, sendLevel + ap->mVolume.mLevel);
194 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ?
196 if (NULL == ap) {
200 COutputMix *outputMix = CAudioPlayer_GetOutputMix(ap);