Home
last modified time | relevance | path

Searched refs:LogdNativeService (Results 1 – 4 of 4) sorted by relevance

/system/logging/logd/
DLogdNativeService.cpp21 LogdNativeService::LogdNativeService(LogReaderList* reader_list) : reader_list_(reader_list) {} in LogdNativeService() function in LogdNativeService
22 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()
DLogdNativeService.h22 class LogdNativeService : public android::os::BnLogd {
24 LogdNativeService(LogReaderList* reader_list);
DLogReader.cpp57 sp<LogdNativeService> service = new LogdNativeService(reader_list); in InitLogdBinderServiceStatus()
DAndroid.bp97 "LogdNativeService.cpp",