Searched refs:classes (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/libwsbm/src/ |
D | wsbm_fencemgr.c | 76 struct _WsbmFenceClass *classes; member 127 tmp->classes = calloc(tmp->info.num_classes, sizeof(*tmp->classes)); in wsbmFenceMgrCreate() 128 if (!tmp->classes) in wsbmFenceMgrCreate() 132 struct _WsbmFenceClass *fc = &tmp->classes[i]; in wsbmFenceMgrCreate() 150 WSBM_MUTEX_FREE(&tmp->classes[j].mutex); in wsbmFenceMgrCreate() 151 WSBM_MUTEX_FREE(&tmp->classes[j].cmd_mutex); in wsbmFenceMgrCreate() 153 free(tmp->classes); in wsbmFenceMgrCreate() 172 struct _WsbmFenceClass *fc = &mgr->classes[fence->fence_class]; in wsbmFenceUnreference() 190 struct _WsbmFenceClass *fc = &mgr->classes[fence_class]; in wsbmSignalPreviousFences() 301 struct _WsbmFenceClass *fc = &mgr->classes[fence_class]; in wsbmFenceCreateSig() [all …]
|
/hardware/intel/common/libmix/mix_common/ |
D | mixcommon.spec | 13 MIX Common contains common classes, datatype, header files used by other MIX components
|
/hardware/qcom/msm8998/json-c/ |
D | Doxyfile | 100 # the base classes will not be shown. 227 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 229 # If set to NO only classes defined in header files are included. 241 # undocumented members of documented classes, files or namespaces. 249 # undocumented classes that are normally visible in the class hierarchy. 250 # If set to NO (the default) these classes will be included in the various 278 # allowed. This is useful if you have classes or files whose names only differ 365 # at the bottom of the documentation of classes and structs. If set to YES the 517 # of functions and classes directly in the documentation. 551 # contains a lot of classes, structs, unions or interfaces. [all …]
|
/hardware/libhardware/modules/camera/3_4/ |
D | README.md | 47 V4L2CameraHAL classes. 58 [V4L2 Camera](#V4L2-Camera). The Camera (using helper classes) enforces 100 Some generalized metadata classes are provided to simplify common logic
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 111 # operators of the base classes will not be shown. 233 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 236 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s. 238 # diagrams that involve STL classes more complete and accurate. 248 # Doxygen will parse them like normal C++ but will assume all classes use public 324 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 326 # If set to NO only classes defined in header files are included. 346 # undocumented members of documented classes, files or namespaces. 354 # undocumented classes that are normally visible in the class hierarchy. 355 # If set to NO (the default) these classes will be included in the various [all …]
|
/hardware/google/av/codec2/docs/ |
D | doxygen.config | 143 # operators of the base classes will not be shown. 307 # classes, or namespaces to their corresponding documentation. Such a link can 314 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 317 # definitions whose arguments contain STL classes (e.g. func(std::string); 319 # diagrams that involve STL classes more complete and accurate. 332 # will parse them like normal C++ but will assume all classes use public instead 372 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions 383 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions 387 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 449 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined [all …]
|