Searched refs:Find (Results 1 - 7 of 7) sorted by relevance

/system/extras/memory_replay/
H A DPointers.h43 pointer_data* Find(uintptr_t key_pointer);
H A DPointers.cpp66 pointer_data* data = Find(key_pointer);
77 pointer_data* Pointers::Find(uintptr_t key_pointer) { function in class:Pointers
/system/keymaster/
H A Doperation_table.h43 Operation* Find(keymaster_operation_handle_t op_handle);
H A Doperation_table.cpp61 Operation* OperationTable::Find(keymaster_operation_handle_t op_handle) { function in class:keymaster::OperationTable
H A Dandroid_keymaster.cpp295 Operation* operation = operation_table_->Find(request.op_handle);
324 Operation* operation = operation_table_->Find(request.op_handle);
348 Operation* operation = operation_table_->Find(request.op_handle);
455 return operation_table_->Find(op_handle) != nullptr;
/system/tools/aidl/
H A Dtype_namespace.h147 const T* Find(const AidlType& aidl_type) const;
149 // Find a type by its |name|. If |name| refers to a container type (e.g.
221 const T* LanguageTypeNamespace<T>::Find(const AidlType& aidl_type) const { function in class:android::aidl::LanguageTypeNamespace
386 const ValidatableType* type = Find(aidl_type);
H A Daidl_unittest.cpp207 const java::Type* type = java_types_.Find(ambiguous_type);

Completed in 1243 milliseconds