Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_IfaceManager.cpp376 IPACM_Wlan *wl = new IPACM_Wlan(ipa_interface_index); in create_iface_instance() local
377 if (wl->rx_prop == NULL && wl->tx_prop == NULL) in create_iface_instance()
382 wl->delete_iface(); in create_iface_instance()
385 IPACM_EvtDispatcher::registr(IPA_ADDR_ADD_EVENT, wl); in create_iface_instance()
386 IPACM_EvtDispatcher::registr(IPA_ROUTE_DEL_EVENT, wl); in create_iface_instance()
387 IPACM_EvtDispatcher::registr(IPA_WLAN_CLIENT_ADD_EVENT, wl); in create_iface_instance()
388 IPACM_EvtDispatcher::registr(IPA_WLAN_CLIENT_ADD_EVENT_EX, wl); in create_iface_instance()
389 IPACM_EvtDispatcher::registr(IPA_WLAN_CLIENT_DEL_EVENT, wl); in create_iface_instance()
390 IPACM_EvtDispatcher::registr(IPA_WLAN_CLIENT_POWER_SAVE_EVENT, wl); in create_iface_instance()
391 IPACM_EvtDispatcher::registr(IPA_WLAN_CLIENT_RECOVER_EVENT, wl); in create_iface_instance()
[all …]
/hardware/libhardware_legacy/
Dpower.cpp72 std::shared_ptr<IWakeLock> wl = nullptr; in acquire_wake_lock() local
74 suspendService->acquireWakeLock(WakeLockType::PARTIAL, id, &wl); in acquire_wake_lock()
77 if (!wl) { in acquire_wake_lock()
85 if (!gWakeLockMap[id]) gWakeLockMap[id] = wl; in acquire_wake_lock()
90 std::shared_ptr<IWakeLock> wl = nullptr; in acquire_wake_lock() local
91 auto status = suspendService->acquireWakeLock(WakeLockType::PARTIAL, id, &wl); in acquire_wake_lock()
94 if (!wl) { in acquire_wake_lock()
99 gWakeLockMap[id] = wl; in acquire_wake_lock()
155 std::shared_ptr<IWakeLock> wl = nullptr; in WakeLockImpl() local
156 auto status = suspendService->acquireWakeLock(WakeLockType::PARTIAL, name, &wl); in WakeLockImpl()
[all …]
Dblock_suspend.cpp37 auto wl = android::wakelock::WakeLock::tryGet(gWakeLockName); // RAII object in main() local
38 if (!wl.has_value()) { in main()
Dpower_test.cpp123 auto wl = android::wakelock::WakeLock::tryGet(name); in TEST_F() local
124 if (!wl.has_value()) { in TEST_F()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_IfaceManager.cpp367 IPACM_Wlan *wl = new IPACM_Wlan(ipa_interface_index); in create_iface_instance() local
368 IPACM_EvtDispatcher::registr(IPA_ADDR_ADD_EVENT, wl); in create_iface_instance()
369 IPACM_EvtDispatcher::registr(IPA_ROUTE_DEL_EVENT, wl); in create_iface_instance()
370 IPACM_EvtDispatcher::registr(IPA_WLAN_CLIENT_ADD_EVENT, wl); in create_iface_instance()
371 IPACM_EvtDispatcher::registr(IPA_WLAN_CLIENT_ADD_EVENT_EX, wl); in create_iface_instance()
372 IPACM_EvtDispatcher::registr(IPA_WLAN_CLIENT_DEL_EVENT, wl); in create_iface_instance()
373 IPACM_EvtDispatcher::registr(IPA_WLAN_CLIENT_POWER_SAVE_EVENT, wl); in create_iface_instance()
374 IPACM_EvtDispatcher::registr(IPA_WLAN_CLIENT_RECOVER_EVENT, wl); in create_iface_instance()
375 IPACM_EvtDispatcher::registr(IPA_NEIGH_CLIENT_IP_ADDR_ADD_EVENT, wl); in create_iface_instance()
376 IPACM_EvtDispatcher::registr(IPA_SW_ROUTING_ENABLE, wl); in create_iface_instance()
[all …]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_linux.c180 int wl_ioctl(void *wl, int cmd, void *buf, int len, bool set) in wl_ioctl() argument
182 return dhd_ioctl(wl, cmd, buf, len, set); /* Call actual wl_ioctl here: Shubhro */ in wl_ioctl()
279 wl_check(void *wl) in wl_check() argument
284 if (!dhd_check (wl)) in wl_check()
290 if ((ret = wl_get(wl, WLC_GET_MAGIC, &val, sizeof(int))) < 0) in wl_check()
294 if ((ret = wl_get(wl, WLC_GET_VERSION, &val, sizeof(int))) < 0) in wl_check()
344 ioctl_queryinformation_fe(void *wl, int cmd, void* input_buf, int *input_len) in ioctl_queryinformation_fe() argument
347 return dhd_ioctl(wl, cmd, input_buf, *input_len, FALSE); in ioctl_queryinformation_fe()
351 return rwl_queryinformation_fe(wl, cmd, input_buf, in ioctl_queryinformation_fe()
363 ioctl_setinformation_fe(void *wl, int cmd, void* buf, int *len) in ioctl_setinformation_fe() argument
[all …]
Ducode_download.c33 dload_generic_data(void *wl, uint16 dload_type, unsigned char *dload_buf, int len) in dload_generic_data() argument
52 err = wlu_iovar_setbuf(wl, "generic_dload", dload_buf, len, buf, in dload_generic_data()
60 dload_ucode_part(void *wl, uint8 ucode_type, uint32 datalen, unsigned char *org_buf) in dload_ucode_part() argument
71 err = wlu_iovar_getint(wl, "ucdload_chunk_len", in dload_ucode_part()
99 err = dload_generic_data(wl, DL_TYPE_UCODE, new_buf, size2alloc); in dload_ucode_part()
Ddhdu_common.h64 extern int wl_get(void *wl, int cmd, void *buf, int len);
65 extern int wl_set(void *wl, int cmd, void *buf, int len);
Ddhdu.c793 dhd_sd_mode(void *wl, cmd_t *cmd, char **argv) in dhd_sd_mode() argument
814 ret = dhd_var_setint(wl, cmd, argv); in dhd_sd_mode()
817 if ((ret = dhd_var_get(wl, cmd, argv))) { in dhd_sd_mode()
833 dhd_dma_mode(void *wl, cmd_t *cmd, char **argv) in dhd_dma_mode() argument
862 ret = dhd_var_setint(wl, cmd, argv); in dhd_dma_mode()
865 if ((ret = dhd_var_get(wl, cmd, argv))) { in dhd_dma_mode()
/hardware/interfaces/tv/tuner/assets/
Dtuner_frontend_input.es913 N0���^k���l�w&�f5�wl�C1�jl���N��$^�q�[�B�SgȐ�Ɣㅂ� ~ ������)�@*h�}�� ��s�K�Y��&13����{4�…
1286 ���/~���9�cX�_cpHՕ��Nt�E��9n��yӤ�wl��?�>|0ģ�6(�06?���z���`0�^��^�B����j)Ȧ��7��%�,�…
2793 �{7h+��{�� �?�+u�����g��Λ��DA�h�A����wl��ۿ�bA/��.c�+��@�z��
3660 …�=|*�8S (3U�Ռ=(?.I������a�L_d<g7�-�@�䗏�`��l:-n2����0W� ���jj�wl%y�L�h�������¬7@�<`…
4222 …\��X4�dx���~�sU?�Q#�'p�`A�B��o��2�jY)�5����}��v� �*ȵcR���4a��F�։� wl*Ax���-�|C�z�ɤ3��!9Q…