Searched refs:level_t (Results 1 – 9 of 9) sorted by relevance
/external/selinux/libsemanage/tests/ |
D | utilities.h | 75 typedef enum { SH_NULL, SH_HANDLE, SH_CONNECT, SH_TRANS } level_t; typedef 80 void setup_handle(level_t level); 81 void cleanup_handle(level_t level); 82 void setup_handle_invalid_store(level_t level);
|
D | test_bool.c | 215 void helper_bool_key_create(level_t level) in helper_bool_key_create() 247 void helper_bool_key_extract(level_t level, int mode) in helper_bool_key_extract() 300 void helper_bool_compare(level_t level, int bool_idx1, int bool_idx2) in helper_bool_compare() 338 void helper_bool_compare2(level_t level, int bool_idx1, int bool_idx2) in helper_bool_compare2() 376 void helper_bool_get_set_name(level_t level, int bool_idx, const char *name) in helper_bool_get_set_name() 439 void helper_bool_create(level_t level) in helper_bool_create() 461 void helper_bool_clone(level_t level, int bool_idx) in helper_bool_clone() 499 void helper_bool_query(level_t level, const char *bool_str, int exp_res) in helper_bool_query() 532 void helper_bool_exists(level_t level, const char *bool_str, int exp_resp) in helper_bool_exists() 603 void helper_bool_iterate(level_t level) in helper_bool_iterate() [all …]
|
D | utilities.c | 238 void setup_handle(level_t level) { in setup_handle() 252 void cleanup_handle(level_t level) { in cleanup_handle() 266 void setup_handle_invalid_store(level_t level) { in setup_handle_invalid_store()
|
D | test_fcontext.c | 451 void helper_fcontext_get_set_con(level_t level, int fcontext_idx, in helper_fcontext_get_set_con() 499 void helper_fcontext_create(level_t level) in helper_fcontext_create() 527 void helper_fcontext_clone(level_t level, int fcontext_idx) in helper_fcontext_clone() 572 void helper_fcontext_query(level_t level, const char *fcontext_expr, in helper_fcontext_query() 614 void helper_fcontext_exists(level_t level, const char *fcontext_expr, in helper_fcontext_exists() 697 void helper_fcontext_iterate(level_t level) in helper_fcontext_iterate() 737 void helper_fcontext_list(level_t level) in helper_fcontext_list() 767 void helper_fcontext_modify_del_local(level_t level, int fcontext_idx, in helper_fcontext_modify_del_local()
|
/external/v4l2_codec2/common/include/v4l2_codec2/common/ |
D | EncodeHelpers.h | 40 uint8_t c2LevelToV4L2Level(C2Config::level_t level);
|
/external/v4l2_codec2/components/include/v4l2_codec2/components/ |
D | V4L2EncodeInterface.h | 37 C2Config::level_t getOutputLevel() const { return mProfileLevel->level; } in getOutputLevel()
|
/external/v4l2_codec2/common/ |
D | EncodeHelpers.cpp | 21 uint8_t c2LevelToV4L2Level(C2Config::level_t level) { in c2LevelToV4L2Level()
|
/external/v4l2_codec2/components/ |
D | V4L2EncodeInterface.cpp | 77 static C2Config::level_t lowestConfigLevel = C2Config::LEVEL_UNUSED; in H264ProfileLevelSetter() 95 C2Config::level_t level; in H264ProfileLevelSetter()
|
/external/v4l2_codec2/tests/c2_comp_intf/ |
D | C2CompIntfTest.h | 231 info.level = static_cast<C2Config::level_t>(level.u32); in testWritableProfileLevelParam()
|