OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeathRecipient
(Results
76 - 100
of
274
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/frameworks/base/core/jni/
android_os_HwRemoteBinder.cpp
66
class HwBinderDeathRecipient : public hardware::IBinder::
DeathRecipient
96
// to allow the
DeathRecipient
and BinderProxy to be GC'd if no longer needed.
162
jweak mObjectWeak; // will be a weak ref to the same VM-side
DeathRecipient
after binderDied()
174
for (const sp<HwBinderDeathRecipient>&
deathRecipient
: mList) {
175
deathRecipient
->warnIfStillLive();
200
for (const sp<HwBinderDeathRecipient>&
deathRecipient
: mList) {
201
if (
deathRecipient
->matches(recipient)) {
202
return
deathRecipient
;
221
"(Landroid/os/IHwBinder$
DeathRecipient
;J)V");
398
wp<hardware::IBinder::
DeathRecipient
> dr
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java
20
import android.os.IBinder.
DeathRecipient
;
84
private IBinder.
DeathRecipient
mDeathRecipient;
106
void linkToDeath(IBinder.
DeathRecipient
deathRecipient
) {
111
binder.linkToDeath(
deathRecipient
, 0);
112
mDeathRecipient =
deathRecipient
;
114
Log.e(TAG, "Unable to link
deathRecipient
for app id " + id);
127
Log.e(TAG, "Unable to unlink
deathRecipient
for app id " + id);
/frameworks/av/camera/ndk/impl/
ACameraManager.h
66
class DeathNotifier : public IBinder::
DeathRecipient
{
70
// IBinder::
DeathRecipient
implementation
/frameworks/av/drm/libdrmframework/include/
DrmManagerClientImpl.h
416
class DeathNotifier: public IBinder::
DeathRecipient
{
/frameworks/av/media/libaudioclient/include/media/
AudioEffect.h
433
public android::BnEffectClient, public android::IBinder::
DeathRecipient
464
// IBinder::
DeathRecipient
AudioSystem.h
379
class AudioFlingerClient: public IBinder::
DeathRecipient
, public BnAudioFlingerClient
392
//
DeathRecipient
423
class AudioPolicyServiceClient: public IBinder::
DeathRecipient
,
433
//
DeathRecipient
/frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamSplitter.h
141
public IBinder::
DeathRecipient
{
150
// From IBinder::
DeathRecipient
/frameworks/av/services/radio/
RadioService.h
134
public IBinder::
DeathRecipient
,
183
// IBinder::
DeathRecipient
implementation
/frameworks/base/core/java/android/os/
RemoteCallbackList.java
33
* <li> Attaches a {@link IBinder.
DeathRecipient
IBinder.
DeathRecipient
} to
62
private final class Callback implements IBinder.
DeathRecipient
{
/frameworks/base/services/core/java/com/android/server/
CountryDetectorService.java
51
private final class Receiver implements IBinder.
DeathRecipient
{
/frameworks/base/services/core/java/com/android/server/am/
ReceiverList.java
33
implements IBinder.
DeathRecipient
{
/frameworks/base/services/core/java/com/android/server/audio/
RecordingActivityMonitor.java
186
private final static class RecMonitorClient implements IBinder.
DeathRecipient
{
/frameworks/base/services/core/java/com/android/server/location/
RemoteListenerHelper.java
216
private class LinkedListener implements IBinder.
DeathRecipient
{
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerService.java
136
cb.asBinder().linkToDeath(new IBinder.
DeathRecipient
() {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
LocalOnlyHotspotRequestInfoTest.java
100
* Calls to unlink the
DeathRecipient
should call to unlink from Binder.
125
.linkToDeath(any(IBinder.
DeathRecipient
.class), eq(0));
SupplicantStaIfaceHalTest.java
113
private ArgumentCaptor<IHwBinder.
DeathRecipient
> mServiceManagerDeathCaptor =
114
ArgumentCaptor.forClass(IHwBinder.
DeathRecipient
.class);
115
private ArgumentCaptor<IHwBinder.
DeathRecipient
> mSupplicantDeathCaptor =
116
ArgumentCaptor.forClass(IHwBinder.
DeathRecipient
.class);
117
private ArgumentCaptor<IHwBinder.
DeathRecipient
> mSupplicantStaIfaceDeathCaptor =
118
ArgumentCaptor.forClass(IHwBinder.
DeathRecipient
.class);
162
when(mServiceManagerMock.linkToDeath(any(IHwBinder.
DeathRecipient
.class),
166
when(mISupplicantMock.linkToDeath(any(IHwBinder.
DeathRecipient
.class),
168
when(mISupplicantStaIfaceMock.linkToDeath(any(IHwBinder.
DeathRecipient
.class),
[
all
...]
/hardware/interfaces/contexthub/1.0/default/
Contexthub.cpp
41
mDeathRecipient(new
DeathRecipient
(this)),
114
Contexthub::
DeathRecipient
::
DeathRecipient
(sp<Contexthub> contexthub)
117
void Contexthub::
DeathRecipient
::serviceDied(
/packages/services/Car/service/src/com/android/car/
CarRadioService.java
53
class RadioDeathRecipient implements IBinder.
DeathRecipient
{
86
RadioDeathRecipient
deathRecipient
= mDeathRecipientMap.get(listenerBinder);
87
deathRecipient
.release();
118
RadioDeathRecipient
deathRecipient
= new RadioDeathRecipient(listenerBinder);
120
listenerBinder.linkToDeath(
deathRecipient
, 0);
125
mDeathRecipientMap.put(listenerBinder,
deathRecipient
);
/system/bt/service/ipc/binder/
remote_callback_list.h
70
class CallbackDeathRecipient : public android::IBinder::
DeathRecipient
{
77
// android::IBinder::
DeathRecipient
override:
/frameworks/base/services/core/java/com/android/server/dreams/
DreamController.java
33
import android.os.IBinder.
DeathRecipient
;
284
private final class DreamRecord implements
DeathRecipient
, ServiceConnection {
/frameworks/base/services/core/java/com/android/server/media/
RemoteDisplayProviderProxy.java
29
import android.os.IBinder.
DeathRecipient
;
325
private final class Connection implements
DeathRecipient
{
/packages/services/Telecomm/src/com/android/server/telecom/
VideoProviderProxy.java
98
private IBinder.
DeathRecipient
mDeathRecipient = new IBinder.
DeathRecipient
() {
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
NetworkStatsObserversTest.java
192
Mockito.verify(mockBinder).linkToDeath(any(IBinder.
DeathRecipient
.class), anyInt());
197
Mockito.verify(mockBinder).unlinkToDeath(any(IBinder.
DeathRecipient
.class), anyInt());
209
Mockito.verify(mockBinder).linkToDeath(any(IBinder.
DeathRecipient
.class), anyInt());
/frameworks/base/telecomm/java/android/telecom/
RemoteConnectionService.java
22
import android.os.IBinder.
DeathRecipient
;
461
private final
DeathRecipient
mDeathRecipient = new
DeathRecipient
() {
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ApplicationTest.java
299
public void linkToDeath(
DeathRecipient
recipient, int flags) throws RemoteException {
303
public boolean unlinkToDeath(
DeathRecipient
recipient, int flags) {
Completed in 1496 milliseconds
1
2
3
4
5
6
7
8
9
10
11