OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeathRecipient
(Results
51 - 75
of
291
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodecList.h
81
class BinderDeathObserver : public IBinder::
DeathRecipient
{
/frameworks/av/services/mediaresourcemanager/
ResourceManagerService.h
39
sp<IBinder::
DeathRecipient
> deathNotifier;
/frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/
ImsUceManager.java
174
private class UceServiceDeathRecipient implements IBinder.
DeathRecipient
{
/frameworks/native/libs/binder/
BpBinder.cpp
175
const sp<
DeathRecipient
>& recipient, void* cookie, uint32_t flags)
209
const wp<
DeathRecipient
>& recipient, void* cookie, uint32_t flags,
210
wp<
DeathRecipient
>* outRecipient)
278
sp<
DeathRecipient
> recipient = obit.recipient.promote();
327
// XXX Should we tell any remaining
DeathRecipient
Binder.cpp
141
const sp<
DeathRecipient
>& /*recipient*/, void* /*cookie*/,
148
const wp<
DeathRecipient
>& /*recipient*/, void* /*cookie*/,
149
uint32_t /*flags*/, wp<
DeathRecipient
>* /*outRecipient*/)
/frameworks/native/libs/gui/include/gui/
StreamSplitter.h
112
public IBinder::
DeathRecipient
{
121
// From IBinder::
DeathRecipient
BufferQueueProducer.h
28
private IBinder::
DeathRecipient
{
190
// This is required by the IBinder::
DeathRecipient
interface
/frameworks/native/libs/sensor/include/sensor/
SensorManager.h
70
//
DeathRecipient
interface
85
sp<IBinder::
DeathRecipient
> mDeathObserver;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
LocalOnlyHotspotRequestInfo.java
35
public class LocalOnlyHotspotRequestInfo implements IBinder.
DeathRecipient
{
WifiMulticastLockManager.java
59
private class Multicaster implements IBinder.
DeathRecipient
{
/packages/services/Car/service/src/com/android/car/
Listeners.java
29
public interface IListener extends IBinder.
DeathRecipient
{
CarService.java
28
import android.os.IHwBinder.
DeathRecipient
;
182
private class VehicleDeathRecipient implements
DeathRecipient
{
212
private static void linkToDeath(IVehicle vehicle,
DeathRecipient
recipient) {
BinderInterfaceContainer.java
33
implements IBinder.
DeathRecipient
{
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareServiceImplTest.java
241
ArgumentCaptor<IBinder.
DeathRecipient
>
deathRecipient
= ArgumentCaptor
242
.forClass(IBinder.
DeathRecipient
.class);
246
verify(mBinderMock).linkToDeath(
deathRecipient
.capture(), eq(0));
247
deathRecipient
.getValue().binderDied();
582
IBinder.
DeathRecipient
dr = getInternalStateDeathRecipient(clientId);
661
private IBinder.
DeathRecipient
getInternalStateDeathRecipient(int clientId) throws Exception {
665
SparseArray<IBinder.
DeathRecipient
> deathRecipientsByClientId =
666
(SparseArray<IBinder.
DeathRecipient
>) field.get(mDut);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SoftApManagerTest.java
33
import android.os.IBinder.
DeathRecipient
;
78
final ArgumentCaptor<
DeathRecipient
> mDeathListenerCaptor =
79
ArgumentCaptor.forClass(
DeathRecipient
.class);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRemoteCallbackList.java
20
private final class Callback implements IBinder.
DeathRecipient
{
/frameworks/av/media/libaaudio/src/binding/
AAudioBinderClient.h
117
class AAudioClient : public android::IBinder::
DeathRecipient
, public android::BnAAudioClient
124
// implement
DeathRecipient
/frameworks/av/media/libmediaplayerservice/
MediaRecorderClient.h
36
public IBinder::
DeathRecipient
,
/frameworks/base/cmds/bootanimation/
BootAnimation.h
39
class BootAnimation : public Thread, public IBinder::
DeathRecipient
/frameworks/base/core/java/android/os/
TokenWatcher.java
180
private class Death implements IBinder.
DeathRecipient
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsSystemUser.java
60
nonSystemUserCallbacks.linkToDeath(new IBinder.
DeathRecipient
() {
/frameworks/base/services/core/java/com/android/server/wm/
DragAndDropPermissionsHandler.java
31
implements IBinder.
DeathRecipient
{
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareServiceImpl.java
63
private final SparseArray<IBinder.
DeathRecipient
> mDeathRecipientsByClientId =
156
IBinder.
DeathRecipient
dr = new IBinder.
DeathRecipient
() {
206
IBinder.
DeathRecipient
dr = mDeathRecipientsByClientId.get(clientId);
/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";
/system/chre/host/hal_generic/
generic_context_hub.cc
72
GenericContextHub::
DeathRecipient
::
DeathRecipient
(
75
void GenericContextHub::
DeathRecipient
::serviceDied(
89
mDeathRecipient = new
DeathRecipient
(this);
Completed in 663 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>