Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7642f228 authored by Devin Moore's avatar Devin Moore
Browse files

Remove mocked libfmq function

Test: build
Test: m net_test_btif_stack
Change-Id: Ic69eca99555b2c5036187c7163047d5213e1bfa1
parent ef5694d5
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -55,17 +55,10 @@ void check(bool exp, const char* message) {}
#define UNUSED_ATTR
#endif

EventFlag::EventFlag(int fd, off_t offset, status_t* status) {
  mock_function_count_map[__func__]++;
}
EventFlag::EventFlag(std::atomic<uint32_t>* fwAddr, status_t* status) {
  mock_function_count_map[__func__]++;
}
EventFlag::~EventFlag() { mock_function_count_map[__func__]++; }
status_t EventFlag::createEventFlag(int fd, off_t offset, EventFlag** flag) {
  mock_function_count_map[__func__]++;
  return 0;
}
status_t EventFlag::createEventFlag(std::atomic<uint32_t>* fwAddr,
                                    EventFlag** flag) {
  mock_function_count_map[__func__]++;