Searched refs:who (Results 1 - 25 of 79) sorted by path

1234

/frameworks/av/camera/
H A DCamera.cpp406 void Camera::binderDied(const wp<IBinder>& who) { argument
411 void Camera::DeathNotifier::binderDied(const wp<IBinder>& who) { argument
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp351 void DrmManagerClientImpl::DeathNotifier::binderDied(const wp<IBinder>& who) { argument
/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerClientImpl.h431 virtual void binderDied(const wp<IBinder>& who);
/frameworks/av/include/camera/
H A DCamera.h166 virtual void binderDied(const wp<IBinder>& who);
174 virtual void binderDied(const wp<IBinder>& who);
/frameworks/av/include/media/
H A DAudioEffect.h439 virtual void binderDied(const wp<IBinder>& who) {mEffect->binderDied();} argument
H A DAudioSystem.h254 virtual void binderDied(const wp<IBinder>& who);
270 virtual void binderDied(const wp<IBinder>& who);
H A DIMediaDeathNotifier.h48 virtual void binderDied(const wp<IBinder>& who);
H A Dmediametadataretriever.h87 virtual void binderDied(const wp<IBinder>& who);
/frameworks/av/include/media/stagefright/
H A DCameraSource.h130 virtual void binderDied(const wp<IBinder>& who);
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp416 void AudioSystem::AudioFlingerClient::binderDied(const wp<IBinder>& who) { argument
770 void AudioSystem::AudioPolicyServiceClient::binderDied(const wp<IBinder>& who) { argument
H A DIMediaDeathNotifier.cpp78 IMediaDeathNotifier::DeathNotifier::binderDied(const wp<IBinder>& who) { argument
H A Dmediametadataretriever.cpp160 void MediaMetadataRetriever::DeathNotifier::binderDied(const wp<IBinder>& who) { argument
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp865 void CameraSource::DeathNotifier::binderDied(const wp<IBinder>& who) { argument
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1396 void AudioFlinger::ThreadBase::PMDeathRecipient::binderDied(const wp<IBinder>& who) argument
5787 void AudioFlinger::NotificationClient::binderDied(const wp<IBinder>& who) argument
H A DAudioFlinger.h323 virtual void binderDied(const wp<IBinder>& who);
540 virtual void binderDied(const wp<IBinder>& who);
H A DAudioPolicyService.cpp535 void AudioPolicyService::binderDied(const wp<IBinder>& who) { argument
536 ALOGW("binderDied() %p, tid %d, calling pid %d", who.unsafe_get(), gettid(),
H A DAudioPolicyService.h119 virtual void binderDied(const wp<IBinder>& who);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp562 const wp<IBinder> &who) {
571 sp<Client> cameraClient = getClientByRemote(who);
561 binderDied( const wp<IBinder> &who) argument
H A DCameraService.h163 virtual void binderDied(const wp<IBinder> &who);
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java557 result.who = intent.getComponent();
560 if (result.who != null) {
561 System.out.println("Activity: " + result.who.flattenToShortString());
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp89 void BootAnimation::binderDied(const wp<IBinder>& who) argument
H A DBootAnimation.h51 virtual void binderDied(const wp<IBinder>& who);
/frameworks/base/cmds/system_server/library/
H A Dsystem_init.cpp39 virtual void binderDied(const wp<IBinder>& who) argument
/frameworks/base/core/java/android/app/
H A DActivity.java824 LoaderManagerImpl getLoaderManager(String who, boolean started, boolean create) { argument
828 LoaderManagerImpl lm = mAllLoaderManagers.get(who);
831 lm = new LoaderManagerImpl(who, this, started);
832 mAllLoaderManagers.put(who, lm);
1659 void invalidateFragment(String who) { argument
1662 LoaderManagerImpl lm = mAllLoaderManagers.get(who);
1665 mAllLoaderManagers.remove(who);
4005 * Return the name of the package that invoked this activity. This is who
4028 * who the data in {@link #setResult setResult()} will be sent to. You
4252 * startActivityForResult(), allowing you to identify who thi
5286 dispatchActivityResult(String who, int requestCode, int resultCode, Intent data) argument
[all...]
H A DActivityGroup.java111 void dispatchActivityResult(String who, int requestCode, int resultCode, argument
113 if (who != null) {
114 Activity act = mLocalActivityManager.getActivity(who);
117 TAG, "Dispatching result: who=" + who + ", reqCode=" + requestCode
126 super.dispatchActivityResult(who, requestCode, resultCode, data);

Completed in 268 milliseconds

1234