Home
last modified time | relevance | path

Searched refs:encode (Results 1 – 15 of 15) sorted by relevance

/device/generic/goldfish/radio/include/telephony/
Dril_mnc.h75 static inline int encode(int mnc, int numDigits) { in encode() function
98 static inline int encode(const std::string & mnc) { in encode() function
99 return encode(std::stoi(mnc), mnc.length()); in encode()
126 if (decode(encode(mncs[i].in)).compare(mncs[i].out)) return 1; in test()
/device/google/cuttlefish/host/commands/secure_env/
Dtpm_remote_provisioning_context.cpp140 .add(-4670552 /* Subject Pub Key */, coseKey.encode()) in GenerateBcc()
144 .encode(); in GenerateBcc()
198 return cppbor::Array().add(sign1.moveValue()).add(std::move(bcc)).encode(); in BuildProtectedDataPayload()
243 cppbor::Array().add(challenge).add(cppbor::Bstr(csrPayload.encode())); in BuildCsr()
245 devicePrivKey_, signedDataPayload.encode(), {} /* aad */); in BuildCsr()
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dadb.js70 let systemIdentity = utf8Encoder.encode('Cray_II:1234:whatever');
79 let destination = utf8Encoder.encode('shell:' + command);
Drootcanal.js50 return rootCanalAddPayload(array, curPos, utf8Encoder.encode(val));
/device/google/cuttlefish/guest/hals/identity/common/
DWritableIdentityCredential.cpp374 vector<uint8_t> encodedCbor = popArray.encode(); in finishAddingEntries()
415 vector<uint8_t> credentialData = array.encode(); in finishAddingEntries()
DIdentityCredential.cpp109 vector<uint8_t> proofOfDeletionCbor = array.encode(); in deleteCredentialCommon()
143 vector<uint8_t> proofOfOwnershipCbor = array.encode(); in proveOwnership()
877 vector<uint8_t> encodedDeviceNameSpaces = deviceNameSpacesMap_.encode(); in finishRetrieval()
/device/google/gs-common/audio/sepolicy/common/
Dproperty_contexts8 vendor.audiodump.encode.disable u:object_r:vendor_audio_prop:s0
/device/google/trout/agl_services_build/yocto-layer/meta-google/recipes-trout/images/machine-image/sa81x5/google-overlay/usr/bin/
Dgnss_replay.py67 self.socket.send(str.encode(response))
/device/google/trout/hal/gnss/host/
Dgnss_replay.py67 self.socket.send(str.encode(response))
/device/generic/goldfish-opengl/
Dcmake_transform.py77 m.update(mk.read().encode("utf-8"))
/device/generic/goldfish/tools/
Dmk_combined_img.py19 if magic == int(codecs.encode(word[::-1], 'hex'), 16):
/device/generic/vulkan-cereal/third-party/astc-encoder/
DREADME.md200 * How to efficiently encode data with fewer than 4 channels.
201 * How to efficiently encode normal maps, sRGB data, and HDR data.
/device/google/trout/tools/
Dbpttool1117 p.label.encode(encoding='utf-16le')))
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto1280 // account for the number of bytes needed to encode the random number and a
2764 // TODO(kenton): Base-64 encode?
7010 // To encode counter values more efficiently, we support attaching additional
7128 // encode thread time instead.
7145 // encode thread instruction count instead.
8923 // IDs up to 15 are reserved. They take only one byte to encode their
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp667 bool encode = id != m_state->getLastEncodedBufferBind(target); in doBindBufferEncodeCached() local
669 if (encode) { in doBindBufferEncodeCached()