OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tries_remaining
(Results
1 - 3
of
3
) sorted by null
/external/avb/libavb_ab/
avb_ab_flow.h
69
uint8_t
tries_remaining
;
member in struct:AvbABSlotData
174
* is not marked as bootable its |
tries_remaining
| count is
/bootable/recovery/bootloader_message/include/bootloader_message/
bootloader_message.h
132
uint8_t
tries_remaining
: 3;
member in struct:slot_metadata
/frameworks/av/media/libmediametrics/
MediaAnalyticsItem.cpp
770
static int
tries_remaining
= SVC_TRIES;
local
802
// think of
tries_remaining
as telling us whether service==NULL because
805
if (sAnalyticsService == NULL &&
tries_remaining
> 0) {
819
if (
tries_remaining
> 0) {
820
tries_remaining
--;
Completed in 1374 milliseconds