Lines Matching refs:playing
3 The **ringtonePlayer** module provides APIs for playing, configuring, and obtaining system ringtone…
33 Provides APIs for setting and obtaining system ringtone parameters as well as playing and stopping …
257 Starts playing the ringtone. This API uses an asynchronous callback to return the result.
276 console.error(`Failed to start playing ringtone. ${err}`);
287 Starts playing the ringtone. This API uses a promise to return the result.
307 console.error(`Failed to start playing ringtone. ${err}`);
315 Stops playing the ringtone. This API uses an asynchronous callback to return the result.
334 console.error(`Failed to stop playing ringtone. ${err}`);
345 Stops playing the ringtone. This API uses a promise to return the result.
365 console.error(`Failed to stop playing ringtone. ${err}`);
467 console.info('Force paused. Update playing status and stop writing');
472 console.info('Force stopped. Update playing status and stop writing');