Searched defs:AddEvent (Results 1 - 3 of 3) sorted by relevance

/system/bt/packet/avrcp/
H A Dcapabilities_packet.cc107 GetCapabilitiesResponseBuilder* GetCapabilitiesResponseBuilder::AddEvent( function in class:bluetooth::avrcp::GetCapabilitiesResponseBuilder
/system/extras/simpleperf/
H A DIOEventLoop.cpp97 return AddEvent(fd, EV_READ | EV_PERSIST, nullptr, callback);
105 return AddEvent(fd, EV_WRITE | EV_PERSIST, nullptr, callback);
110 return AddEvent(sig, EV_SIGNAL | EV_PERSIST, nullptr, callback) != nullptr;
125 return AddEvent(-1, EV_PERSIST, &duration, callback) != nullptr;
128 IOEventRef IOEventLoop::AddEvent(int fd_or_sig, short events, timeval* timeout, function in class:IOEventLoop
H A Drecord_lib_interface.cpp65 bool AddEvent(const std::string& name) override {
267 bool PerfEventSet::AddEvent(const std::string&) { function in class:simpleperf::PerfEventSet

Completed in 770 milliseconds