Searched defs:id (Results 151 - 166 of 166) sorted by relevance

1234567

/system/bt/bta/include/
H A Dbta_ag_api.h265 uint16_t id; member in struct:__anon245
H A Dbta_gatt_api.h217 uint8_t id; member in struct:__anon320
/system/bt/bta/jv/
H A Dbta_jv_act.cc56 uint32_t id; member in struct:fc_client
105 * Description allocate a security id
129 APPL_TRACE_ERROR("get_sec_id_used, sec id exceeds the limit:%d",
149 * Description free the given security id
1658 APPL_TRACE_DEBUG("bta_jv_rfcomm_close: sec id in use:%d, rfc_cb in use:%d",
1848 APPL_TRACE_DEBUG("bta_jv_add_rfc_port: sec id in use:%d, rfc_cb in use:%d",
1879 "bta_jv_rfcomm_start_server: sec id in use:%d, rfc_cb in use:%d",
1965 "bta_jv_rfcomm_stop_server: sec id in use:%d, rfc_cb in use:%d",
2248 static struct fc_client* fcclient_find_by_id(uint32_t id) { argument
2251 while (t && t->id !
2454 uint32_t id; local
[all...]
/system/bt/stack/l2cap/
H A Dl2c_utils.cc87 p_lcb->id = 1; /* spec does not allow '0' */
302 bool l2c_is_cmd_rejected(uint8_t cmd_code, uint8_t id, tL2C_LCB* p_lcb) { argument
312 l2cu_send_peer_cmd_reject(p_lcb, L2CAP_CMD_REJ_MTU_EXCEEDED, id,
332 uint8_t id) {
365 UINT8_TO_STREAM(p, id);
376 * and adjusts the id if invalid.
382 if ((adj_mask & L2CAP_ADJ_ZERO_ID) && !p_lcb->id) {
383 p_lcb->id++;
445 p_ccb->p_lcb->id++;
448 p_ccb->local_id = p_ccb->p_lcb->id;
331 l2cu_build_header(tL2C_LCB* p_lcb, uint16_t len, uint8_t cmd, uint8_t id) argument
979 l2cu_send_peer_echo_rsp(tL2C_LCB* p_lcb, uint8_t id, uint8_t* p_data, uint16_t data_len) argument
[all...]
H A Dl2c_int.h151 successive ID values, '0' id only or both */
399 uint8_t id; member in struct:t_l2c_linkcb
400 uint8_t cur_echo_id; /* Current id value for echo request */
617 extern bool l2c_is_cmd_rejected(uint8_t cmd_code, uint8_t id, tL2C_LCB* p_lcb);
633 extern void l2cu_send_peer_echo_rsp(tL2C_LCB* p_lcb, uint8_t id,
635 extern void l2cu_send_peer_info_rsp(tL2C_LCB* p_lcb, uint8_t id,
690 extern bool l2cu_check_feature_req(tL2C_LCB* p_lcb, uint8_t id, uint8_t* p_data,
692 extern void l2cu_check_feature_rsp(tL2C_LCB* p_lcb, uint8_t id, uint8_t* p_data,
/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h909 // It starts with the number of offsets, followed by a type id, followed
922 assert(!ReadScalar<voffset_t>(buf_.data() + field_location->id));
923 WriteScalar<voffset_t>(buf_.data() + field_location->id, pos);
1366 voffset_t id; member in struct:flatbuffers::Vector::FieldLoc
1685 // The first element is the size of the vtable (fields + type id + itself).
/system/core/adb/
H A Dcommandline.cpp93 " -t ID use device with given transport id\n"
280 switch (protocol->id()) {
1381 const char* id; local
1383 id = argv[0] + 2;
1385 id = argv[1];
1389 transport_id = strtoll(id, const_cast<char**>(&id), 10);
1390 if (*id != '\0') {
1391 return syntax_error("invalid transport id");
/system/core/liblog/tests/
H A Dliblog_test.cpp243 (log_msg.id() != LOG_ID_EVENTS)) {
362 (log_msg.id() != LOG_ID_EVENTS)) {
467 (log_msg.id() != LOG_ID_EVENTS)) {
590 (log_msg.id() != LOG_ID_MAIN)) {
738 (log_msg.id() != LOG_ID_EVENTS)) {
896 (log_msg.id() != LOG_ID_EVENTS)) {
1111 if ((log_msg.entry.pid != pid) || (log_msg.id() != LOG_ID_SYSTEM)) {
1189 (log_msg.id() != LOG_ID_MAIN)) {
1249 if ((log_msg.entry.pid != pid) || (log_msg.id() != LOG_ID_SYSTEM)) {
1749 if (log_msg.id() !
3278 long long id = atoll(e->d_name); local
[all...]
/system/media/audio/include/system/
H A Daudio.h111 static inline audio_unique_id_use_t audio_unique_id_get_use(audio_unique_id_t id) argument
113 return (audio_unique_id_use_t) (id & AUDIO_UNIQUE_ID_USE_MASK);
410 audio_port_handle_t id; /* port unique ID */ member in struct:audio_port_config
456 audio_port_handle_t id; /* port unique ID */ member in struct:audio_port
490 audio_patch_handle_t id; /* patch unique ID */ member in struct:audio_patch
/system/update_engine/
H A Domaha_request_action.cc208 string id; member in struct:chromeos_update_engine::__anon2620::OmahaAppData
280 "appid=\"" + XmlEncodeWithDefault(app_data.id, "") + "\" " +
322 OmahaAppData product_app = {.id = params->GetAppId(),
334 OmahaAppData system_app = {.id = params->system_app_id(),
/system/vold/
H A DVolumeManager.cpp229 char *VolumeManager::asecHash(const char *id, char *buffer, size_t len) { argument
238 } else if (id == NULL) {
249 MD5(reinterpret_cast<const unsigned char*>(id), strlen(id), sig);
418 std::shared_ptr<android::vold::Disk> VolumeManager::findDisk(const std::string& id) { argument
420 if (disk->getId() == id) {
427 std::shared_ptr<android::vold::VolumeBase> VolumeManager::findVolume(const std::string& id) { argument
431 if (mInternalEmulated != nullptr && mInternalEmulated->getId() == id) {
435 auto vol = disk->findVolume(id);
451 nsecs_t VolumeManager::benchmarkPrivate(const std::string& id) { argument
786 getAsecMountPath(const char *id, char *buffer, int maxlen) argument
816 getAsecFilesystemPath(const char *id, char *buffer, int maxlen) argument
845 createAsec(const char *id, unsigned long numSectors, const char *fstype, const char *key, const int ownerUid, bool isExternal) argument
1039 resizeAsec(const char *id, unsigned long numSectors, const char *key) argument
1180 finalizeAsec(const char *id) argument
1240 fixupAsecPermissions(const char *id, gid_t gid, const char* filename) argument
1439 unmountAsec(const char *id, bool force) argument
1487 unmountLoopImage(const char *id, const char *idHash, const char *fileName, const char *mountPoint, bool force) argument
1575 destroyAsec(const char *id, bool force) argument
1665 findAsec(const char *id, char *asecPath, size_t asecPathLen, const char **directory) const argument
1707 mountAsec(const char *id, const char *key, int ownerUid, bool readOnly) argument
[all...]
/system/bt/bta/dm/
H A Dbta_dm_act.cc82 static void bta_dm_policy_cback(tBTA_SYS_CONN_STATUS status, uint8_t id,
98 static void bta_dm_rm_cback(tBTA_SYS_CONN_STATUS status, uint8_t id,
991 static void bta_dm_policy_cback(tBTA_SYS_CONN_STATUS status, uint8_t id, argument
995 uint32_t mask = (uint32_t)(1 << id);
2397 /* get the BTA service id corresponding to BTM id */
3155 static void bta_dm_rm_cback(tBTA_SYS_CONN_STATUS status, uint8_t id, argument
3176 (p_bta_dm_rm_cfg[j].id == id)) {
3186 if ((BTA_ID_AV == id) || (BTA_ID_AV
[all...]
H A Dbta_dm_int.h46 #define BTA_SERVICE_ID_TO_SERVICE_MASK(id) (1 << (id))
565 tBTA_SYS_ID id; member in struct:__anon117
724 uint8_t id; member in struct:__anon125
734 uint8_t id; member in struct:__anon126
/system/bt/stack/avdt/
H A Davdt_int.h492 uint8_t tcid; /* transport channel id */
496 uint8_t id; member in struct:__anon845
/system/nfc/src/nfc/include/
H A Dnfc_api.h195 * tNFC_DATA_CBACK uses connection id as the first parameter; range 0x00-0x0F.
351 uint8_t id; /* NFCEE ID or RF Discovery ID */ member in struct:__anon2355
485 uint8_t len_aid; /* length of application id */
486 uint8_t aid[NFC_MAX_AID_LEN]; /* application id */
489 uint8_t len_aid; /* length of application id */
490 uint8_t aid[NFC_MAX_AID_LEN]; /* application id */
1076 ** id - the NFCEE ID or RF Discovery ID .
1084 extern tNFC_STATUS NFC_ConnCreate(uint8_t dest_type, uint8_t id,
1096 ** Parameters conn_id - the connection id.
1108 ** to receive the data for the given connection id
[all...]
/system/bt/stack/include/
H A Dhcidefs.h1163 /* local Bluetooth controller id for AMP HCI */
1166 /* controller id types for AMP HCI */
1196 uint8_t id; member in struct:__anon1140

Completed in 9091 milliseconds

1234567