Home
last modified time | relevance | path

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

12345678

/system/core/libstats/socket/
Dstats_event_list.c53 size_t needed = sizeof(uint8_t) + sizeof(uint8_t); in reset_log_context() local
54 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in reset_log_context()
60 context->pos += needed; in reset_log_context()
123 size_t needed; in android_log_write_char_array() local
138 needed = sizeof(uint8_t) + sizeof(int32_t) + len; in android_log_write_char_array()
139 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_char_array()
153 context->pos += needed; in android_log_write_char_array()
/system/core/liblog/
Dlog_event_list.cpp51 size_t needed = sizeof(android_event_list_t); in init_context() local
52 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in init_context()
58 context->pos += needed; in init_context()
141 size_t needed = sizeof(android_event_list_t); in android_log_write_list_begin() local
142 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_list_begin()
160 context->pos += needed; in android_log_write_list_begin()
171 size_t needed = sizeof(android_event_int_t); in android_log_write_int32() local
172 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_int32()
180 context->pos += needed; in android_log_write_int32()
191 size_t needed = sizeof(android_event_long_t); in android_log_write_int64() local
[all …]
/system/sepolicy/public/
Dgatekeeperd.te8 ### Rules needed when Gatekeeper HAL runs inside gatekeeperd process.
9 ### These rules should eventually be granted only when needed.
15 ### Rules needed when Gatekeeper HAL runs outside of gatekeeperd process.
16 ### These rules should eventually be granted only when needed.
Dppp.te12 # ioctls needed for VPN.
/system/sepolicy/prebuilts/api/28.0/public/
Dgatekeeperd.te8 ### Rules needed when Gatekeeper HAL runs inside gatekeeperd process.
9 ### These rules should eventually be granted only when needed.
16 ### Rules needed when Gatekeeper HAL runs outside of gatekeeperd process.
17 ### These rules should eventually be granted only when needed.
Dppp.te12 # ioctls needed for VPN.
/system/sepolicy/prebuilts/api/27.0/public/
Dgatekeeperd.te8 ### Rules needed when Gatekeeper HAL runs inside gatekeeperd process.
9 ### These rules should eventually be granted only when needed.
16 ### Rules needed when Gatekeeper HAL runs outside of gatekeeperd process.
17 ### These rules should eventually be granted only when needed.
Dppp.te12 # ioctls needed for VPN.
/system/core/libstats/push_compat/
Dstats_event_list.c58 size_t needed = sizeof(uint8_t) + sizeof(uint8_t); in reset_log_context() local
59 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in reset_log_context()
65 context->pos += needed; in reset_log_context()
207 size_t needed; in android_log_write_char_array() local
222 needed = sizeof(uint8_t) + sizeof(int32_t) + len; in android_log_write_char_array()
223 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_char_array()
237 context->pos += needed; in android_log_write_char_array()
/system/sepolicy/prebuilts/api/26.0/public/
Dgatekeeperd.te8 ### Rules needed when Gatekeeper HAL runs inside gatekeeperd process.
9 ### These rules should eventually be granted only when needed.
16 ### Rules needed when Gatekeeper HAL runs outside of gatekeeperd process.
17 ### These rules should eventually be granted only when needed.
Dppp.te12 # ioctls needed for VPN.
/system/sepolicy/prebuilts/api/29.0/public/
Dgatekeeperd.te8 ### Rules needed when Gatekeeper HAL runs inside gatekeeperd process.
9 ### These rules should eventually be granted only when needed.
15 ### Rules needed when Gatekeeper HAL runs outside of gatekeeperd process.
16 ### These rules should eventually be granted only when needed.
Dppp.te12 # ioctls needed for VPN.
/system/sepolicy/prebuilts/api/30.0/public/
Dgatekeeperd.te8 ### Rules needed when Gatekeeper HAL runs inside gatekeeperd process.
9 ### These rules should eventually be granted only when needed.
15 ### Rules needed when Gatekeeper HAL runs outside of gatekeeperd process.
16 ### These rules should eventually be granted only when needed.
Dppp.te12 # ioctls needed for VPN.
/system/libhidl/libhidlmemory/
DAndroid.bp18 // Host support is needed for testing only
20 // TODO(b/153609531): remove when no longer needed.
/system/libhidl/transport/base/1.0/
DAndroid.bp6 // TODO(b/153609531): remove when no longer needed.
/system/libhidl/transport/allocator/1.0/
DAndroid.bp6 // TODO(b/153609531): remove when no longer needed.
/system/libhidl/transport/memory/token/1.0/
DAndroid.bp6 // TODO(b/153609531): remove when no longer needed.
/system/libhidl/transport/memory/1.0/
DAndroid.bp6 // TODO(b/153609531): remove when no longer needed.
/system/media/audio/
DAndroid.bp5 // TODO(b/153609531): remove when no longer needed.
/system/media/camera/
DAndroid.bp6 // TODO(b/153609531): remove when no longer needed.
/system/timezone/distro/
DREADME4 A distro file is a zip archive containing the files needed to update the time
/system/timezone/output_data/android/
DAndroid.bp17 // This is a temporary change needed until the ART Buildbot and Golem both
33 // This is a temporary change needed until the ART Buildbot and Golem both
/system/sepolicy/prebuilts/api/27.0/private/
Dshell.te26 # Perform SELinux access checks, needed for CTS

12345678