C# Class android.os.Binder

Inheritance: java.lang.Object, IBinder
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
attachInterface ( android arg0, java arg1 ) : void
attachInterface ( global arg0, java arg1 ) : void
clearCallingIdentity ( ) : long
dump ( java arg0, java arg1 ) : void
flushPendingCommands ( ) : void
getCallingPid ( ) : int
getCallingUid ( ) : int
getInterfaceDescriptor ( ) : global::java.lang.String
isBinderAlive ( ) : bool
joinThreadPool ( ) : void
linkToDeath ( android arg0, int arg1 ) : void
linkToDeath ( global arg0, int arg1 ) : void
pingBinder ( ) : bool
queryLocalInterface ( java arg0 ) : global::android.os.IInterface
restoreCallingIdentity ( long arg0 ) : void
transact ( int arg0, android arg1, android arg2, int arg3 ) : bool
unlinkToDeath ( android arg0, int arg1 ) : bool
unlinkToDeath ( global arg0, int arg1 ) : bool

Méthodes protégées

Méthode Description
Binder ( global @__env )
dump ( java arg0, java arg1, java arg2 ) : void
finalize ( ) : void
onTransact ( int arg0, android arg1, android arg2, int arg3 ) : bool

Private Methods

Méthode Description
Binder ( )

Method Details

Binder() protected méthode

protected Binder ( global @__env )
@__env global

attachInterface() public méthode

public attachInterface ( android arg0, java arg1 ) : void
arg0 android
arg1 java
Résultat void

attachInterface() public méthode

public attachInterface ( global arg0, java arg1 ) : void
arg0 global
arg1 java
Résultat void

clearCallingIdentity() public static méthode

public static clearCallingIdentity ( ) : long
Résultat long

dump() public méthode

public dump ( java arg0, java arg1 ) : void
arg0 java
arg1 java
Résultat void

dump() protected méthode

protected dump ( java arg0, java arg1, java arg2 ) : void
arg0 java
arg1 java
arg2 java
Résultat void

finalize() protected méthode

protected finalize ( ) : void
Résultat void

flushPendingCommands() public static méthode

public static flushPendingCommands ( ) : void
Résultat void

getCallingPid() public static méthode

public static getCallingPid ( ) : int
Résultat int

getCallingUid() public static méthode

public static getCallingUid ( ) : int
Résultat int

getInterfaceDescriptor() public méthode

public getInterfaceDescriptor ( ) : global::java.lang.String
Résultat global::java.lang.String

isBinderAlive() public méthode

public isBinderAlive ( ) : bool
Résultat bool

joinThreadPool() public static méthode

public static joinThreadPool ( ) : void
Résultat void

linkToDeath() public méthode

public linkToDeath ( android arg0, int arg1 ) : void
arg0 android
arg1 int
Résultat void

linkToDeath() public méthode

public linkToDeath ( global arg0, int arg1 ) : void
arg0 global
arg1 int
Résultat void

onTransact() protected méthode

protected onTransact ( int arg0, android arg1, android arg2, int arg3 ) : bool
arg0 int
arg1 android
arg2 android
arg3 int
Résultat bool

pingBinder() public méthode

public pingBinder ( ) : bool
Résultat bool

queryLocalInterface() public méthode

public queryLocalInterface ( java arg0 ) : global::android.os.IInterface
arg0 java
Résultat global::android.os.IInterface

restoreCallingIdentity() public static méthode

public static restoreCallingIdentity ( long arg0 ) : void
arg0 long
Résultat void

transact() public méthode

public transact ( int arg0, android arg1, android arg2, int arg3 ) : bool
arg0 int
arg1 android
arg2 android
arg3 int
Résultat bool

unlinkToDeath() public méthode

public unlinkToDeath ( android arg0, int arg1 ) : bool
arg0 android
arg1 int
Résultat bool

unlinkToDeath() public méthode

public unlinkToDeath ( global arg0, int arg1 ) : bool
arg0 global
arg1 int
Résultat bool