Home
last modified time | relevance | path

Searched refs:property_set (Results 1 – 10 of 10) sorted by relevance

/device/google/gs-common/touch/gti/
Dtouch_gti_ical.cpp26 #define property_set macro
74 property_set(ical_state_prop[0], "done"); in main()
75 property_set(ical_state_prop[1], "done"); in main()
94 property_set(ical_result_prop_path, "na"); in main()
95 property_set(ical_state_prop_path, "running"); in main()
98 property_set(ical_state_prop_path, "done"); in main()
105 property_set(ical_state_prop_path, "done"); in main()
112 property_set(ical_state_prop_path, "read"); in main()
119 property_set(ical_result_prop_path, ical_override_result_prop_val); in main()
125 property_set(ical_result_prop_path, line); in main()
[all …]
/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp426 if (property_set(propName, addrToStr(mDhcpInfo.gateway).c_str()) != 0) { in configureDhcp()
435 if (property_set(propName, in configureDhcp()
441 if (property_set(propName, "") != 0) { in configureDhcp()
/device/google/gs201/fingerprint/fpc1540/fp_tool/
Dfp_test.cpp87 ret = property_set("ctl.start", FPS_SRV_PROP); in enable_disable_fps()
89 ret = property_set("ctl.stop", FPS_SRV_PROP); in enable_disable_fps()
/device/google/gs101/fingerprint/fpc1540/fp_tool/
Dfp_test.cpp87 ret = property_set("ctl.start", FPS_SRV_PROP); in enable_disable_fps()
89 ret = property_set("ctl.stop", FPS_SRV_PROP); in enable_disable_fps()
/device/google/trout/vport_trigger/
Dmain.cpp65 property_set(propname.c_str(), dev.c_str()); in main()
/device/generic/goldfish/qemu-props/
Dvport_parser.cpp48 if(property_set(serialname.c_str(), portdev.c_str()) < 0) { in set_port_prop()
Dqemu-props.cpp126 if (property_set(final_prop_name, prop_value) < 0) { in setBootProperties()
/device/google/cuttlefish/guest/monitoring/tombstone_transmit/
Dtombstone_transmit.cpp116 property_set("tombstone_transmit.init_done", "true"); in main()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.cpp344 property_set(PROPERTY_RIL_IMPL, version); in onNewCommandConnect()
347 property_set(PROPERTY_RIL_IMPL, "unavailable"); in onNewCommandConnect()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp249 if (property_set(LID_STATE_PROPERTY, LID_STATE_UNKNOWN) < 0) { in HubConnection()
1942 if (property_set(LID_STATE_PROPERTY, in sendFolioEvent()