Home
last modified time | relevance | path

Searched defs:decline (Results 1 – 2 of 2) 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.cpp28 android::binder::Status LogdNativeService::decline(int32_t uid, int32_t gid, int32_t pid, in decline() function in LogdNativeService