Searched refs:LogdNativeService (Results 1 – 4 of 4) sorted by relevance
21 LogdNativeService::LogdNativeService(LogReaderList* reader_list) : reader_list_(reader_list) {} in LogdNativeService() function in LogdNativeService22 android::binder::Status LogdNativeService::approve(int32_t uid, int32_t gid, int32_t pid, in approve()28 android::binder::Status LogdNativeService::decline(int32_t uid, int32_t gid, int32_t pid, in decline()
22 class LogdNativeService : public android::os::BnLogd {24 LogdNativeService(LogReaderList* reader_list);
57 sp<LogdNativeService> service = new LogdNativeService(reader_list); in InitLogdBinderServiceStatus()
97 "LogdNativeService.cpp",