Searched refs:CHECK_ERROR (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/vr/performanced/ |
D | main.cpp | 40 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/ |
D | bufferhubd.cpp | 36 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/ |
D | vr_flinger.cpp | 76 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/ |
D | service.h | 688 #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, \
|