HomeSort by relevance Sort by last modified time
    Searched defs:add_ref (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/foundation/
MediaBuffer.cpp 133 void MediaBuffer::add_ref() { function in class:android::MediaBuffer
208 add_ref();
  /external/e2fsprogs/lib/ext2fs/
irel.h 65 errcode_t (*add_ref)(ext2_irel irel, ext2_ino_t ino, member in struct:ext2_inode_relocation_table
109 #define ext2fs_irel_add_ref(irel, ino, ref) ((irel)->add_ref((irel), ino, ref))
  /external/libxml2/doc/
apibuild.py 206 def add_ref(self, name, header, module, static, type, lineno, info=None, extra=None, conditionals = None): member in class:index
622 self.index.add_ref(name, module, module, static, type,
625 self.index.add_ref(name, None, module, static, type, self.lineno(),
    [all...]

Completed in 117 milliseconds