Searched refs:IShellCallback (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DIShellCallback.aidl22 interface IShellCallback {
/frameworks/native/libs/binder/
H A DIShellCallback.cpp22 #include <binder/IShellCallback.h>
34 class BpShellCallback : public BpInterface<IShellCallback>
38 : BpInterface<IShellCallback>(impl)
45 data.writeInterfaceToken(IShellCallback::getInterfaceDescriptor());
57 IMPLEMENT_META_INTERFACE(ShellCallback, "com.android.internal.os.IShellCallback");
66 CHECK_INTERFACE(IShellCallback, data, reply);
H A DBinder.cpp24 #include <binder/IShellCallback.h>
66 Vector<String16>& args, const sp<IShellCallback>& callback,
238 sp<IShellCallback> shellCallback = IShellCallback::asInterface(
/frameworks/native/include/binder/
H A DIShellCallback.h27 class IShellCallback : public IInterface class in namespace:android
42 class BnShellCallback : public BnInterface<IShellCallback>
H A DIBinder.h41 class IShellCallback;
86 Vector<String16>& args, const sp<IShellCallback>& callback,
/frameworks/native/libs/binder/include/binder/
H A DIShellCallback.h27 class IShellCallback : public IInterface class in namespace:android
42 class BnShellCallback : public BnInterface<IShellCallback>
H A DIBinder.h41 class IShellCallback;
86 Vector<String16>& args, const sp<IShellCallback>& callback,
/frameworks/base/core/java/android/os/
H A DShellCallback.java21 import com.android.internal.os.IShellCallback;
35 IShellCallback mShellCallback;
37 class MyShellCallback extends IShellCallback.Stub {
107 mShellCallback = IShellCallback.Stub.asInterface(in.readStrongBinder());
/frameworks/base/cmds/incidentd/src/
H A DIncidentService.cpp30 #include <binder/IShellCallback.h>
272 sp<IShellCallback> shellCallback = IShellCallback::asInterface(data.readStrongBinder());
/frameworks/base/cmds/statsd/src/packages/
H A DUidMap.h25 #include <binder/IShellCallback.h>
/frameworks/native/cmds/cmd/
H A Dcmd.cpp24 #include <binder/IShellCallback.h>
/frameworks/base/cmds/statsd/src/
H A DStatsService.cpp212 sp<IShellCallback> shellCallback = IShellCallback::asInterface(data.readStrongBinder());
/frameworks/base/config/
H A Dboot-image-profile.txt9126 HPLcom/android/internal/os/IShellCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;
9127 HPLcom/android/internal/os/IShellCallback;->openFile(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Landroid/os/ParcelFileDescriptor;
[all...]

Completed in 104 milliseconds