sk.baka.ambient.playerservice
Class IPlayer.Stub
java.lang.Object
android.os.Binder
sk.baka.ambient.playerservice.IPlayer.Stub
- All Implemented Interfaces:
- android.os.IBinder, android.os.IInterface, IPlayer
- Enclosing interface:
- IPlayer
public abstract static class IPlayer.Stub
- extends android.os.Binder
- implements IPlayer
Local-side IPC implementation stub class.
| Nested classes/interfaces inherited from interface sk.baka.ambient.playerservice.IPlayer |
IPlayer.Stub |
| Nested classes/interfaces inherited from interface android.os.IBinder |
android.os.IBinder.DeathRecipient |
| Fields inherited from interface android.os.IBinder |
DUMP_TRANSACTION, FIRST_CALL_TRANSACTION, FLAG_ONEWAY, INTERFACE_TRANSACTION, LAST_CALL_TRANSACTION, PING_TRANSACTION |
|
Constructor Summary |
IPlayer.Stub()
Construct the stub at attach it to the interface. |
|
Method Summary |
android.os.IBinder |
asBinder()
|
static IPlayer |
asInterface(android.os.IBinder obj)
Cast an IBinder object into an IPlayer interface,
generating a proxy if needed. |
boolean |
onTransact(int code,
android.os.Parcel data,
android.os.Parcel reply,
int flags)
|
| Methods inherited from class android.os.Binder |
attachInterface, clearCallingIdentity, dump, dump, finalize, flushPendingCommands, getCallingPid, getCallingUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, transact, unlinkToDeath |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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(android.os.IBinder obj)
- Cast an IBinder object into an IPlayer interface,
generating a proxy if needed.
asBinder
public android.os.IBinder asBinder()
- Specified by:
asBinder in interface android.os.IInterface
onTransact
public boolean onTransact(int code,
android.os.Parcel data,
android.os.Parcel reply,
int flags)
throws android.os.RemoteException
- Overrides:
onTransact in class android.os.Binder
- Throws:
android.os.RemoteException
Copyright © 2007-2009. All Rights Reserved.