/frameworks/base/services/java/com/android/server/wm/ |
WindowToken.java | 19 import android.os.IBinder; 34 final IBinder token; 73 WindowToken(WindowManagerService _service, IBinder _token, int type, boolean _explicit) {
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/textservice/ |
ITextServicesManager_Stub_Delegate.java | 22 import android.os.IBinder; 39 public static ITextServicesManager asInterface(IBinder obj) { 105 public IBinder asBinder() {
|
/frameworks/native/services/sensorservice/ |
BatteryService.h | 26 static const int TRANSACTION_noteStartSensor = IBinder::FIRST_CALL_TRANSACTION + 3; 27 static const int TRANSACTION_noteStopSensor = IBinder::FIRST_CALL_TRANSACTION + 4; 31 sp<IBinder> mBatteryStatService;
|
/hardware/qcom/display/msm8960/libqservice/ |
IQClient.cpp | 23 #include <binder/IBinder.h> 35 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION, 41 BpQClient(const sp<IBinder>& impl)
|
/hardware/qcom/display/msm8974/libqservice/ |
IQClient.cpp | 23 #include <binder/IBinder.h> 35 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION, 41 BpQClient(const sp<IBinder>& impl)
|
/hardware/qcom/display/msm8x26/libqservice/ |
IQClient.cpp | 23 #include <binder/IBinder.h> 35 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION, 41 BpQClient(const sp<IBinder>& impl)
|
/frameworks/native/libs/binder/ |
ProcessState.cpp | 84 void ProcessState::setContextObject(const sp<IBinder>& object) 89 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& caller) 94 void ProcessState::setContextObject(const sp<IBinder>& object, const String16& name) 100 sp<IBinder> ProcessState::getContextObject(const String16& name, const sp<IBinder>& caller) 103 sp<IBinder> object( 183 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle) 185 sp<IBinder> result; 195 IBinder* b = e->binder [all...] |
/frameworks/base/core/java/android/security/ |
IKeystoreService.java | 20 import android.os.IBinder; 34 private final IBinder mRemote; 36 Proxy(IBinder remote) { 40 public IBinder asBinder() { 485 static final int TRANSACTION_test = IBinder.FIRST_CALL_TRANSACTION + 0; 486 static final int TRANSACTION_get = IBinder.FIRST_CALL_TRANSACTION + 1; 487 static final int TRANSACTION_insert = IBinder.FIRST_CALL_TRANSACTION + 2; 488 static final int TRANSACTION_del = IBinder.FIRST_CALL_TRANSACTION + 3; 489 static final int TRANSACTION_exist = IBinder.FIRST_CALL_TRANSACTION + 4; 490 static final int TRANSACTION_saw = IBinder.FIRST_CALL_TRANSACTION + 5 [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowRemoteCallbackList.java | 5 import android.os.IBinder; 15 private HashMap<IBinder, Callback> callbacks = new HashMap<IBinder, Callback>(); 20 private final class Callback implements IBinder.DeathRecipient { 48 IBinder binder = callback.asBinder();
|
/frameworks/av/camera/ |
IProCameraCallbacks.cpp | 36 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION, 44 BpProCameraCallbacks(const sp<IBinder>& impl) 58 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY); 67 IBinder::FLAG_ONEWAY); 76 remote()->transact(RESULT_RECEIVED, data, &reply, IBinder::FLAG_ONEWAY);
|
/frameworks/av/media/libmedia/ |
IEffectClient.cpp | 28 CONTROL_STATUS_CHANGED = IBinder::FIRST_CALL_TRANSACTION, 36 BpEffectClient(const sp<IBinder>& impl) 47 remote()->transact(CONTROL_STATUS_CHANGED, data, &reply, IBinder::FLAG_ONEWAY); 56 remote()->transact(ENABLE_STATUS_CHANGED, data, &reply, IBinder::FLAG_ONEWAY); 85 remote()->transact(COMMAND_EXECUTED, data, &reply, IBinder::FLAG_ONEWAY);
|
IRemoteDisplayClient.cpp | 27 ON_DISPLAY_CONNECTED = IBinder::FIRST_CALL_TRANSACTION, 35 BpRemoteDisplayClient(const sp<IBinder>& impl) 50 remote()->transact(ON_DISPLAY_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY); 57 remote()->transact(ON_DISPLAY_DISCONNECTED, data, &reply, IBinder::FLAG_ONEWAY); 65 remote()->transact(ON_DISPLAY_ERROR, data, &reply, IBinder::FLAG_ONEWAY);
|
/frameworks/native/libs/gui/ |
ISurfaceComposerClient.cpp | 41 CREATE_SURFACE = IBinder::FIRST_CALL_TRANSACTION, 48 BpSurfaceComposerClient(const sp<IBinder>& impl) 54 sp<IBinder>* handle, 69 virtual status_t destroySurface(const sp<IBinder>& handle) { 93 sp<IBinder> handle;
|
ISurfaceComposer.cpp | 48 BpSurfaceComposer(const sp<IBinder>& impl) 105 virtual status_t captureScreen(const sp<IBinder>& display, 178 virtual sp<IBinder> createDisplay(const String8& displayName, bool secure) 188 virtual void destroyDisplay(const sp<IBinder>& display) 196 virtual sp<IBinder> getBuiltInDisplay(int32_t id) 205 virtual void blank(const sp<IBinder>& display) 213 virtual void unblank(const sp<IBinder>& display) 221 virtual status_t getDisplayInfo(const sp<IBinder>& display, DisplayInfo* info) 242 sp<IBinder> b = createConnection()->asBinder(); 248 sp<IBinder> b = createGraphicBufferAlloc()->asBinder() [all...] |
/frameworks/native/services/surfaceflinger/ |
SurfaceFlinger.h | 82 private IBinder::DeathRecipient, 178 DefaultKeyedVector< wp<IBinder>, DisplayDeviceState> displays; 182 * IBinder interface 193 virtual sp<IBinder> createDisplay(const String8& displayName, bool secure); 194 virtual void destroyDisplay(const sp<IBinder>& display); 195 virtual sp<IBinder> getBuiltInDisplay(int32_t id); 202 virtual status_t captureScreen(const sp<IBinder>& display, 207 virtual void blank(const sp<IBinder>& display); 209 virtual void unblank(const sp<IBinder>& display); 210 virtual status_t getDisplayInfo(const sp<IBinder>& display, DisplayInfo* info) [all...] |
Client.cpp | 57 void Client::attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer) 75 sp<Layer> Client::getLayerUser(const sp<IBinder>& handle) const 112 sp<IBinder>* handle, 123 sp<IBinder>* handle; 134 sp<IBinder>* handle, 154 status_t Client::destroySurface(const sp<IBinder>& handle) {
|
/frameworks/base/core/java/android/view/ |
WindowId.java | 20 import android.os.IBinder; 51 public void focusGained(IBinder inputToken) { 64 public void focusLost(IBinder inputToken) { 77 final HashMap<IBinder, WindowId> mRegistrations 78 = new HashMap<IBinder, WindowId>(); 201 IBinder target = in.readStrongBinder(); 221 public WindowId(IBinder target) {
|
/frameworks/av/camera/camera2/ |
ICameraDeviceCallbacks.cpp | 35 CAMERA_ERROR = IBinder::FIRST_CALL_TRANSACTION, 44 BpCameraDeviceCallbacks(const sp<IBinder>& impl) 55 remote()->transact(CAMERA_ERROR, data, &reply, IBinder::FLAG_ONEWAY); 64 remote()->transact(CAMERA_IDLE, data, &reply, IBinder::FLAG_ONEWAY); 75 remote()->transact(CAPTURE_STARTED, data, &reply, IBinder::FLAG_ONEWAY); 87 remote()->transact(RESULT_RECEIVED, data, &reply, IBinder::FLAG_ONEWAY);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
NotificationData.java | 19 import android.os.IBinder; 34 public IBinder key; 44 public Entry(IBinder key, StatusBarNotification n, StatusBarIconView ic) { 92 public Entry findByKey(IBinder key) { 113 public int add(IBinder key, StatusBarNotification notification, ExpandableNotificationRow row, 126 public Entry remove(IBinder key) {
|
/frameworks/base/services/java/com/android/server/ |
CountryDetectorService.java | 32 import android.os.IBinder; 50 private final class Receiver implements IBinder.DeathRecipient { 52 private final IBinder mKey; 86 private final HashMap<IBinder, Receiver> mReceivers; 95 mReceivers = new HashMap<IBinder, Receiver>(); 146 private void removeListener(IBinder key) {
|
/development/samples/Alarm/src/com/example/android/newalarm/ |
AlarmService.java | 25 import android.os.IBinder; 77 IBinder mBinder = new AlarmBinder(); 170 public IBinder onBind(Intent intent) {
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlarmService_Service.java | 29 import android.os.IBinder; 91 public IBinder onBind(Intent intent) { 123 private final IBinder mBinder = new Binder() {
|
NotifyingService.java | 30 import android.os.IBinder; 89 public IBinder onBind(Intent intent) { 119 private final IBinder mBinder = new Binder() {
|
/frameworks/av/media/libstagefright/include/ |
TimedEventQueue.h | 61 class PMDeathRecipient : public IBinder::DeathRecipient { 66 // IBinder::DeathRecipient 67 virtual void binderDied(const wp<IBinder>& who); 141 sp<IBinder> mWakeLockToken;
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
LocalReceiver.java | 27 import android.os.IBinder; 49 public void onServiceConnected(ComponentName name, IBinder service) { 67 IBinder caller = intent.getIBinderExtra("caller");
|