HomeSort by relevance Sort by last modified time
    Searched full:pipe_write (Results 1 - 5 of 5) sorted by null

  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ipc_event.c 53 #define PIPE_WRITE 1
606 close(pIpcEventChild->p_shared_memory->pipe_fields[PIPE_WRITE]);
615 pIpcEvent->pipe_to_child = pIpcEvent->p_shared_memory->pipe_fields[PIPE_WRITE];
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
ipc_event.c 53 #define PIPE_WRITE 1
593 close(pIpcEventChild->p_shared_memory->pipe_fields[PIPE_WRITE]);
602 pIpcEvent->pipe_to_child = pIpcEvent->p_shared_memory->pipe_fields[PIPE_WRITE];
  /system/core/adb/
adb.c 703 HANDLE pipe_read, pipe_write; local
715 ret = CreatePipe( &pipe_read, &pipe_write, &sa, 0 );
726 startup.hStdOutput = pipe_write;
749 CloseHandle( pipe_write );
  /prebuilt/android-arm/kernel/
vmlinux-qemu 
vmlinux-qemu-armv7 

Completed in 3417 milliseconds