Searched defs:values (Results 1 - 6 of 6) sorted by relevance

/system/core/adf/libadfhwc/
H A Dadfhwc.cpp145 uint32_t config, const uint32_t *attributes, int32_t *values)
161 values[i] = adf_display_attribute(data, dev->display_configs[config],
144 adf_getDisplayAttributes(struct adf_hwc_helper *dev, int disp, uint32_t config, const uint32_t *attributes, int32_t *values) argument
/system/core/libutils/tests/
H A DBasicHashtable_test.cpp97 void assertInstanceCount(ssize_t keys, ssize_t values) { argument
98 if (keys != ComplexKey::instanceCount || values != ComplexValue::instanceCount) {
99 FAIL() << "Expected " << keys << " keys and " << values << " values "
101 << ComplexValue::instanceCount << " values";
281 int values = 0; local
286 values |= 1 << h.entryAt(index).value;
288 ASSERT_EQ(values, (1 << (i + 1)) - 1);
H A DLruCache_test.cpp107 void assertInstanceCount(ssize_t keys, ssize_t values) { argument
108 if (keys != ComplexKey::instanceCount || values != ComplexValue::instanceCount) {
109 FAIL() << "Expected " << keys << " keys and " << values << " values "
111 << ComplexValue::instanceCount << " values";
/system/extras/tests/memtest/
H A Dbandwidth.cpp67 arg_t *values) {
80 (*values)[name].int_value = strtol(argv[++i], NULL, 0);
82 (*values)[name].char_value = argv[++i];
92 BandwidthBenchmark *createBandwidthBenchmarkObject(arg_t values) { argument
95 const char *name = values["type"].char_value;
97 if (values.count("size") > 0) {
98 size = values["size"].int_value;
139 if (!bench->setSize(values["size"].int_value)) {
144 if (values.count("num_warm_loops") > 0) {
145 bench->set_num_loops(values["num_warm_loop
66 processBandwidthOptions(int argc, char** argv, option_t options[], arg_t *values) argument
211 processThreadArgs(int argc, char** argv, option_t options[], arg_t *values) argument
296 arg_t values; local
334 arg_t values; local
371 arg_t values; local
[all...]
/system/media/camera/docs/
H A Dmetadata_model.py157 def _dictionary_by_name(values):
159 for i in values:
856 kind._namespaces = new_ins_dict.values()
857 kind._entries = new_ent_dict.values()
984 values: A sequence of EnumValue children.
988 def __init__(self, parent, values, ids={}, optionals=[], hiddens=[], notes={}):
992 for val in values ]
998 def values(self): member in class:Enum
1003 return bool(any(i for i in self.values if i.id))
1046 tuple_values: A sequence of strings describing the tuple values,
[all...]
/system/core/include/system/
H A Daudio.h44 /* These values must kept in sync with
70 /* Do not change these values without updating their counterparts
84 /* Do not change these values without updating their counterparts
111 /* Do not change these values without updating their counterparts
123 /* Do not change these values without updating their counterparts
161 /* special audio session values
178 * TODO use unique values for AUDIO_SESSION_OUTPUT_MIX and AUDIO_SESSION_ALLOCATE,
390 /* These are bits only, not complete values */
492 * or returns false for AUDIO_CHANNEL_NONE, AUDIO_CHANNEL_INVALID, and other invalid values.
829 /* The gain configuration structure is used to get or set the gain values o
837 int values[sizeof(audio_channel_mask_t) * 8]; /* gain values in millibels member in struct:audio_gain_config
[all...]

Completed in 288 milliseconds