Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/vndk/
H A DC2Buffer.cpp1233 c2_status_t registerOnDestroyNotify(OnDestroyNotify onDestroyNotify, void *arg) { in registerOnDestroyNotify()
1246 c2_status_t unregisterOnDestroyNotify(OnDestroyNotify onDestroyNotify, void *arg) { in unregisterOnDestroyNotify()
1300 std::list<std::pair<OnDestroyNotify, void *>> mNotify;
1311 c2_status_t C2Buffer::registerOnDestroyNotify(OnDestroyNotify onDestroyNotify, void *arg) { in registerOnDestroyNotify()
1315 c2_status_t C2Buffer::unregisterOnDestroyNotify(OnDestroyNotify onDestroyNotify, void *arg) { in unregisterOnDestroyNotify()
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Buffer.h2187 typedef void (*OnDestroyNotify) (const C2Buffer *buf, void *arg); typedef
2201 c2_status_t registerOnDestroyNotify(OnDestroyNotify onDestroyNotify, void *arg = nullptr);
2213 c2_status_t unregisterOnDestroyNotify(OnDestroyNotify onDestroyNotify, void *arg = nullptr);