/system/core/storaged/include/ |
storaged.h | 288 void binderDied(const wp<IBinder>& who);
|
/prebuilts/go/darwin-x86/src/syscall/ |
zsysnum_dragonfly_amd64.go | 83 SYS_SETPRIORITY = 96 // { int setpriority(int which, int who, int prio); } 86 SYS_GETPRIORITY = 100 // { int getpriority(int which, int who); } 91 SYS_GETRUSAGE = 117 // { int getrusage(int who, struct rusage *rusage); } 288 SYS_IOPRIO_SET = 520 // { int ioprio_set(int which, int who, int prio); } 289 SYS_IOPRIO_GET = 521 // { int ioprio_get(int which, int who); }
|
syscall_darwin.go | 233 //sys Getpriority(which int, who int) (prio int, err error) 235 //sysnb Getrusage(who int, rusage *Rusage) (err error) 268 //sys Setpriority(which int, who int, prio int) (err error)
|
zsysnum_openbsd_386.go | 26 SYS_GETRUSAGE = 19 // { int sys_getrusage(int who, \ 99 SYS_SETPRIORITY = 96 // { int sys_setpriority(int which, id_t who, int prio); } 103 SYS_GETPRIORITY = 100 // { int sys_getpriority(int which, id_t who); }
|
zsysnum_openbsd_amd64.go | 26 SYS_GETRUSAGE = 19 // { int sys_getrusage(int who, \ 99 SYS_SETPRIORITY = 96 // { int sys_setpriority(int which, id_t who, int prio); } 103 SYS_GETPRIORITY = 100 // { int sys_getpriority(int which, id_t who); }
|
zsysnum_openbsd_arm.go | 27 SYS_GETRUSAGE = 19 // { int sys_getrusage(int who, \ 102 SYS_SETPRIORITY = 96 // { int sys_setpriority(int which, id_t who, int prio); } 106 SYS_GETPRIORITY = 100 // { int sys_getpriority(int which, id_t who); }
|
/prebuilts/go/linux-x86/src/syscall/ |
zsysnum_dragonfly_amd64.go | 83 SYS_SETPRIORITY = 96 // { int setpriority(int which, int who, int prio); } 86 SYS_GETPRIORITY = 100 // { int getpriority(int which, int who); } 91 SYS_GETRUSAGE = 117 // { int getrusage(int who, struct rusage *rusage); } 288 SYS_IOPRIO_SET = 520 // { int ioprio_set(int which, int who, int prio); } 289 SYS_IOPRIO_GET = 521 // { int ioprio_get(int which, int who); }
|
syscall_darwin.go | 233 //sys Getpriority(which int, who int) (prio int, err error) 235 //sysnb Getrusage(who int, rusage *Rusage) (err error) 268 //sys Setpriority(which int, who int, prio int) (err error)
|
zsysnum_openbsd_386.go | 26 SYS_GETRUSAGE = 19 // { int sys_getrusage(int who, \ 99 SYS_SETPRIORITY = 96 // { int sys_setpriority(int which, id_t who, int prio); } 103 SYS_GETPRIORITY = 100 // { int sys_getpriority(int which, id_t who); }
|
zsysnum_openbsd_amd64.go | 26 SYS_GETRUSAGE = 19 // { int sys_getrusage(int who, \ 99 SYS_SETPRIORITY = 96 // { int sys_setpriority(int which, id_t who, int prio); } 103 SYS_GETPRIORITY = 100 // { int sys_getpriority(int which, id_t who); }
|
zsysnum_openbsd_arm.go | 27 SYS_GETRUSAGE = 19 // { int sys_getrusage(int who, \ 102 SYS_SETPRIORITY = 96 // { int sys_setpriority(int which, id_t who, int prio); } 106 SYS_GETPRIORITY = 100 // { int sys_getpriority(int which, id_t who); }
|
/cts/tests/tests/widget/src/android/widget/cts/ |
FrameLayoutTest.java | 349 protected boolean verifyDrawable(Drawable who) { 350 return super.verifyDrawable(who);
|
ProgressBarTest.java | 575 protected boolean verifyDrawable(Drawable who) { 576 return super.verifyDrawable(who);
|
/external/iproute2/ip/ |
ipnetns.c | 44 static int ipnetns_accept_msg(const struct sockaddr_nl *who, 259 int print_nsid(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
|
/external/libnl/lib/ |
cache.c | 904 int nl_cache_parse(struct nl_cache_ops *ops, struct sockaddr_nl *who, 914 err = ops->co_msg_parser(ops, who, nlh, params);
|
/frameworks/av/services/audiopolicy/service/ |
AudioPolicyService.h | 146 virtual void binderDied(const wp<IBinder>& who); 549 virtual void binderDied(const wp<IBinder>& who);
|
/frameworks/av/services/camera/libcameraservice/ |
CameraService.h | 576 * Evict client who's remote binder has died. Returns true if this client was in the active 722 void handleTorchClientBinderDied(const wp<IBinder> &who); 738 virtual void binderDied(const wp<IBinder> &who);
|
/frameworks/base/core/java/android/app/ |
LoaderManager.java | 539 LoaderManagerImpl(String who, FragmentHostCallback host, boolean started) { 540 mWho = who; [all...] |
PendingIntent.java | 214 FinishedDispatcher(PendingIntent pi, OnFinished who, Handler handler) { 216 mWho = who; [all...] |
/frameworks/base/core/java/android/app/admin/ |
DevicePolicyManager.java | 139 * Provisioning adds a managed profile and sets the MDM as the profile owner who has full 192 * owner who has full control over the user. Provisioning can only happen before user setup has [all...] |
/frameworks/base/services/core/jni/BroadcastRadio/ |
Tuner.cpp | 78 virtual void serviceDied(uint64_t cookie, const wp<hidl::base::V1_0::IBase>& who); 134 const wp<hidl::base::V1_0::IBase>& who __unused) {
|
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
NotificationTests.java | 83 private static PendingIntent makeEmailIntent(Context context, String who) { 85 Uri.parse("mailto:" + who));
|
/frameworks/support/fragment/java/android/support/v4/app/ |
LoaderManager.java | 526 LoaderManagerImpl(String who, FragmentHostCallback host, boolean started) { 527 mWho = who; [all...] |
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/ |
NotificationService.java | 87 private static PendingIntent makeEmailIntent(Context context, String who) { 89 Uri.parse("mailto:" + who));
|
/prebuilts/go/darwin-x86/misc/linkcheck/ |
linkcheck.go | 39 neededFrags = make(map[urlFrag][]string) // URL#frag -> who needs it
|