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

  /external/speex/include/speex/
speex_callbacks.h 92 int callback_id; /**< ID associated to the callback */ member in struct:SpeexCallback
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.c 88 int callback_id; member in struct:XdgCallbackList
863 static int callback_id = 1; local
867 list_el->callback_id = callback_id;
876 callback_id ++;
878 return callback_id - 1;
882 xdg_mime_remove_callback (int callback_id)
888 if (list->callback_id == callback_id)

Completed in 41 milliseconds