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.cpp38 CHECK_ERROR(!dispatcher, error, "Failed to create service dispatcher\n"); in main()
41 CHECK_ERROR(!service, error, "Failed to create buffer hub service\n"); in main()
45 CHECK_ERROR(ret < 0, error, "Failed to set thread priority"); in main()
50 CHECK_ERROR(ret < 0, error, "Dispatch loop exited because: %s\n", in main()
/frameworks/native/libs/vr/libvrflinger/
Dvr_flinger.cpp77 CHECK_ERROR(!dispatcher_, error, "Failed to create service dispatcher."); in Init()
81 CHECK_ERROR(!display_service_, error, "Failed to create display service."); in Init()
85 CHECK_ERROR(!service, error, "Failed to create display manager service."); in Init()
89 CHECK_ERROR(!service, error, "Failed to create vsync service."); in Init()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h679 #define CHECK_ERROR(cond, error, fmt, ...) \ macro
690 CHECK_ERROR(!__status, error_label, \
708 CHECK_ERROR(!__status, error_label, \
732 CHECK_ERROR(!__status, error_label, \