Searched refs:change (Results 1 - 17 of 17) sorted by relevance

/system/connectivity/shill/net/
H A Dmock_rtnl_handler.h39 unsigned int change));
H A Drtnl_message.h60 change(0) {}
66 change(in_change) {}
69 unsigned int change; member in struct:shill::RTNLMessage::LinkStatus
H A Drtnl_handler.h41 // events), interface state monitoring and the ability to change interace flags.
78 // 'interface_index'. Only the flags bits set in 'change' will
82 unsigned int change);
H A Drtnl_handler.cc153 unsigned int change) {
169 msg.set_link_status(RTNLMessage::LinkStatus(ARPHRD_VOID, flags, change));
152 SetInterfaceFlags(int interface_index, unsigned int flags, unsigned int change) argument
H A Drtnl_message.cc433 hdr->ifi.ifi_change = link_status_.change;
H A Drtnl_message_unittest.cc391 unsigned int change,
406 EXPECT_EQ(change, status.change);
770 EXPECT_EQ(0, status.change);
387 TestParseLink(const ByteString& packet, RTNLMessage::Mode mode, int interface_index, unsigned int flags, unsigned int change, ByteString address, ByteString name, uint32_t mtu, ByteString qdisc, int oper_state) argument
/system/core/crash_reporter/
H A Dcrash_reporter_logs.conf67 crash_reporter-udev-collection-change-card0-drm=\
75 crash_reporter-udev-collection-change--i2c-cyapa=\
79 crash_reporter-udev-collection-change--i2c-atmel_mxt_ts=\
/system/media/camera/docs/
H A Dndk_camera_metadata_tags.mako30 * Do not change method signatures.
31 * Do not change the value of constants.
32 * Do not change the size of any of the classes defined in here.
/system/core/logd/
H A DLogStatistics.cpp253 std::string change; local
263 change = android::base::StringPrintf("%s%d.%u%s",
269 change = android::base::StringPrintf("%s%d%s",
274 - 2 - pruned.length() - change.length();
279 change += android::base::StringPrintf("%*s", (int)spaces, "");
281 pruned = change + pruned;
/system/connectivity/shill/ethernet/
H A Dethernet.h71 void LinkEvent(unsigned int flags, unsigned int change) override;
H A Dethernet.cc144 void Ethernet::LinkEvent(unsigned int flags, unsigned int change) { argument
145 Device::LinkEvent(flags, change);
/system/connectivity/shill/
H A Ddevice_info.cc511 // WiMAX device may change the address after initialization. Clear it
564 // object or do anything to change its state. We create a stub object
621 unsigned int change = msg.link_status().change; local
632 << ", flags=" << flags << ", change=" << change << ")"
683 device->LinkEvent(flags, change);
695 << ", change=" << msg.link_status().change << ")";
H A Ddevice.h129 virtual void LinkEvent(unsigned flags, unsigned change);
503 // signals a change in static IP parameters.
581 // Respond to a LinkMonitor gateway's MAC address found/change event.
757 // Emit a property change signal for the "IPConfigs" property of this device.
H A Ddevice.cc251 void Device::LinkEvent(unsigned flags, unsigned change) { argument
254 << " flags " << flags << " changed " << change
630 // Done if no change in server addresses.
920 // The service state change needs to happen last, so that at the
921 // time we report the state change to the manager, the service
1160 // No change to |selected_service_|. Return early to avoid
/system/bt/doc/
H A Dpower_management.md40 states it wants ACTIVE, the power management code will change to ACTIVE.
168 - If that's non-zero and a PARK or SNIFF mode change was attempted,
/system/connectivity/shill/cellular/
H A Dcellular.h164 // Processes a change in the modem registration state, possibly creating,
177 void LinkEvent(unsigned int flags, unsigned int change) override;
H A Dcellular.cc461 LOG(WARNING) << "State change with no Service.";
473 LOG(WARNING) << "State change with no Service.";
485 LOG(WARNING) << "State change with no Service.";
854 void Cellular::LinkEvent(unsigned int flags, unsigned int change) { argument
855 Device::LinkEvent(flags, change);
1196 // These properties have setters that should be used to change their values.
1197 // Events are generated whenever the values change.
1259 << "| change. DBus adaptor is NULL!";
1426 << "| change. DBus adaptor is NULL!";

Completed in 1379 milliseconds