Searched refs:needed (Results 1 – 25 of 28) sorted by relevance
12
/system/core/liblog/ |
D | log_event_list.c | 49 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/ |
D | README.md | 12 * Mako 0.7+ - Template engine, needed to do file generation.
|
/system/sepolicy/ |
D | postinstall.te | 3 # files needed by the specific device on your device's sepolicy directory.
|
D | clatd.te | 23 # needed CAP_IPC_LOCK. But this is not guaranteed to succeed on all devices
|
D | perfprofd.te | 56 # needed for simpleperf on some kernels
|
D | platform_app.te | 32 # Likely not needed
|
D | update_engine.te | 10 # Following permissions are needed for update_engine.
|
D | system_server.te | 95 # 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
|
D | init.te | 136 # which can be configured on a device-by-device basis if needed.
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.cpp | 171 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()
|
D | GGLAssembler.h | 337 bool needed : 1; member
|
D | texturing.cpp | 119 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/ |
D | bta_av_main.c | 1051 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/ |
D | update_metadata.proto | 17 // 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/ |
D | HACKING | 88 |writer| is needed, see the comment in
|
/system/core/init/ |
D | readme.txt | 52 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/ |
D | style_guide.md | 33 needed when providing an integral value as the context to a callback, as in the
|
/system/core/adb/ |
D | protocol.txt | 211 The endian swapping for the message headers will happen (as needed) in
|
/system/core/rootdir/ |
D | init.rc | 209 # This is needed by any process that uses socket tagging.
|
/system/connectivity/shill/doc/ |
D | manager-api.txt | 87 credentials are needed they are loaded from the
|
D | service-api.txt | 1114 passphrase is needed, then this property will
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 3609 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 …]
|
D | raw_commands_fixed.txt | 3609 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 …]
|
D | raw_structures.txt | 13241 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…
|
D | raw_structures_fixed.txt | 13258 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