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

  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ipc_event.c 93 static VOID IpcEvent_SendMessageToChild(IpcEvent_t* pIpcEvent, PS8 msg)
95 write(pIpcEvent->pipe_to_child, msg, os_strlen(msg));
566 IpcEvent_t* pIpcEvent = (IpcEvent_t*)os_MemoryCAlloc(sizeof(IpcEvent_t), sizeof(U8));
567 if(pIpcEvent == NULL)
574 pIpcEvent->p_shared_memory = mmap(0, sizeof(IpcEvent_Shared_Memory_t), PROT_READ | PROT_WRITE, MAP_ANON | MAP_SHARED, -1, 0);
575 if ( pIpcEvent->p_shared_memory == ((PVOID)-1))
578 IpcEvent_Destroy(pIpcEvent);
583 pipe(pIpcEvent->p_shared_memory->pipe_fields);
586 pIpcEvent->p_shared_memory->event_mask = 0;
589 pIpcEvent->child_process_id = fork()
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
ipc_event.c 93 static VOID IpcEvent_SendMessageToChild(IpcEvent_t* pIpcEvent, PS8 msg)
95 write(pIpcEvent->pipe_to_child, msg, os_strlen(msg));
553 IpcEvent_t* pIpcEvent = (IpcEvent_t*)os_MemoryCAlloc(sizeof(IpcEvent_t), sizeof(U8));
554 if(pIpcEvent == NULL)
561 pIpcEvent->p_shared_memory = mmap(0, sizeof(IpcEvent_Shared_Memory_t), PROT_READ | PROT_WRITE, MAP_ANON | MAP_SHARED, -1, 0);
562 if ( pIpcEvent->p_shared_memory == ((PVOID)-1))
565 IpcEvent_Destroy(pIpcEvent);
570 pipe(pIpcEvent->p_shared_memory->pipe_fields);
573 pIpcEvent->p_shared_memory->event_mask = 0;
576 pIpcEvent->child_process_id = fork()
    [all...]

Completed in 30 milliseconds