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

  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ipc_event.c 65 int pipe_fields[2]; member in struct:IpcEvent_Shared_Memory_t
583 pipe(pIpcEvent->p_shared_memory->pipe_fields);
605 pIpcEventChild->pipe_from_parent = pIpcEventChild->p_shared_memory->pipe_fields[PIPE_READ];
606 close(pIpcEventChild->p_shared_memory->pipe_fields[PIPE_WRITE]);
615 pIpcEvent->pipe_to_child = pIpcEvent->p_shared_memory->pipe_fields[PIPE_WRITE];
616 close(pIpcEvent->p_shared_memory->pipe_fields[PIPE_READ]);
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
ipc_event.c 65 int pipe_fields[2]; member in struct:IpcEvent_Shared_Memory_t
570 pipe(pIpcEvent->p_shared_memory->pipe_fields);
592 pIpcEventChild->pipe_from_parent = pIpcEventChild->p_shared_memory->pipe_fields[PIPE_READ];
593 close(pIpcEventChild->p_shared_memory->pipe_fields[PIPE_WRITE]);
602 pIpcEvent->pipe_to_child = pIpcEvent->p_shared_memory->pipe_fields[PIPE_WRITE];
603 close(pIpcEvent->p_shared_memory->pipe_fields[PIPE_READ]);

Completed in 67 milliseconds