Home
last modified time | relevance | path

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

12345678910>>...12

/system/logging/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/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/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.
/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.
/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.
/system/sepolicy/prebuilts/api/33.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.
/system/sepolicy/prebuilts/api/31.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.
/system/sepolicy/prebuilts/api/34.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.
/system/sepolicy/prebuilts/api/32.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.
/system/chre/platform/zephyr/
DKconfig34 When enabled, CHRE will include the code needed to support the audio
40 When enabled, CHRE will include the code needed to support the GNSS
46 When enabled, CHRE will include the code needed to support the sensor
52 When enabled, CHRE will include the code needed to support the WiFi
/system/libhidl/libhidlmemory/
DAndroid.bp28 // Host support is needed for testing only
30 // TODO(b/153609531): remove when no longer needed.
/system/sepolicy/prebuilts/api/32.0/private/
Dvehicle_binding_util.te18 # devpts is needed to redirect output from vdc
Dupdate_engine_common.te9 # by update_engine execing scripts in vendor to perform any update tasks needed
/system/timezone/output_data/android/
DAndroid.bp21 // This is a temporary change needed until the ART Buildbot and Golem both
37 // This is a temporary change needed until the ART Buildbot and Golem both
/system/libhidl/transport/base/1.0/
DAndroid.bp15 // TODO(b/153609531): remove when no longer needed.
/system/libhidl/transport/allocator/1.0/
DAndroid.bp15 // TODO(b/153609531): remove when no longer needed.
/system/sepolicy/private/
Dvehicle_binding_util.te20 # devpts is needed to redirect output from vdc
Dupdate_engine_common.te9 # by update_engine execing scripts in vendor to perform any update tasks needed
/system/libhidl/transport/memory/1.0/
DAndroid.bp15 // TODO(b/153609531): remove when no longer needed.
/system/sepolicy/prebuilts/api/33.0/private/
Dvehicle_binding_util.te20 # devpts is needed to redirect output from vdc
Dupdate_engine_common.te9 # by update_engine execing scripts in vendor to perform any update tasks needed
/system/libhidl/transport/memory/token/1.0/
DAndroid.bp15 // TODO(b/153609531): remove when no longer needed.
/system/sepolicy/prebuilts/api/34.0/private/
Dvehicle_binding_util.te20 # devpts is needed to redirect output from vdc
Dupdate_engine_common.te9 # by update_engine execing scripts in vendor to perform any update tasks needed
/system/sepolicy/prebuilts/api/31.0/private/
Dupdate_engine_common.te9 # by update_engine execing scripts in vendor to perform any update tasks needed

12345678910>>...12