Add a system TextToSpeech implementation that initiates the connection...
Add a system TextToSpeech implementation that initiates the connection through the system server. This change includes the new System Service that allows the supervised binding to the TextToSpeech service provider. It proxies the binding process from the client instead of the direct client -> texttospeech connection. Bug: 178112052 Test: atest CtsSpeechTestCases Change-Id: Ie17800bae7a84bfd6e63633f5c914ddbe2c29e9d
Showing
- core/java/android/content/Context.java 8 additions, 0 deletionscore/java/android/content/Context.java
- core/java/android/speech/tts/ITextToSpeechManager.aidl 29 additions, 0 deletionscore/java/android/speech/tts/ITextToSpeechManager.aidl
- core/java/android/speech/tts/ITextToSpeechSession.aidl 33 additions, 0 deletionscore/java/android/speech/tts/ITextToSpeechSession.aidl
- core/java/android/speech/tts/ITextToSpeechSessionCallback.aidl 32 additions, 0 deletions...java/android/speech/tts/ITextToSpeechSessionCallback.aidl
- core/java/android/speech/tts/TextToSpeech.java 141 additions, 27 deletionscore/java/android/speech/tts/TextToSpeech.java
- services/Android.bp 2 additions, 0 deletionsservices/Android.bp
- services/core/java/com/android/server/infra/AbstractMasterSystemService.java 14 additions, 0 deletions...com/android/server/infra/AbstractMasterSystemService.java
- services/java/com/android/server/SystemServer.java 10 additions, 0 deletionsservices/java/com/android/server/SystemServer.java
- services/texttospeech/Android.bp 13 additions, 0 deletionsservices/texttospeech/Android.bp
- services/texttospeech/java/com/android/server/texttospeech/TextToSpeechManagerPerUserService.java 184 additions, 0 deletions...erver/texttospeech/TextToSpeechManagerPerUserService.java
- services/texttospeech/java/com/android/server/texttospeech/TextToSpeechManagerService.java 77 additions, 0 deletions...droid/server/texttospeech/TextToSpeechManagerService.java
Loading
Please register or sign in to comment