Home
last modified time | relevance | path

Searched refs:allowUid (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/mediametrics/include/mediametricsservice/
DTimeMachine.h79 KeyHistory(T key, uid_t allowUid, int64_t time) in KeyHistory() argument
81 , mAllowUid(allowUid) in KeyHistory()
90 if (allowUid != (uid_t)-1) { in KeyHistory()
92 putValue(AMEDIAMETRICS_PROP_ALLOWUID, (int32_t)allowUid, time); in KeyHistory()
298 int32_t allowUid = -1; variable
299 (void)item->get(AMEDIAMETRICS_PROP_ALLOWUID, &allowUid);
303 key, allowUid, time);