Searched refs:rep (Results 1 – 6 of 6) sorted by relevance
34 virtual int IsGeoConvertAvailable(MessageParcel &rep) = 0;35 virtual int GetAddressByCoordinate(MessageParcel &data, MessageParcel &rep) = 0;36 virtual int GetAddressByLocationName(MessageParcel &data, MessageParcel &rep) = 0;
68 int RemoteToService(uint32_t code, MessageParcel &data, MessageParcel &rep);
49 bool SupportRep(size_t rep) const;127 inline bool VirtualDevice::SupportRep(size_t rep) const in SupportRep() argument129 return ((inputDev_ != nullptr) && inputDev_->SupportRep(rep)); in SupportRep()
80 bool SupportRep(size_t rep) const;165 inline bool VInputDevice::SupportRep(size_t rep) const in SupportRep() argument167 return (TestBit(EV_REP, evBitmask_) && TestBit(rep, repBitmask_)); in SupportRep()
542 for (uint32_t rep = REP_DELAY; rep < REP_MAX; ++rep) { in CopyEvents() local543 if (vDev->SupportRep(rep)) { in CopyEvents()544 repeats_.push_back(rep); in CopyEvents()
150 let rep = { in send_request() localVariable162 self.transfer_data(&rep, reply) in send_request()