Home
last modified time | relevance | path

Searched refs:needed (Results 1 – 25 of 28) sorted by relevance

12

/system/core/liblog/
Dlog_event_list.c49 size_t needed, i; in create_android_logger() local
58 needed = sizeof(uint8_t) + sizeof(uint8_t); in create_android_logger()
59 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in create_android_logger()
65 context->pos += needed; in create_android_logger()
102 size_t needed; in android_log_write_list_begin() local
114 needed = sizeof(uint8_t) + sizeof(uint8_t); in android_log_write_list_begin()
115 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_list_begin()
132 context->pos += needed; in android_log_write_list_begin()
146 size_t needed; in android_log_write_int32() local
156 needed = sizeof(uint8_t) + sizeof(value); in android_log_write_int32()
[all …]
/system/media/camera/docs/
DREADME.md12 * Mako 0.7+ - Template engine, needed to do file generation.
/system/sepolicy/
Dpostinstall.te3 # files needed by the specific device on your device's sepolicy directory.
Dclatd.te23 # needed CAP_IPC_LOCK. But this is not guaranteed to succeed on all devices
Dperfprofd.te56 # needed for simpleperf on some kernels
Dplatform_app.te32 # Likely not needed
Dupdate_engine.te10 # Following permissions are needed for update_engine.
Dsystem_server.te95 # all processes on the device. In addition, /proc/pid files access is needed
213 # write access needed for MIDI
397 # Read from HW RNG (needed by EntropyMixer).
488 # and delete the directory and files when no longer needed
Dinit.te136 # which can be configured on a device-by-device basis if needed.
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp171 info.needed = (i==GGLFormat::ALPHA) && in scanline_core()
174 info.iterated = (!info.replaced && (info.inDest || info.needed)); in scanline_core()
518 int need_extract = mInfo[component].needed; in build_incoming_component()
549 (mInfo[component].needed || fragment.size()<dst_size)) in build_incoming_component()
DGGLAssembler.h337 bool needed : 1; member
Dtexturing.cpp119 if ((info.inDest || info.needed) && !info.replaced) in init_iterated_color()
128 if (mBlending || mDithering || mInfo[GGLFormat::ALPHA].needed) { in init_iterated_color()
/system/bt/bta/av/
Dbta_av_main.c1051 BOOLEAN needed = FALSE; in bta_av_switch_if_needed() local
1078 needed = TRUE; in bta_av_switch_if_needed()
1085 return needed; in bta_av_switch_if_needed()
/system/update_engine/
Dupdate_metadata.proto17 // Update file format: A delta update file contains all the deltas needed
277 // array can have more than two partitions if needed, and they are identified
/system/connectivity/shill/
DHACKING88 |writer| is needed, see the comment in
/system/core/init/
Dreadme.txt52 daemons needed for core SoC functionality.
54 actions or daemons needed for motion sensor or other peripheral
253 service should be started when needed. E.g.
/system/bt/doc/
Dstyle_guide.md33 needed when providing an integral value as the context to a callback, as in the
/system/core/adb/
Dprotocol.txt211 The endian swapping for the message headers will happen (as needed) in
/system/core/rootdir/
Dinit.rc209 # This is needed by any process that uses socket tagging.
/system/connectivity/shill/doc/
Dmanager-api.txt87 credentials are needed they are loaded from the
Dservice-api.txt1114 passphrase is needed, then this property will
/system/tpm/trunks/generator/
Draw_commands.txt3609 an authValue is not needed when the authorization is used;
8182 // Don't need the object, just needed the checks to be performed so
15301 // Get prime modulus for the curve. This is needed later but getting this now
17339 allow the TPM to return information about the size needed for the requested allocation and the size
19652 If an HMAC is used to convey the authorization, a separate session is needed for the authorization.
26008 are no longer needed using TPM2_NV_UndefineSpace().
26224 ehProof can be generated on an as-needed basis or made a non-volatile value.
28007 If an additional set of ECC parameters is needed, the firmware process may be used to add the
28172 A loaded key is used rather than a hard-coded key to reduce the amount of memory needed for this
28173 key data in case more than one vendor key is needed.
[all …]
Draw_commands_fixed.txt3609 an authValue is not needed when the authorization is used;
8193 // Don't need the object, just needed the checks to be performed so
15312 // Get prime modulus for the curve. This is needed later but getting this now
17350 allow the TPM to return information about the size needed for the requested allocation and the size
19663 If an HMAC is used to convey the authorization, a separate session is needed for the authorization.
26019 are no longer needed using TPM2_NV_UndefineSpace().
26235 ehProof can be generated on an as-needed basis or made a non-volatile value.
28018 If an additional set of ECC parameters is needed, the firmware process may be used to add the
28183 A loaded key is used rather than a hard-coded key to reduce the amount of memory needed for this
28184 key data in case more than one vendor key is needed.
[all …]
Draw_structures.txt13241 For ECDH, KDFe is used for the key derivation function that only a hash algorithm is needed to comp…
14939 TPM2B_PRIVATE along with a TPM2B_PUBLIC are needed to describe a TPM object.
15143 When an integrity value is not needed, it is not present and it is not represented by an Empty Buff…
Draw_structures_fixed.txt13258 For ECDH, KDFe is used for the key derivation function that only a hash algorithm is needed to comp…
14931 TPM2B_PRIVATE along with a TPM2B_PUBLIC are needed to describe a TPM object.
15135 When an integrity value is not needed, it is not present and it is not represented by an Empty Buff…

12