Searched defs:Clear (Results 1 - 19 of 19) sorted by relevance

/system/nvram/messages/include/nvram/messages/
H A Doptional.h40 void Clear() { function in class:nvram::Optional
/system/bt/osi/include/
H A Dleaky_bonded_queue.h46 * Call Clear() and free the queue structure itself
78 void Clear();
133 void LeakyBondedQueue<T>::Clear() { function in class:system_bt_osi::LeakyBondedQueue
/system/connectivity/wifilogd/
H A Dmessage_buffer.cpp57 void MessageBuffer::Clear() { function in class:android::wifilogd::MessageBuffer
/system/core/libunwindstack/tests/
H A DMemoryFake.h63 void Clear() { data_.clear(); } function in class:unwindstack::MemoryFake
/system/core/demangle/
H A DDemangler.h46 void Clear() { function in class:Demangler
51 cur_state_.Clear();
69 void Clear() { function in struct:Demangler::StateData
/system/keymaster/
H A Dserializable.cpp87 Clear();
98 Clear();
147 Clear();
157 void Buffer::Clear() { function in class:keymaster::Buffer
H A Dauthorization_set.cpp499 void AuthorizationSet::Clear() { function in class:keymaster::AuthorizationSet
507 Clear();
/system/tpm/trunks/
H A Dtrunks_client.cc72 int Clear(const TrunksFactory& factory) { function in namespace:__anon2573
73 return factory.GetTpmUtility()->Clear();
183 return Clear(factory);
H A Dtpm_utility_impl.cc99 TPM_RC TpmUtilityImpl::Clear() { function in class:trunks::TpmUtilityImpl
116 << ": Clear failed because of BAD_AUTH. This probably means "
H A Dtpm_generated.cc26213 void Tpm::Clear(const TPMI_RH_CLEAR& auth_handle, function in class:trunks::Tpm
[all...]
/system/bt/service/ipc/binder/
H A Dremote_callback_map.h78 // Clear the contents of the map.
79 void Clear();
123 Clear();
187 void RemoteCallbackMap<K, V>::Clear() { function in class:ipc::binder::RemoteCallbackMap
/system/core/libunwindstack/
H A DMemory.cpp75 Clear();
78 void MemoryFileAtOffset::Clear() { function in class:unwindstack::MemoryFileAtOffset
86 // Clear out any previous data if it exists.
87 Clear();
/system/nvram/core/tests/
H A Dfake_storage.cpp64 void Clear() { function in class:nvram::storage::__anon2470::StorageSlot
158 void Clear() { function in namespace:nvram::storage
159 g_header.Clear();
161 g_spaces[i].slot.Clear();
/system/keymaster/include/keymaster/
H A Dandroid_keymaster_utils.h256 Clear();
261 ~KeymasterKeyBlob() { Clear(); }
266 void Clear() { function in struct:keymaster::KeymasterKeyBlob
274 Clear();
299 Clear();
/system/security/keystore/
H A Dauth_token_table.cpp195 void AuthTokenTable::Clear() { function in class:keystore::AuthTokenTable
H A Dauthorization_set.cpp162 void AuthorizationSet::Clear() { function in class:keystore::AuthorizationSet
/system/extras/simpleperf/
H A Dutils.cpp40 void OneTimeFreeAllocator::Clear() { function in class:OneTimeFreeAllocator
/system/core/libbacktrace/
H A DBacktraceOffline.cpp95 void Space::Clear() { function in class:Space
277 eh_frame_hdr_space_.Clear();
278 eh_frame_space_.Clear();
279 arm_exidx_space_.Clear();
280 arm_extab_space_.Clear();
351 eh_frame_hdr_space_.Clear();
352 eh_frame_space_.Clear();
710 // Clear bit 31 for the prel31 offset.
/system/bt/stack/btm/
H A Dbtm_ble_gap.cc101 /* Clear data for device |addr_type, addr| */
102 void Clear(uint8_t addr_type, const RawAddress& addr) { function in class:__anon857::AdvertisingCache
2084 cache.Clear(addr_type, bda);
2128 cache.Clear(addr_type, bda);
2195 /* Clear the inquiry callback if set */
2512 * Description Clear BLE topology bit mask

Completed in 883 milliseconds