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

  /device/linaro/hikey/bluetooth/
async_fd_watcher.h 28 using ReadCallback = std::function<void(int)>;
37 const ReadCallback& on_read_fd_ready_callback);
56 std::map<int, ReadCallback> watched_fds_;
async_fd_watcher.cc 38 int file_descriptor, const ReadCallback& on_read_fd_ready_callback) {
  /hardware/interfaces/bluetooth/1.0/default/
async_fd_watcher.h 28 using ReadCallback = std::function<void(int)>;
37 const ReadCallback& on_read_fd_ready_callback);
56 std::map<int, ReadCallback> watched_fds_;
async_fd_watcher.cc 43 int file_descriptor, const ReadCallback& on_read_fd_ready_callback) {
  /system/bt/vendor_libs/linux/interface/
async_fd_watcher.h 28 using ReadCallback = std::function<void(int)>;
37 const ReadCallback& on_read_fd_ready_callback);
56 std::map<int, ReadCallback> watched_fds_;
async_fd_watcher.cc 40 int file_descriptor, const ReadCallback& on_read_fd_ready_callback) {
  /system/bt/vendor_libs/test_vendor_lib/include/
async_manager.h 20 using ReadCallback = std::function<void(int)>;
55 const ReadCallback& on_read_fd_ready_callback);
  /bionic/libc/system_properties/include/system_properties/
system_properties.h 62 void ReadCallback(const prop_info* pi,
  /bionic/libc/bionic/
system_property_api.cpp 84 return system_properties.ReadCallback(pi, callback, cookie);
  /system/bt/vendor_libs/test_vendor_lib/src/
async_manager.cc 100 int file_descriptor, const ReadCallback& on_read_fd_ready_callback) {
270 std::map<int, ReadCallback> watched_shared_fds_;
492 int file_descriptor, const ReadCallback& on_read_fd_ready_callback) {
  /external/tensorflow/tensorflow/core/platform/cloud/
curl_http_request.cc 253 &CurlHttpRequest::ReadCallback);
266 &CurlHttpRequest::ReadCallback);
280 &CurlHttpRequest::ReadCallback);
370 size_t CurlHttpRequest::ReadCallback(void* ptr, size_t size, size_t nmemb,
curl_http_request.h 155 static size_t ReadCallback(void* ptr, size_t size, size_t nmemb,
  /bionic/libc/system_properties/
system_properties.cpp 181 void SystemProperties::ReadCallback(const prop_info* pi,
  /bionic/tests/
system_properties_test.cpp 485 system_properties.ReadCallback(pi,

Completed in 205 milliseconds