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

  /external/chromium/chrome/browser/
desktop_notification_handler.h 28 void OnRequestPermission(const GURL& origin, int callback_id);
  /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)
xdgmime.h 114 void xdg_mime_remove_callback (int callback_id);
  /external/speex/libspeex/
nb_celp.c     [all...]

Completed in 794 milliseconds