/frameworks/av/media/libmediaplayerservice/ |
MediaRecorderClient.h | 49 virtual void binderDied(const wp<IBinder>& who); 52 const wp<::android::hidl::base::V1_0::IBase>& who);
|
/frameworks/native/services/thermalservice/ |
ThermalService.cpp | 105 void ThermalService::binderDied(const wp<IBinder>& who) { 109 if (IInterface::asBinder(mListeners[i]) == who) {
|
/packages/services/Car/vehicle_monitor_service/ |
VehicleMonitorService.cpp | 103 void VehicleMonitorService::binderDied(const wp<IBinder>& who) { 105 sp<IBinder> ibinder = who.promote();
|
VehicleMonitorService.h | 81 virtual void binderDied(const wp<IBinder>& who);
|
/system/core/healthd/ |
BatteryPropertiesRegistrar.cpp | 107 void BatteryPropertiesRegistrar::binderDied(const wp<IBinder>& who) { 111 if (IInterface::asBinder(mListeners[i]) == who) {
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
syscall_parameters_restrictions.cc | 297 const Arg<int> who(1); 299 Switch(who).CASES((0, target_pid), Allow()).Default(Error(EPERM))) 331 const Arg<int> who(0); 332 return If(who == RUSAGE_SELF, Allow()).Else(CrashSIGSYS());
|
/external/valgrind/coregrind/ |
pub_core_transtab.h | 114 const HChar* who );
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
filter_functions.c | 142 double *weo, *who, opol[PITCH_WLPCORDER+1], ext[PITCH_WLPCWINLEN]; local 160 who=dp2; 180 WebRtcIsac_ZeroPoleFilter(inp, apolr, opol, PITCH_SUBFRAME_LEN, PITCH_WLPCORDER, who); 185 who+=PITCH_SUBFRAME_LEN;
|
/frameworks/av/include/soundtrigger/ |
SoundTrigger.h | 62 virtual void binderDied(const wp<IBinder>& who);
|
/frameworks/av/media/libmedia/include/media/ |
mediametadataretriever.h | 94 virtual void binderDied(const wp<IBinder>& who);
|
/frameworks/av/services/oboeservice/ |
AAudioClientTracker.h | 88 virtual void binderDied(const android::wp<IBinder>& who);
|
/frameworks/base/libs/common_time/ |
common_clock_service.h | 59 virtual void binderDied(const wp<IBinder>& who);
|
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/ |
ASensorManager.h | 54 const ::android::wp<::android::hidl::base::V1_0::IBase>& who) override;
|
/hardware/qcom/gps/msm8998/android/ |
GnssBatching.h | 64 virtual void serviceDied(uint64_t cookie, const wp<IBase>& who) override;
|
GnssGeofencing.h | 75 virtual void serviceDied(uint64_t cookie, const wp<IBase>& who) override;
|
GnssMeasurement.h | 60 virtual void serviceDied(uint64_t cookie, const wp<IBase>& who) override;
|
GnssNi.h | 59 virtual void serviceDied(uint64_t cookie, const wp<IBase>& who) override;
|
/hardware/qcom/gps/sdm845/android/ |
GnssBatching.h | 64 virtual void serviceDied(uint64_t cookie, const wp<IBase>& who) override;
|
GnssGeofencing.h | 75 virtual void serviceDied(uint64_t cookie, const wp<IBase>& who) override;
|
GnssMeasurement.h | 60 virtual void serviceDied(uint64_t cookie, const wp<IBase>& who) override;
|
GnssNi.h | 59 virtual void serviceDied(uint64_t cookie, const wp<IBase>& who) override;
|
/system/libhwbinder/include/hwbinder/ |
IBinder.h | 63 virtual void binderDied(const wp<IBinder>& who) = 0;
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
ActionBarContainer.java | 153 protected boolean verifyDrawable(Drawable who) { 154 return (who == mBackground && !mIsSplit) || (who == mStackedBackground && mIsStacked) || 155 (who == mSplitBackground && mIsSplit) || super.verifyDrawable(who);
|
/packages/apps/Settings/src/com/android/settings/ |
DeviceAdminAdd.java | 144 ComponentName who = (ComponentName)getIntent().getParcelableExtra( local 146 if (who == null) { 150 who = component; 155 if (who == null) { 169 if (callingPackage == null || !callingPackage.equals(who.getPackageName())) { 190 ai = packageManager.getReceiverInfo(who, PackageManager.GET_META_DATA); 192 Log.w(TAG, "Unable to retrieve device policy " + who, e); 200 if (!mDPM.isAdminActive(who)) { 225 Log.w(TAG, "Request to add invalid device admin: " + who); 236 Log.w(TAG, "Unable to retrieve device policy " + who, e) [all...] |
/external/iproute2/ip/ |
tcp_metrics.c | 91 static int process_msg(const struct sockaddr_nl *who, struct nlmsghdr *n, 335 char *who = *argv; local 340 duparg2(who, *argv); 356 char *who = "address"; local 359 who = *argv; 365 duparg2(who, *argv);
|