Lines Matching full:application
155 /* Callback function notifying client application of a change in effect engine state or
159 * The EVENT_CONTROL_STATUS_CHANGED event is received when an application loses or
161 * if another application requests the use of the engine by creating an AudioEffect for
163 * application having the control deletes its AudioEffect object.
188 * the application process. Creating an AudioEffect object will create the effect engine
190 * will be used. The application creating the AudioEffect object (or a derived class like
193 * effect engine owner, the control will be transfered to the new application. Otherwise
194 * control will remain to the previous application. In this case, the new application will be
196 * After creating the AudioEffect, the application must call the initCheck() method and
198 * If the effect is to be applied to an AudioTrack or MediaPlayer only the application
273 * - NO_ERROR: the effect engine is successfully created and the application has control.
274 * - ALREADY_EXISTS: the effect engine is successfully created but the application does not
305 * - INVALID_OPERATION: the application does not have control of the effect engine or the
318 * - INVALID_OPERATION: the application does not have control of the effect engine.
335 * - INVALID_OPERATION: the application does not have control of the effect engine.