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 607 MessageLoop::TaskId callback_id; local
608 callback_id = this->loop_.PostDelayedTask(
610 base::Bind(&UnpausingTimeoutCallback, &delegate, &callback_id),
615 EXPECT_TRUE(this->loop_.CancelTask(callback_id));
    [all...]

Completed in 176 milliseconds