OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeathRecipient
(Results
1 - 25
of
208
) sorted by null
1
2
3
4
5
6
7
8
9
/frameworks/base/core/java/android/os/
IBinder.java
79
* a {@link
DeathRecipient
} with the IBinder, which will be called when its
252
public interface
DeathRecipient
{
260
* then the given {@link
DeathRecipient
}'s
261
* {@link
DeathRecipient
#binderDied
DeathRecipient
.binderDied()} method
272
public void linkToDeath(
DeathRecipient
recipient, int flags)
282
* {@link
DeathRecipient
#binderDied
DeathRecipient
.binderDied()} method
293
public boolean unlinkToDeath(
DeathRecipient
recipient, int flags);
/system/core/libbinderwrapper/
real_binder_wrapper.cc
30
class RealBinderWrapper::
DeathRecipient
: public IBinder::
DeathRecipient
{
32
explicit
DeathRecipient
(const base::Closure& callback)
34
~
DeathRecipient
() = default;
36
// IBinder::
DeathRecipient
:
45
DISALLOW_COPY_AND_ASSIGN(
DeathRecipient
);
89
sp<
DeathRecipient
> recipient(new
DeathRecipient
(callback));
real_binder_wrapper.h
45
class
DeathRecipient
;
49
std::map<sp<IBinder>, sp<
DeathRecipient
>> death_recipients_;
/frameworks/native/include/binder/
BpBinder.h
44
virtual status_t linkToDeath(const sp<
DeathRecipient
>& recipient,
47
virtual status_t unlinkToDeath( const wp<
DeathRecipient
>& recipient,
50
wp<
DeathRecipient
>* outRecipient = NULL);
103
wp<
DeathRecipient
> recipient;
IBinder.h
93
class
DeathRecipient
: public virtual RefBase
103
* then
DeathRecipient
::binderDied() will be called with a reference
121
virtual status_t linkToDeath(const sp<
DeathRecipient
>& recipient,
132
virtual status_t unlinkToDeath( const wp<
DeathRecipient
>& recipient,
135
wp<
DeathRecipient
>* outRecipient = NULL) = 0;
Binder.h
42
virtual status_t linkToDeath(const sp<
DeathRecipient
>& recipient,
46
virtual status_t unlinkToDeath( const wp<
DeathRecipient
>& recipient,
49
wp<
DeathRecipient
>* outRecipient = NULL);
/frameworks/native/include/private/gui/
ComposerService.h
45
sp<IBinder::
DeathRecipient
> mDeathObserver;
/hardware/qcom/display/msm8996/hdmi_cec/
QHDMIClient.h
36
class QHDMIClient: public android::IBinder::
DeathRecipient
,
/frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsService.java
24
import android.os.IBinder.
DeathRecipient
;
53
private final Map<IBinder,
DeathRecipient
> mDeathRecipientMap = new ArrayMap<>();
66
DeathRecipient
deathRecipient
= new IBinder.
DeathRecipient
() {
73
callback.asBinder().linkToDeath(
deathRecipient
, 0);
74
mDeathRecipientMap.put(callback.asBinder(),
deathRecipient
);
108
* Can also be used to clean up {@link
DeathRecipient
} instances allocated for the given token.
109
* @param sessionToken The session token for which the {@link
DeathRecipient
} call has been
118
DeathRecipient
deathRecipient
[
all
...]
/frameworks/av/media/libmediaplayerservice/
MediaRecorderClient.h
32
class ServiceDeathNotifier: public IBinder::
DeathRecipient
88
sp<IBinder::
DeathRecipient
> mCameraDeathListener;
89
sp<IBinder::
DeathRecipient
> mCodecDeathListener;
/frameworks/av/include/media/
IMediaDeathNotifier.h
42
class DeathNotifier: public IBinder::
DeathRecipient
mediametadataretriever.h
87
class DeathNotifier: public IBinder::
DeathRecipient
/frameworks/av/include/media/stagefright/foundation/
AWakeLock.h
44
class PMDeathRecipient : public IBinder::
DeathRecipient
{
49
// IBinder::
DeathRecipient
/frameworks/av/media/utils/include/mediautils/
BatteryNotifier.h
56
class DeathNotifier : public IBinder::
DeathRecipient
{
/system/core/healthd/
BatteryPropertiesRegistrar.h
31
public IBinder::
DeathRecipient
{
/frameworks/base/core/java/android/database/
CursorToBulkCursorAdaptor.java
35
implements IBinder.
DeathRecipient
{
58
public ContentObserverProxy(IContentObserver remoteObserver,
DeathRecipient
recipient) {
68
public boolean unlinkToDeath(
DeathRecipient
recipient) {
/frameworks/base/services/core/java/com/android/server/utils/
ManagedApplicationService.java
25
import android.os.IBinder.
DeathRecipient
;
48
private final
DeathRecipient
mDeathRecipient = new
DeathRecipient
() {
/platform_testing/utils/crashcollector/src/android/test/crashcollector/
Collector.java
25
import android.os.IBinder.
DeathRecipient
;
70
final IBinder.
DeathRecipient
death = new
DeathRecipient
() {
/system/security/keystore/
operation.h
49
OperationMap(IBinder::
DeathRecipient
*
deathRecipient
);
86
IBinder::
DeathRecipient
* mDeathRecipient;
/frameworks/av/include/camera/
CameraBase.h
68
class CameraBase : public IBinder::
DeathRecipient
/frameworks/av/include/radio/
Radio.h
33
public IBinder::
DeathRecipient
72
//IBinder::
DeathRecipient
/frameworks/av/include/soundtrigger/
SoundTrigger.h
33
public IBinder::
DeathRecipient
61
//IBinder::
DeathRecipient
/frameworks/base/libs/common_time/
common_clock_service.h
28
public android::IBinder::
DeathRecipient
{
/frameworks/native/include/gui/
SensorManager.h
64
//
DeathRecipient
interface
78
sp<IBinder::
DeathRecipient
> mDeathObserver;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
WifiNanServiceImpl.java
49
private final SparseArray<IBinder.
DeathRecipient
> mDeathRecipientsByUid = new SparseArray<>();
83
IBinder.
DeathRecipient
dr = new IBinder.
DeathRecipient
() {
118
IBinder.
DeathRecipient
dr = mDeathRecipientsByUid.get(uid);
Completed in 2587 milliseconds
1
2
3
4
5
6
7
8
9