Home
last modified time | relevance | path

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

/device/linaro/poplar/wifi/wifi_hal/
Dgscan.cpp497 nlattr * bucket = request.attr_start(i); // next bucket in createSetupRequest() local
498 result = request.put_u32(GSCAN_ATTRIBUTE_BUCKET_ID, mParams->buckets[i].bucket); in createSetupRequest()
547 request.attr_end(bucket); in createSetupRequest()
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto7842 // This bucket counts values from the previous bucket's (or -infinity if
7843 // this is the first bucket) upper_limit (inclusive) to this upper_limit
7846 // This is the highest bucket. This is set instead of the upper_limit. Any
7847 // values larger or equal to the previous bucket's upper_limit are counted
7848 // in this bucket.