Home
last modified time | relevance | path

Searched refs:ConsentCallback (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpstate/
Ddumpstate.h526 class ConsentCallback : public android::os::BnIncidentAuthListener {
528 ConsentCallback();
577 android::sp<ConsentCallback> consent_callback_;
Ddumpstate.cpp143 typedef Dumpstate::ConsentCallback::ConsentResult UserConsentResult;
727 Dumpstate::ConsentCallback::ConsentCallback() : result_(UNAVAILABLE), start_time_(Nanotime()) { in ConsentCallback() function in Dumpstate::ConsentCallback
730 android::binder::Status Dumpstate::ConsentCallback::onReportApproved() { in onReportApproved()
755 android::binder::Status Dumpstate::ConsentCallback::onReportDenied() { in onReportDenied()
762 UserConsentResult Dumpstate::ConsentCallback::getResult() { in getResult()
767 uint64_t Dumpstate::ConsentCallback::getElapsedTimeMs() const { in getElapsedTimeMs()
3085 consent_callback_ = new ConsentCallback(); in MaybeCheckUserConsent()