HomeSort by relevance Sort by last modified time
    Searched refs:ipc_ev_data (Results 1 - 2 of 2) sorted by null

  /system/core/nexus/
TiwlanEventListener.cpp 33 struct ipc_ev_data *data;
35 if (!(data = (struct ipc_ev_data *) malloc(sizeof(struct ipc_ev_data)))) {
40 if (recv(cli->getSocket(), data, sizeof(struct ipc_ev_data), 0) < 0) {
TiwlanEventListener.h 44 struct ipc_ev_data { struct

Completed in 148 milliseconds