Searched refs:property_set (Results 1 – 10 of 10) sorted by relevance
/device/google/gs-common/touch/gti/ |
D | touch_gti_ical.cpp | 26 #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/ |
D | dhcpclient.cpp | 426 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/ |
D | fp_test.cpp | 87 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/ |
D | fp_test.cpp | 87 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/ |
D | main.cpp | 65 property_set(propname.c_str(), dev.c_str()); in main()
|
/device/generic/goldfish/qemu-props/ |
D | vport_parser.cpp | 48 if(property_set(serialname.c_str(), portdev.c_str()) < 0) { in set_port_prop()
|
D | qemu-props.cpp | 126 if (property_set(final_prop_name, prop_value) < 0) { in setBootProperties()
|
/device/google/cuttlefish/guest/monitoring/tombstone_transmit/ |
D | tombstone_transmit.cpp | 116 property_set("tombstone_transmit.init_done", "true"); in main()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril.cpp | 344 property_set(PROPERTY_RIL_IMPL, version); in onNewCommandConnect() 347 property_set(PROPERTY_RIL_IMPL, "unavailable"); in onNewCommandConnect()
|
/device/google/contexthub/sensorhal/ |
D | hubconnection.cpp | 249 if (property_set(LID_STATE_PROPERTY, LID_STATE_UNKNOWN) < 0) { in HubConnection() 1942 if (property_set(LID_STATE_PROPERTY, in sendFolioEvent()
|