Searched defs:hidden (Results 1 - 5 of 5) sorted by relevance

/system/netd/server/
H A DSoftapController.cpp118 int hidden = 0; local
125 ALOGE("softap <wlan iface> <SSID> <hidden/broadcast> <channel> <wpa2?-psk|open> <passphrase>");
129 if (!strcasecmp(argv[4], "hidden"))
130 hidden = 1;
141 argv[2], argv[3], channel, hidden);
/system/keymaster/include/keymaster/
H A Dkey_blob.h58 const AuthorizationSet& hidden, const keymaster_key_blob_t& key,
71 KeyBlob(const keymaster_key_blob_t& keymaster_blob, const AuthorizationSet& hidden,
117 inline const AuthorizationSet& hidden() const { return hidden_; } function in class:keymaster::KeyBlob
/system/keymaster/
H A Dkey_blob.cpp47 const AuthorizationSet& hidden, const keymaster_key_blob_t& key,
50 enforced_(enforced), unenforced_(unenforced), hidden_(hidden) {
88 KeyBlob::KeyBlob(const keymaster_key_blob_t& key, const AuthorizationSet& hidden, argument
90 : nonce_(new uint8_t[NONCE_LENGTH]), tag_(new uint8_t[TAG_LENGTH]), hidden_(hidden) {
46 KeyBlob(const AuthorizationSet& enforced, const AuthorizationSet& unenforced, const AuthorizationSet& hidden, const keymaster_key_blob_t& key, const keymaster_key_blob_t& master_key, const uint8_t nonce[NONCE_LENGTH]) argument
H A Dgoogle_keymaster.cpp354 AuthorizationSet hidden; local
355 BuildHiddenAuthorizations(client_params, &hidden);
356 UniquePtr<KeyBlob> blob(new KeyBlob(key, hidden, MasterKey()));
395 // These are hidden.
418 AuthorizationSet* hidden) {
421 hidden->push_back(TAG_APPLICATION_ID, entry.data, entry.data_length);
423 hidden->push_back(TAG_APPLICATION_DATA, entry.data, entry.data_length);
424 hidden->push_back(RootOfTrustTag());
426 return TranslateAuthorizationSetError(hidden->is_valid());
417 BuildHiddenAuthorizations(const AuthorizationSet& input_set, AuthorizationSet* hidden) argument
/system/media/camera/docs/
H A Dmetadata_model.py947 hidden: A boolean, True if the enum should be hidden.
951 def __init__(self, name, parent, id=None, optional=False, hidden=False, notes=None):
955 self._hidden = hidden # bool
968 def hidden(self): member in class:EnumValue
1022 visibility: The visibility of this entry ('system', 'hidden', 'public')
1031 glued together at the Java layer from multiple visibiltity=hidden
1093 visibility: A string describing the visibility, eg 'system', 'hidden',

Completed in 107 milliseconds