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

  /system/bt/vendor_libs/test_vendor_lib/src/
dual_mode_controller.cc 95 send_event_(std::move(command_complete));
108 send_event_(std::move(command_status));
121 send_event_(std::move(inquiry_result));
139 send_event_(std::move(extended_inquiry_result));
227 send_event_ = callback;
240 send_event_ = std::bind(send_delayed_event_, std::placeholders::_1,
  /system/bt/vendor_libs/test_vendor_lib/include/
dual_mode_controller.h 337 std::function<void(std::unique_ptr<EventPacket>)> send_event_; member in class:test_vendor_lib::DualModeController

Completed in 46 milliseconds