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

  /external/parameter-framework/asio-1.10.6/include/asio/
async_result.hpp 2 // async_result.hpp
27 class async_result class in namespace:asio
35 * When using a specalised async_result, the constructor has an opportunity
39 explicit async_result(Handler&) function in class:asio::async_result
52 // of the handler, and then create an async_result for the handler.
63 async_result<typename handler_type<Handler, Signature>::type> result;
69 typedef typename async_result<
79 # define ASIO_INITFN_RESULT_TYPE(h, sig) typename ::asio::async_result< typename ::asio::handler_type<h, sig>::type>::type
  /system/bt/osi/include/
future.h 41 void* future_await(future_t* async_result);

Completed in 204 milliseconds