Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_session.h329 struct QueueNode { struct
330 QueueNode(std::weak_ptr<DisplayConfig::ConfigCallback> cb, bool pp, const hidl_handle& buf) in QueueNode() function
341 std::queue<QueueNode *> queue_; argument
H A Dhwc_session_services.cpp1024 QueueNode *node = new QueueNode(callback, post_processed, buffer); in PostBuffer()
1044 QueueNode *node = nullptr; in ProcessRequests()