Searched refs:IContextHubCallback (Results 1 – 7 of 7) sorted by relevance
27 import android.hardware.location.IContextHubCallback;38 int registerCallback(in IContextHubCallback callback); in registerCallback()
24 oneway interface IContextHubCallback { interface
883 private final IContextHubCallback.Stub mClientCallback = new IContextHubCallback.Stub() {
32 import android.hardware.location.IContextHubCallback;90 private final RemoteCallbackList<IContextHubCallback> mCallbacksList =257 public int registerCallback(IContextHubCallback callback) throws RemoteException {828 IContextHubCallback callback = mCallbacksList.getBroadcastItem(i);
7352 HSPLandroid/hardware/location/IContextHubCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;7353 HSPLandroid/hardware/location/IContextHubCallback$Stub$Proxy;->onMessageReceipt(IILandroid/hardware…33794 Landroid/hardware/location/IContextHubCallback$Stub;33795 Landroid/hardware/location/IContextHubCallback;41760 HSPLandroid/hardware/location/IContextHubCallback$Stub;->asBinder()Landroid/os/IBinder;41761 HSPLandroid/hardware/location/IContextHubCallback$Stub;-><init>()V41762 HSPLandroid/hardware/location/IContextHubCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os…
24008 …e/location/ContextHubManager;->mClientCallback:Landroid/hardware/location/IContextHubCallback$Stub;24216 Landroid/hardware/location/IContextHubCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V24217 Landroid/hardware/location/IContextHubCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/Stri…24218 Landroid/hardware/location/IContextHubCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;24219 Landroid/hardware/location/IContextHubCallback$Stub$Proxy;->onMessageReceipt(IILandroid/hardware/lo…24220 Landroid/hardware/location/IContextHubCallback$Stub;-><init>()V24221 …roid/hardware/location/IContextHubCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/hardwa…24222 Landroid/hardware/location/IContextHubCallback$Stub;->DESCRIPTOR:Ljava/lang/String;24223 Landroid/hardware/location/IContextHubCallback$Stub;->TRANSACTION_onMessageReceipt:I24224 Landroid/hardware/location/IContextHubCallback;->onMessageReceipt(IILandroid/hardware/location/Cont…[all …]
7965 …ver/location/ContextHubService;->registerCallback(Landroid/hardware/location/IContextHubCallback;)I