Searched refs:fPipes (Results 1 – 2 of 2) sorted by relevance
108 SkDEBUGCODE(auto writeSize =) write(fPipes[1], &message, sizeof(message)); in postMessage()113 SkDEBUGCODE(auto readSize =) read(fPipes[0], message, sizeof(Message)); in readMessage()205 pipe(skiaAndroidApp->fPipes); in pthread_main()206 ALooper_addFd(looper, skiaAndroidApp->fPipes[0], LOOPER_ID_MESSAGEPIPE, ALOOPER_EVENT_INPUT, in pthread_main()
65 int fPipes[2]; // 0 is the read message pipe, 1 is the write message pipe member