Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp1177 c2_status_t registerOnDestroyNotify(OnDestroyNotify onDestroyNotify, void *arg) { in registerOnDestroyNotify()
1190 c2_status_t unregisterOnDestroyNotify(OnDestroyNotify onDestroyNotify, void *arg) { in unregisterOnDestroyNotify()
1244 std::list<std::pair<OnDestroyNotify, void *>> mNotify;
1255 c2_status_t C2Buffer::registerOnDestroyNotify(OnDestroyNotify onDestroyNotify, void *arg) { in registerOnDestroyNotify()
1259 c2_status_t C2Buffer::unregisterOnDestroyNotify(OnDestroyNotify onDestroyNotify, void *arg) { in unregisterOnDestroyNotify()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h2050 typedef void (*OnDestroyNotify) (const C2Buffer *buf, void *arg); typedef
2064 c2_status_t registerOnDestroyNotify(OnDestroyNotify onDestroyNotify, void *arg = nullptr);
2076 c2_status_t unregisterOnDestroyNotify(OnDestroyNotify onDestroyNotify, void *arg = nullptr);