Searched defs:version (Results 1 - 25 of 39) sorted by relevance

12

/system/core/include/cutils/
H A Dnative_handle.h26 int version; /* sizeof(native_handle_t) */ member in struct:native_handle
/system/core/toolbox/
H A Dsendevent.c15 int version; local
28 if (ioctl(fd, EVIOCGVERSION, &version)) {
29 fprintf(stderr, "could not get driver version for %s, %s\n", argv[optind], strerror(errno));
/system/bt/btif/include/
H A Dbtif_debug_btsnoop.h28 uint8_t version; member in struct:btsnooz_preamble_t
/system/core/libnativebridge/tests/
H A DDummyNativeBridge2.cpp48 extern "C" bool native_bridge2_is_compatible_compatible_with(uint32_t version) { argument
50 return version <= 2;
67 .version = 2,
/system/core/include/nativebridge/
H A Dnative_bridge.h73 // Returns the version number of the native bridge. This information is available after a
79 // bridge supporting the version 2 interface. Will return null if the bridge does not support
80 // version 2, or if it doesn't have a signal handler it wants to be known.
97 uint32_t version; member in struct:android::NativeBridgeCallbacks
148 // Added callbacks in version 2.
150 // Check whether the bridge is compatible with the given version. A bridge may decide not to be
154 // bridge_version [IN] the version of libnativebridge.
156 // true iff the native bridge supports the given version of libnativebridge.
/system/gatekeeper/include/gatekeeper/
H A Dpassword_handle.h35 uint8_t version; member in struct:gatekeeper::password_handle_t
/system/extras/sane_schedstat/
H A Dsane_schedstat.c19 Currently support version 15, modify parse() to support other
112 unsigned int version; local
115 if (sscanf(b, "version %u\n", &version) != 1) {
116 printf("Could not parse version\n");
119 switch (version) {
135 printf("Can not handle version %u\n", version);
/system/bt/bta/hf_client/
H A Dbta_hf_client_sdp.c94 UINT16 version; local
119 version = HFP_VERSION_1_6;
121 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version);
229 bta_hf_client_cb.scb.peer_version = HFP_VERSION_1_1; /* Default version */
253 /* get profile version (if failure, version parameter is not updated) */
/system/core/adb/
H A Dadb_client.cpp214 // first query the adb server's version
215 int fd = _adb_connect("host:version", error);
235 // if server was running, check its version to make sure it is not out of date
236 int version = ADB_SERVER_VERSION - 1; local
238 // if we have a file descriptor, then parse version result
247 if (sscanf(&version_string[0], "%04x", &version) != 1) {
252 // which would indicate a version of adb that does not support the version command
258 if (version != ADB_SERVER_VERSION) {
H A Dframebuffer_service.cpp38 /* This version number defines the format of the fbinfo struct.
42 unsigned int version; member in struct:fbinfo
90 fbinfo.version = DDMS_RAWIMAGE_VERSION;
/system/core/debuggerd/
H A Dgetevent.cpp36 int version; local
50 if (ioctl(fd, EVIOCGVERSION, &version)) {
/system/extras/ext4_utils/
H A Dext4_crypt.cpp31 char version; member in struct:ext4_encryption_policy
107 eep.version = 0;
/system/bt/bta/ag/
H A Dbta_ag_sdp.c136 UINT16 version; local
164 version = HFP_VERSION_1_6;
169 version = HSP_VERSION_1_2;
171 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version);
318 p_scb->peer_version = HFP_VERSION_1_1; /* Default version */
323 p_scb->peer_version = 0x0100; /* Default version */
362 /* get profile version (if failure, version parameter is not updated) */
/system/bt/bta/hh/
H A Dbta_hh_utils.c157 UINT16 version, UINT8 flag)
160 APPL_TRACE_DEBUG("vendor_id = 0x%2x product_id = 0x%2x version = 0x%2x",
161 vendor_id, product_id, version);
165 p_cb->dscp_info.version = version;
156 bta_hh_update_di_info(tBTA_HH_DEV_CB *p_cb, UINT16 vendor_id, UINT16 product_id, UINT16 version, UINT8 flag) argument
/system/bt/bta/hl/
H A Dbta_hl_sdp.c183 UINT16 version = BTA_HL_VERSION_01_00; local
221 proto_elem_list[1].params[0] = version;
224 result &= SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version);
386 UINT16 version = BTA_HL_VERSION_01_00; local
432 proto_elem_list[1].params[0] = version;
435 result &= SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version);
/system/bt/btif/co/
H A Dbta_hh_co.c422 UINT16 product_id, UINT16 version, UINT8 ctry_code,
435 APPL_TRACE_WARNING("%s: vendor_id = 0x%04x, product_id = 0x%04x, version= 0x%04x,"
438 version, ctry_code);
454 ev.u.create.version = version;
421 bta_hh_co_send_hid_info(btif_hh_device_t *p_dev, char *dev_name, UINT16 vendor_id, UINT16 product_id, UINT16 version, UINT8 ctry_code, int dscp_len, UINT8 *p_dscp) argument
/system/core/logd/tests/
H A Dlogd_test.cpp190 log_msg *msg, unsigned int version, int lid) {
193 version = 1;
197 if (version == 0) {
198 version = 2;
203 fprintf(stderr, "%s: v%u[%u] ", prefix, version, msg->len());
204 if (version != 1) {
209 switch(version) {
189 dump_log_msg(const char *prefix, log_msg *msg, unsigned int version, int lid) argument
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
H A Dheader.h83 char * version; member in struct:perf_session_env
108 enum perf_header_version version; member in struct:perf_header
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
H A Dheader.h71 char *version; member in struct:perf_session_env
93 enum perf_header_version version; member in struct:perf_header
/system/extras/taskstats/
H A Dtaskstats.c49 int version = 1; local
53 genl_cmd, version);
188 printf("%-25s%d\n", "Stats version:", s->version);
/system/bt/stack/sdp/
H A Dsdp_db.c742 ** If the version already exists in the record, it is replaced
749 UINT16 version)
764 /* The sequence consists of profile's UUID and version number */
769 UINT16_TO_BE_STREAM (p, version);
791 ** If the version already exists in the record, it is replaced
748 SDP_AddProfileDescriptorList(UINT32 handle, UINT16 profile_uuid, UINT16 version) argument
/system/core/gpttool/
H A Dgpttool.c48 u32 version; member in struct:efi_header
306 hdr->version = EFI_VERSION;
/system/core/include/private/
H A Dandroid_filesystem_capability.h38 __u32 version; member in struct:__user_cap_header_struct
/system/bt/stack/include/
H A Dsdp_api.h165 UINT16 version; member in struct:t_sdp_di_record
402 ** Profile list descriptor, and pulls out the version number.
403 ** The version number consists of an 8-bit major version and
404 ** an 8-bit minor version.
407 ** If found, the major and minor version numbers that were passed
556 ** If the version already exists in the record, it is replaced
564 UINT16 version);
573 ** If the version already exists in the record, it is replaced
/system/core/fs_mgr/
H A Dfs_mgr_verity.c69 uint32_t version; member in struct:verity_state
253 // check the protocol version
256 ERROR("Couldn't read verity metadata protocol version!\n");
260 ERROR("Got unknown verity metadata protocol version %d!\n", protocol_version);
324 io->version[0] = 4;
325 io->version[1] = 0;
326 io->version[2] = 0;
657 if (s.version != VERITY_STATE_VERSION) {
658 ERROR("Unsupported verity state version (%u)\n", s.version);
[all...]

Completed in 600 milliseconds

12