Searched refs:values (Results 26 - 41 of 41) sorted by relevance

12

/system/core/adf/libadfhwc/
H A Dadfhwc.cpp146 uint32_t config, const uint32_t *attributes, int32_t *values)
162 values[i] = adf_display_attribute(data, dev->display_configs[config],
145 adf_getDisplayAttributes(struct adf_hwc_helper *dev, int disp, uint32_t config, const uint32_t *attributes, int32_t *values) argument
/system/media/camera/docs/
H A Dcamera_metadata_tag_info.mako77 % for val in entry.enum.values:
H A Dmetadata_template.mako135 % for value in prop.enum.values:
H A Dndk_camera_metadata_tags.mako132 % for val in entry.enum.values:
H A Dmetadata_helpers.py635 enum_value_siblings = list(enum_value.parent.values)
746 javadoc. Adds information about units, the list of enum values for this key, and the valid
753 text += '\n\n<b>Possible values:</b>\n<ul>\n'
754 for value in entry.enum.values:
760 text += '\n\n<b>Available values for this device:</b><br>\n'
762 text += '\n\n<b>Range of valid values:</b><br>\n'
H A Dhtml.mako299 % for value in prop.enum.values:
/system/extras/tests/net_test/
H A Dsock_diag_test.py71 for socketpair in self.socketpairs.values():
136 socketpairs = self.socketpairs.values()
186 for socketpair in self.socketpairs.values()[:20]:
H A Dping6_test.py245 self.assertTrue(scope_id in self.ifindices.values())
/system/connectivity/shill/test-scripts/
H A Dcrypto_util_pb2.py36 values=[ variable
/system/core/crash_reporter/
H A Dlist_proxies.cc30 #include <base/values.h>
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
H A Devent.h99 struct sample_read_value *values; member in struct:sample_read::__anon1755::__anon1756
/system/update_engine/update_manager/
H A Devaluation_context.cc27 #include <base/values.h>
148 // Remove the cached values of non-const variables
/system/weaved/buffet/
H A Dmanager.h26 #include <base/values.h>
/system/connectivity/shill/
H A Dservice_unittest.cc1880 Strings values; local
1885 kDiagnosticsDisconnectsProperty, &values, &unused_error));
1886 ASSERT_EQ(1, values.size());
1887 EXPECT_EQ(kWallClock0, values[0]);
1891 kDiagnosticsMisconnectsProperty, &values, &unused_error));
1892 ASSERT_EQ(1, values.size());
1893 EXPECT_EQ(kWallClock1, values[0]);
2099 // Calling Configure with different values from before triggers a single
2110 // Calling Configure with the same values as before should not trigger
H A Djson_store.cc37 #include <base/values.h>
86 // A coerced value is used to represent values that base::Value does
/system/media/audio/include/system/
H A Daudio.h57 /* These values must kept in sync with
85 /* Do not change these values without updating their counterparts
99 /* Do not change these values without updating their counterparts
126 /* Do not change these values without updating their counterparts
141 /* Do not change these values without updating their counterparts
182 /* special audio session values
200 * TODO use unique values for AUDIO_SESSION_OUTPUT_MIX and AUDIO_SESSION_ALLOCATE,
239 /* Reserved audio_unique_id_t values. FIXME: not a complete list. */
450 /* These are bits only, not complete values */
568 * or returns false for AUDIO_CHANNEL_NONE, AUDIO_CHANNEL_INVALID, and other invalid values
950 int values[sizeof(audio_channel_mask_t) * 8]; /* gain values in millibels member in struct:audio_gain_config
[all...]

Completed in 417 milliseconds

12