Home
last modified time | relevance | path

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

/frameworks/native/services/vr/performanced/
Dmain.cpp40 CHECK_ERROR(ret < 0, error, "Failed to set KEEPCAPS: %s", strerror(errno)); in main()
44 CHECK_ERROR(ret < 0, error, "Failed to set GID: %s", strerror(errno)); in main()
46 CHECK_ERROR(ret < 0, error, "Failed to set UID: %s", strerror(errno)); in main()
58 CHECK_ERROR(ret < 0, error, "Could not set capabilities: %s", in main()
62 CHECK_ERROR(!dispatcher, error, "Failed to create service dispatcher."); in main()
65 CHECK_ERROR(!service, error, "Failed to create performance service service."); in main()
71 CHECK_ERROR(ret < 0, error, "Dispatch loop exited because: %s\n", in main()
/frameworks/native/services/vr/bufferhubd/
Dbufferhubd.cpp36 CHECK_ERROR(!dispatcher, error, "Failed to create service dispatcher\n"); in main()
39 CHECK_ERROR(!pdx_service, error, "Failed to create bufferhub pdx service\n"); in main()
43 CHECK_ERROR(ret < 0, error, "Failed to set thread priority"); in main()
48 CHECK_ERROR(ret < 0, error, "Dispatch loop exited because: %s\n", in main()
/frameworks/native/libs/vr/libvrflinger/
Dvr_flinger.cpp76 CHECK_ERROR(!dispatcher_, error, "Failed to create service dispatcher."); in Init()
80 CHECK_ERROR(!display_service_, error, "Failed to create display service."); in Init()
84 CHECK_ERROR(!service, error, "Failed to create display manager service."); in Init()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h688 #define CHECK_ERROR(cond, error, fmt, ...) \ macro
699 CHECK_ERROR(!__status, error_label, \
717 CHECK_ERROR(!__status, error_label, \
741 CHECK_ERROR(!__status, error_label, \