Searched refs:finalize (Results 1 – 7 of 7) sorted by relevance
/system/core/fs_mgr/ |
D | fs_mgr_priv_sha.h | 36 const uint8_t* finalize() { in finalize() function 56 const uint8_t* finalize() { in finalize() function
|
D | fs_mgr_avb.cpp | 157 bool matched = (memcmp(hasher.finalize(), expected_digest, Hasher::DIGEST_SIZE) == 0); in verify_vbmeta_digest()
|
/system/chre/platform/shared/ |
D | host_protocol_common.cc | 37 finalize(builder, fbs::ChreMessage::NanoappMessage, nanoappMessage.Union()); in encodeNanoappMessage() 46 void HostProtocolCommon::finalize( in finalize() function in chre::HostProtocolCommon
|
D | host_protocol_chre.cc | 97 finalize(builder, fbs::ChreMessage::HubInfoResponse, response.Union(), in encodeHubInfoResponse() 119 finalize(builder, fbs::ChreMessage::NanoappListResponse, response.Union(), in finishNanoappListResponse() 128 finalize(builder, fbs::ChreMessage::LoadNanoappResponse, response.Union(), in encodeLoadNanoappResponse()
|
/system/chre/host/common/ |
D | host_protocol_host.cc | 124 finalize(builder, fbs::ChreMessage::HubInfoRequest, request.Union()); in encodeHubInfoRequest() 134 finalize(builder, fbs::ChreMessage::LoadNanoappRequest, request.Union()); in encodeLoadNanoappRequest() 139 finalize(builder, fbs::ChreMessage::NanoappListRequest, request.Union()); in encodeNanoappListRequest()
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | host_protocol_common.h | 79 static void finalize(
|
/system/update_engine/ |
D | update_metadata.proto | 209 // must be run to finalize the update process. See also |postinstall_path| and
|