sk.baka.ambient.playerservice
Class IPlayer.Stub
java.lang.Object
android.os.Binder
sk.baka.ambient.playerservice.IPlayer.Stub
- All Implemented Interfaces:
- IBinder, IInterface, IPlayer
- Enclosing interface:
- IPlayer
public abstract static class IPlayer.Stub
- extends Binder
- implements IPlayer
Local-side IPC implementation stub class.
Nested classes/interfaces inherited from interface sk.baka.ambient.playerservice.IPlayer |
IPlayer.Stub |
Constructor Summary |
IPlayer.Stub()
Construct the stub at attach it to the interface. |
Methods inherited from class android.os.Binder |
attachInterface, clearCallingIdentity, dump, finalize, flushPendingCommands, getCallingPid, getCallingUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, transact, unlinkToDeath |
TRANSACTION_pause
static final int TRANSACTION_pause
- See Also:
- Constant Field Values
TRANSACTION_play
static final int TRANSACTION_play
- See Also:
- Constant Field Values
TRANSACTION_stop
static final int TRANSACTION_stop
- See Also:
- Constant Field Values
TRANSACTION_seek
static final int TRANSACTION_seek
- See Also:
- Constant Field Values
TRANSACTION_getPlaybackState
static final int TRANSACTION_getPlaybackState
- See Also:
- Constant Field Values
TRANSACTION_getPosition
static final int TRANSACTION_getPosition
- See Also:
- Constant Field Values
IPlayer.Stub
public IPlayer.Stub()
- Construct the stub at attach it to the interface.
asInterface
public static IPlayer asInterface(IBinder obj)
- Cast an IBinder object into an IPlayer interface,
generating a proxy if needed.
asBinder
public IBinder asBinder()
- Specified by:
asBinder
in interface IInterface
onTransact
public boolean onTransact(int code,
Parcel data,
Parcel reply,
int flags)
throws RemoteException
- Overrides:
onTransact
in class Binder
- Throws:
RemoteException
Copyright © 2007-2008. All Rights Reserved.