Merge "TIAS:The oneway flag add in ITvInteractiveAppManagerCallback.aidl" into tm-dev
This commit is contained in:
@@ -22,10 +22,10 @@ import android.media.tv.interactive.TvInteractiveAppServiceInfo;
|
|||||||
* Interface to receive callbacks from ITvInteractiveAppManager regardless of sessions.
|
* Interface to receive callbacks from ITvInteractiveAppManager regardless of sessions.
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
interface ITvInteractiveAppManagerCallback {
|
oneway interface ITvInteractiveAppManagerCallback {
|
||||||
void onInteractiveAppServiceAdded(in String iAppServiceId);
|
void onInteractiveAppServiceAdded(in String iAppServiceId);
|
||||||
void onInteractiveAppServiceRemoved(in String iAppServiceId);
|
void onInteractiveAppServiceRemoved(in String iAppServiceId);
|
||||||
void onInteractiveAppServiceUpdated(in String iAppServiceId);
|
void onInteractiveAppServiceUpdated(in String iAppServiceId);
|
||||||
void onTvInteractiveAppServiceInfoUpdated(in TvInteractiveAppServiceInfo tvIAppInfo);
|
void onTvInteractiveAppServiceInfoUpdated(in TvInteractiveAppServiceInfo tvIAppInfo);
|
||||||
void onStateChanged(in String iAppServiceId, int type, int state, int err);
|
void onStateChanged(in String iAppServiceId, int type, int state, int err);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user