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
338
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/native/libs/gui/include/gui/
BufferQueueProducer.h
28
private IBinder::
DeathRecipient
{
190
// This is required by the IBinder::
DeathRecipient
interface
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMulticastLockManager.java
59
private class Multicaster implements IBinder.
DeathRecipient
{
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareServiceImpl.java
73
private final SparseArray<IBinder.
DeathRecipient
> mDeathRecipientsByClientId =
215
IBinder.
DeathRecipient
dr = new IBinder.
DeathRecipient
() {
265
IBinder.
DeathRecipient
dr = mDeathRecipientsByClientId.get(clientId);
/packages/services/Car/service/src/com/android/car/
BinderInterfaceContainer.java
33
implements IBinder.
DeathRecipient
{
/system/bt/service/example/heart_rate/
server_main.cc
51
class BluetoothDeathRecipient : public android::IBinder::
DeathRecipient
{
59
// android::IBinder::
DeathRecipient
override:
118
LOG(ERROR) << "Failed to register
DeathRecipient
for IBluetooth";
/cts/tests/tests/os/src/android/os/cts/
MessengerTest.java
67
public void linkToDeath(
DeathRecipient
recipient, int flags) throws RemoteException {
83
public boolean unlinkToDeath(
DeathRecipient
recipient, int flags) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/hvac/
HvacController.java
102
private final IBinder.
DeathRecipient
mRestart = new IBinder.
DeathRecipient
() {
/frameworks/base/services/core/java/com/android/server/slice/
PinnedSliceState.java
24
import android.os.IBinder.
DeathRecipient
;
57
private final
DeathRecipient
mDeathRecipient = this::handleRecheckListeners;
/frameworks/base/telecomm/java/android/telecom/
VideoCallImpl.java
51
private IBinder.
DeathRecipient
mDeathRecipient = new IBinder.
DeathRecipient
() {
/frameworks/base/telephony/java/android/telephony/
MbmsStreamingSession.java
76
private IBinder.
DeathRecipient
mDeathRecipient = new IBinder.
DeathRecipient
() {
/frameworks/opt/net/lowpan/service/java/com/android/server/lowpan/
LowpanServiceImpl.java
199
new IBinder.
DeathRecipient
() {
302
new IBinder.
DeathRecipient
() {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
ImsServiceControllerTest.java
299
ArgumentCaptor<IBinder.
DeathRecipient
> deathCaptor =
300
ArgumentCaptor.forClass(IBinder.
DeathRecipient
.class);
530
private IBinder.
DeathRecipient
getDeathRecipient() throws RemoteException {
531
ArgumentCaptor<IBinder.
DeathRecipient
> deathCaptor =
532
ArgumentCaptor.forClass(IBinder.
DeathRecipient
.class);
/frameworks/base/core/jni/
android_os_HwRemoteBinder.cpp
70
class HwBinderDeathRecipient : public hardware::IBinder::
DeathRecipient
100
// to allow the
DeathRecipient
and BinderProxy to be GC'd if no longer needed.
166
jweak mObjectWeak; // will be a weak ref to the same VM-side
DeathRecipient
after binderDied()
178
for (const sp<HwBinderDeathRecipient>&
deathRecipient
: mList) {
179
deathRecipient
->warnIfStillLive();
204
for (const sp<HwBinderDeathRecipient>&
deathRecipient
: mList) {
205
if (
deathRecipient
->matches(recipient)) {
206
return
deathRecipient
;
225
"(Landroid/os/IHwBinder$
DeathRecipient
;J)V");
398
wp<hardware::IBinder::
DeathRecipient
> dr
[
all
...]
/device/google/contexthub/contexthubhal/
NanohubHidlAdapter.cpp
51
: mDeathRecipient(new
DeathRecipient
(this)),
104
Contexthub::
DeathRecipient
::
DeathRecipient
(sp<Contexthub> contexthub)
107
void Contexthub::
DeathRecipient
::serviceDied(
/frameworks/av/camera/ndk/impl/
ACameraManager.h
67
class DeathNotifier : public IBinder::
DeathRecipient
{
71
// 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
/frameworks/av/media/libmediaplayerservice/
MediaRecorderClient.h
37
public IBinder::
DeathRecipient
,
/frameworks/base/core/java/android/os/
RemoteCallbackList.java
34
* <li> Attaches a {@link IBinder.
DeathRecipient
IBinder.
DeathRecipient
} to
63
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
37
implements IBinder.
DeathRecipient
{
/frameworks/base/services/core/java/com/android/server/fingerprint/
ClientMonitor.java
38
public abstract class ClientMonitor implements IBinder.
DeathRecipient
{
/frameworks/base/services/core/java/com/android/server/location/
ContextHubClientBroker.java
41
implements IBinder.
DeathRecipient
{
RemoteListenerHelper.java
241
private class LinkedListener implements IBinder.
DeathRecipient
{
/frameworks/base/services/core/java/com/android/server/media/
MediaUpdateService.java
67
binder.linkToDeath(new IBinder.
DeathRecipient
() {
Completed in 1742 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>