Searched refs:MppBufferService (Results 1 – 1 of 1) sorted by relevance
34 #define SEARCH_GROUP_BY_ID(id) ((MppBufferService::get_instance())->get_group_by_id(id))39 class MppBufferService class44 MppBufferService();45 ~MppBufferService();46 MppBufferService(const MppBufferService &);47 MppBufferService &operator=(const MppBufferService &);77 static MppBufferService *get_instance() { in get_instance()78 static MppBufferService instance; in get_instance()244 if (!MppBufferService::get_instance()->is_finalizing()) in put_buffer()283 MppBufferService::get_instance()->dec_total(buffer->info.size); in put_buffer()[all …]