Home | History | Annotate | Download | only in musicfx

Lines Matching full:session

40      * Audio session priority
50 * Control panel updates effects and preferences. Applicable when audio session is delivered
56 * session provided by user.
70 // Effect/audio session Mappings
85 * Map containing the Virtualizer audio session, effect mappings.
90 * Map containing the BB audio session, effect mappings.
95 * Map containing the EQ audio session, effect mappings.
100 * Map containing the PR audio session, effect mappings.
106 * Map containing the package name, audio session mappings.
155 * System wide unique audio session identifier.
183 final int session = mediaPlayer.getAudioSessionId();
186 virtualizerEffect = new Virtualizer(PRIORITY, session);
208 // If EQ is not initialized already create "dummy" audio session created by
212 final int session = mediaPlayer.getAudioSessionId();
215 Log.d(TAG, "Creating dummy EQ effect on session " + session);
216 equalizerEffect = new Equalizer(PRIORITY, session);
332 * Gets the effect control mode based on the given audio session in the control panel. Control
336 * System wide unique audio session identifier.
352 * System wide unique audio session identifier.
523 * System wide unique audio session identifier.
549 * System wide unique audio session identifier.
771 * System wide unique audio session identifier.
786 * System wide unique audio session identifier.
811 * System wide unique audio session identifier.
826 * System wide unique audio session identifier.
843 * System wide unique audio session identifier.
862 * System wide unique audio session identifier.
914 * System wide unique audio session identifier.
941 * System wide unique audio session identifier.
956 * System wide unique audio session identifier.
966 * Opens/initializes the effects session for the given audio session with preferences linked to
972 * System wide unique audio session identifier.
1059 // In case of an existing audio session
1262 * Closes the audio session (release effects) for the given session
1267 * System wide unique audio session identifier.
1299 * audio session. It sets/inits the control mode and preferences and then sets the global
1305 * System wide unique audio session identifier.
1315 * Gets the virtualizer effect for the given audio session. If the effect on the session doesn't
1319 * System wide unique audio session identifier.
1348 * Gets the bass boost effect for the given audio session. If the effect on the session doesn't
1352 * System wide unique audio session identifier.
1381 * Gets the equalizer effect for the given audio session. If the effect on the session doesn't
1385 * System wide unique audio session identifier.
1415 // * Gets the preset reverb effect for the given audio session. If the effect on the session
1419 // * System wide unique audio session identifier.