Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/
DC2Buffer.cpp1189 c2_status_t registerOnDestroyNotify(OnDestroyNotify onDestroyNotify, void *arg) { in registerOnDestroyNotify()
1202 c2_status_t unregisterOnDestroyNotify(OnDestroyNotify onDestroyNotify, void *arg) { in unregisterOnDestroyNotify()
1256 std::list<std::pair<OnDestroyNotify, void *>> mNotify;
1267 c2_status_t C2Buffer::registerOnDestroyNotify(OnDestroyNotify onDestroyNotify, void *arg) { in registerOnDestroyNotify()
1271 c2_status_t C2Buffer::unregisterOnDestroyNotify(OnDestroyNotify onDestroyNotify, void *arg) { in unregisterOnDestroyNotify()
/hardware/google/av/codec2/include/
DC2Buffer.h2065 typedef void (*OnDestroyNotify) (const C2Buffer *buf, void *arg); typedef
2079 c2_status_t registerOnDestroyNotify(OnDestroyNotify onDestroyNotify, void *arg = nullptr);
2091 c2_status_t unregisterOnDestroyNotify(OnDestroyNotify onDestroyNotify, void *arg = nullptr);