OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:event_sock
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp
360
struct nl_sock *
event_sock
= NULL;
local
387
event_sock
=
389
if (
event_sock
== NULL) {
396
if (nl_socket_set_buffer_size(
event_sock
, (256*1024), 0) < 0) {
397
ALOGE("Could not set nl_socket RX buffer size for
event_sock
: %s",
402
cb = nl_socket_get_cb(
event_sock
);
420
info->
event_sock
=
event_sock
;
571
if (
event_sock
)
572
nl_socket_free(
event_sock
);
[
all
...]
common.h
94
struct nl_sock *
event_sock
; // event socket object
member in struct:hal_info_s
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp
215
struct nl_sock *
event_sock
= wifi_create_nl_socket(WIFI_HAL_EVENT_SOCK_PORT);
local
216
if (
event_sock
== NULL) {
223
struct nl_cb *cb = nl_socket_get_cb(
event_sock
);
227
nl_socket_free(
event_sock
);
238
info->
event_sock
=
event_sock
;
254
nl_socket_free(
event_sock
);
286
int ret = nl_socket_add_membership(info->
event_sock
, id);
304
nl_socket_free(info->
event_sock
);
306
info->
event_sock
= NULL
[
all
...]
common.h
165
struct nl_sock *
event_sock
; // event socket object
member in struct:__anon30579
Completed in 2189 milliseconds