Home
last modified time | relevance | path

Searched refs:msgpipe (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/adpf/app/hintsession/src/cpp/external/
Dandroid_native_app_glue.c256 int msgpipe[2]; in android_app_create() local
257 if (pipe(msgpipe)) { in android_app_create()
261 android_app->msgread = msgpipe[0]; in android_app_create()
262 android_app->msgwrite = msgpipe[1]; in android_app_create()