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
  /system/update_engine/common/
http_fetcher_unittest.cc 560 MessageLoop::TaskId callback_id; local
561 callback_id = this->loop_.PostDelayedTask(
563 base::Bind(&UnpausingTimeoutCallback, &delegate, &callback_id),
568 EXPECT_TRUE(this->loop_.CancelTask(callback_id));
    [all...]

Completed in 255 milliseconds