HomeSort by relevance Sort by last modified time
    Searched refs:hook_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/
intrusive_forward_list.h 66 IntrusiveForwardListIterator() : hook_(nullptr) { }
74 : hook_(src.hook_) { }
78 DCHECK(hook_ != nullptr);
79 hook_ = hook_->next_hook;
90 DCHECK(hook_ != nullptr);
91 return *HookTraits::GetValue(hook_);
98 explicit IntrusiveForwardListIterator(const IntrusiveForwardListHook* hook) : hook_(hook) { }
100 const IntrusiveForwardListHook* hook_; member in class:art::IntrusiveForwardListIterator
    [all...]
  /external/drm_hwcomposer/
drmhwctwo.cpp 39 : data_(data), hook_(hook) {
43 auto hook = reinterpret_cast<HWC2_PFN_VSYNC>(hook_);
49 hwc2_function_pointer_t hook_; member in class:android::DrmVsyncCallback
    [all...]

Completed in 166 milliseconds