Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Ddebug_report.h88 : instance_pnext_(info.pNext), callbacks_(nullptr) {} in DebugReportLogger()
90 : instance_pnext_(nullptr), callbacks_(&callbacks) {} in DebugReportLogger()
159 const DebugReportCallbackList* const callbacks_; variable
Ddebug_report.cpp96 if (callbacks_) { in Message()
97 callbacks_->Message(flags, object_type, object, location, message_code, in Message()
/frameworks/native/libs/adbd_auth/
Dadbd_auth.cpp84 explicit AdbdAuthContext(AdbdAuthCallbacksV1* callbacks) : next_id_(0), callbacks_(*callbacks) { in AdbdAuthContext()
218 callbacks_.key_authorized(arg, id); in AllowUsbDevice()
239 callbacks_.key_removed(buf.data(), buf.size()); in KeyRemoved()
504 AdbdAuthCallbacksV1 callbacks_; member