Home
last modified time | relevance | path

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

12

/hardware/interfaces/bluetooth/1.0/default/test/
Dbluetooth_address_test.cc123 TEST_F(BluetoothAddressTest, property_set) { in TEST_F() argument
125 property_set(PERSIST_BDADDR_PROPERTY, ""); in TEST_F()
126 property_set(PROPERTY_BT_BDADDR_PATH, ""); in TEST_F()
127 property_set(FACTORY_BDADDR_PROPERTY, ""); in TEST_F()
136 property_set(PERSIST_BDADDR_PROPERTY, "1"); in TEST_F()
137 property_set(PROPERTY_BT_BDADDR_PATH, "22"); in TEST_F()
138 property_set(FACTORY_BDADDR_PROPERTY, "333"); in TEST_F()
146 property_set(PERSIST_BDADDR_PROPERTY, ""); in TEST_F()
147 property_set(PROPERTY_BT_BDADDR_PATH, ""); in TEST_F()
148 property_set(FACTORY_BDADDR_PROPERTY, ""); in TEST_F()
[all …]
Dproperties.cc48 int property_set(const char* key, const char* value) { in property_set() function
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dbt_vendor_qcom.c289 ret = property_set("wc_transport.ref_count", ref_count); in can_perform_action()
309 property_set(BT_VND_FILTER_START, "false"); in stop_hci_filter()
310 property_set("wc_transport.hci_filter_status", "0"); in stop_hci_filter()
326 property_set("wc_transport.hci_filter_status", "0"); in start_hci_filter()
327 property_set(BT_VND_FILTER_START, "true"); in start_hci_filter()
470 property_set("wc_transport.soc_initialized", "0"); in bt_powerup()
483 if(property_set(SERVICE_PROP_NAME, "load_wlan") < 0) { in bt_powerup()
493 if(property_set(SERVICE_PROP_NAME, "unbind_hsic") < 0) { in bt_powerup()
504 property_set(BT_STATUS_NAME, "false"); in bt_powerup()
506 property_set(BT_STATUS_NAME, "true"); in bt_powerup()
[all …]
Dhardware.c62 if (property_set("bluetooth.hciattach", szReqSt) < 0) in hw_config()
73 if (property_set("bluetooth.hciattach", szReqSt) < 0) in hw_config()
Dhci_smd.c100 if(property_set("bluetooth.isSSR", "0") < 0) in bt_hci_init_transport_id()
/hardware/qcom/sdm845/bt/libbt-vendor/src/
Dbt_vendor_qcom.c272 ret = property_set("wc_transport.ref_count", ref_count); in can_perform_action()
335 property_set(BT_VND_FILTER_START, "false"); in stop_hci_filter()
355 property_set("wc_transport.clean_up","0"); in start_hci_filter()
356 property_set("wc_transport.hci_filter_status", "0"); in start_hci_filter()
357 property_set(BT_VND_FILTER_START, "true"); in start_hci_filter()
490 ret = property_set("wc_transport.extldo", "enabled"); in bt_powerup()
500 property_set("wc_transport.soc_initialized", "0"); in bt_powerup()
543 if(property_set(SERVICE_PROP_NAME, "load_wlan") < 0) { in bt_powerup()
553 if(property_set(SERVICE_PROP_NAME, "unbind_hsic") < 0) { in bt_powerup()
564 property_set(BT_STATUS_NAME, "false"); in bt_powerup()
[all …]
Dhardware.c61 if (property_set("bluetooth.hciattach", szReqSt) < 0) in hw_config()
72 if (property_set("bluetooth.hciattach", szReqSt) < 0) in hw_config()
Dhci_smd.c98 if(property_set("bluetooth.isSSR", "0") < 0) in bt_hci_init_transport_id()
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dbt_vendor_qcom.c273 ret = property_set("wc_transport.ref_count", ref_count); in can_perform_action()
293 property_set(BT_VND_FILTER_START, "false"); in stop_hci_filter()
294 property_set("wc_transport.hci_filter_status", "0"); in stop_hci_filter()
310 property_set("wc_transport.hci_filter_status", "0"); in start_hci_filter()
311 property_set(BT_VND_FILTER_START, "true"); in start_hci_filter()
451 property_set("wc_transport.soc_initialized", "0"); in bt_powerup()
464 if(property_set(SERVICE_PROP_NAME, "load_wlan") < 0) { in bt_powerup()
474 if(property_set(SERVICE_PROP_NAME, "unbind_hsic") < 0) { in bt_powerup()
485 property_set(BT_STATUS_NAME, "false"); in bt_powerup()
487 property_set(BT_STATUS_NAME, "true"); in bt_powerup()
[all …]
Dhardware.c60 if (property_set("bluetooth.hciattach", szReqSt) < 0) in hw_config()
71 if (property_set("bluetooth.hciattach", szReqSt) < 0) in hw_config()
Dhci_smd.c97 if(property_set("bluetooth.isSSR", "0") < 0) in bt_hci_init_transport_id()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dbt_vendor_qcom.c261 ret = property_set("wc_transport.ref_count", ref_count); in can_perform_action()
281 property_set("wc_transport.start_hci", "false"); in stop_hci_filter()
282 property_set("wc_transport.hci_filter_status", "0"); in stop_hci_filter()
299 property_set("wc_transport.hci_filter_status", "0"); in start_hci_filter()
301 property_set("wc_transport.start_hci", "true"); in start_hci_filter()
438 property_set("wc_transport.soc_initialized", "0"); in bt_powerup()
451 if(property_set(SERVICE_PROP_NAME, "load_wlan") < 0) { in bt_powerup()
461 if(property_set(SERVICE_PROP_NAME, "unbind_hsic") < 0) { in bt_powerup()
472 property_set(BT_STATUS_NAME, "false"); in bt_powerup()
474 property_set(BT_STATUS_NAME, "true"); in bt_powerup()
[all …]
Dhci_smd.c96 if(property_set("bluetooth.isSSR", "0") < 0) in bt_hci_init_transport_id()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dbt_vendor_qcom.c272 ret = property_set("wc_transport.ref_count", ref_count); in can_perform_action()
341 property_set("wc_transport.clean_up","0"); in start_hci_filter()
342 property_set("wc_transport.hci_filter_status", "0"); in start_hci_filter()
343 property_set(BT_VND_FILTER_START, "true"); in start_hci_filter()
470 ret = property_set("wc_transport.extldo", "enabled"); in bt_powerup()
480 property_set("wc_transport.soc_initialized", "0"); in bt_powerup()
523 if(property_set(SERVICE_PROP_NAME, "load_wlan") < 0) { in bt_powerup()
533 if(property_set(SERVICE_PROP_NAME, "unbind_hsic") < 0) { in bt_powerup()
544 property_set(BT_STATUS_NAME, "false"); in bt_powerup()
546 property_set(BT_STATUS_NAME, "true"); in bt_powerup()
[all …]
Dhardware.c62 if (property_set("bluetooth.hciattach", szReqSt) < 0) in hw_config()
73 if (property_set("bluetooth.hciattach", szReqSt) < 0) in hw_config()
Dhci_smd.c100 if(property_set("bluetooth.isSSR", "0") < 0) in bt_hci_init_transport_id()
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dbt_vendor_qcom.c268 ret = property_set("wc_transport.ref_count", ref_count); in can_perform_action()
331 property_set(BT_VND_FILTER_START, "false"); in stop_hci_filter()
352 property_set("wc_transport.hci_filter_status", "0"); in start_hci_filter()
353 property_set(BT_VND_FILTER_START, "true"); in start_hci_filter()
486 ret = property_set("wc_transport.extldo", "enabled"); in bt_powerup()
496 property_set("wc_transport.soc_initialized", "0"); in bt_powerup()
539 if(property_set(SERVICE_PROP_NAME, "load_wlan") < 0) { in bt_powerup()
549 if(property_set(SERVICE_PROP_NAME, "unbind_hsic") < 0) { in bt_powerup()
560 property_set(BT_STATUS_NAME, "false"); in bt_powerup()
562 property_set(BT_STATUS_NAME, "true"); in bt_powerup()
[all …]
Dhardware.c60 if (property_set("bluetooth.hciattach", szReqSt) < 0) in hw_config()
71 if (property_set("bluetooth.hciattach", szReqSt) < 0) in hw_config()
Dhci_smd.c97 if(property_set("bluetooth.isSSR", "0") < 0) in bt_hci_init_transport_id()
/hardware/interfaces/wifi/1.4/default/tests/
Dwifi_chip_unit_tests.cpp293 property_set("wifi.interface", "wlan0"); in TearDown()
294 property_set("wifi.concurrent.interface", "wlan1"); in TearDown()
295 property_set("wifi.aware.interface", nullptr); in TearDown()
778 property_set("wifi.aware.interface", nullptr); in TEST_F()
787 property_set("wifi.aware.interface", "aware0"); in TEST_F()
851 property_set("wifi.interface.0", ""); in TEST_F()
852 property_set("wifi.interface.1", ""); in TEST_F()
853 property_set("wifi.interface.2", ""); in TEST_F()
854 property_set("wifi.interface", ""); in TEST_F()
855 property_set("wifi.concurrent.interface", ""); in TEST_F()
[all …]
/hardware/qcom/display/msm8084/libexternal/
Dexternal.cpp68 property_set("hw.hdmiON", "1"); in configure()
81 property_set("hw.hdmiON", "0"); in teardown()
156 property_set("persist.sys.actionsafe.width", actionsafeWidth); in setActionSafeDimension()
158 property_set("persist.sys.actionsafe.height", actionsafeHeight); in setActionSafeDimension()
239 property_set("hw.underscan_supported", prop); in readCEUnderscanInfo()
375 property_set("hw.underscan_supported", prop); in resetInfo()
/hardware/qcom/display/msm8960/libexternal/
Dexternal.cpp151 property_set("hw.hdmiON", "1"); in processUEventOnline()
163 property_set("hw.hdmiON", "0"); in processUEventOffline()
206 property_set("hw.actionsafe.width", actionsafeWidth); in setActionSafeDimension()
208 property_set("hw.actionsafe.height", actionsafeHeight); in setActionSafeDimension()
290 property_set("hw.underscan_supported", prop); in readCEUnderscanInfo()
480 property_set("hw.underscan_supported", prop); in resetInfo()
/hardware/qcom/display/msm8226/libexternal/
Dexternal.cpp68 property_set("hw.hdmiON", "1"); in configure()
81 property_set("hw.hdmiON", "0"); in teardown()
156 property_set("persist.sys.actionsafe.width", actionsafeWidth); in setActionSafeDimension()
158 property_set("persist.sys.actionsafe.height", actionsafeHeight); in setActionSafeDimension()
239 property_set("hw.underscan_supported", prop); in readCEUnderscanInfo()
375 property_set("hw.underscan_supported", prop); in resetInfo()
/hardware/st/nfc/1.2/
DStNfcService.cpp61 property_set("persist.vendor.modem.esim.reset", "done"); in main()
/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.cpp125 property_set("hw.hdmiON", "1"); in configure()
146 property_set("hw.hdmiON", "0"); in teardown()
225 property_set("persist.sys.actionsafe.width", actionsafeWidth); in setActionSafeDimension()
227 property_set("persist.sys.actionsafe.height", actionsafeHeight); in setActionSafeDimension()
295 property_set("hw.underscan_supported", prop); in readCEUnderscanInfo()
426 property_set("hw.underscan_supported", prop); in resetInfo()

12