Home
last modified time | relevance | path

Searched refs:decline (Results 1 – 3 of 3) sorted by relevance

/system/logging/logd/binder/android/os/
DILogd.aidl41 void decline(in int uid, in int gid, in int pid, in int fd); in decline() method
/system/logging/logd/
DLogdNativeService.h27 android::binder::Status decline(int32_t, int32_t, int32_t, int32_t);
DLogdNativeService.cpp28 android::binder::Status LogdNativeService::decline(int32_t uid, int32_t gid, int32_t pid, in decline() function in LogdNativeService