/system/bt/stack/avct/ |
D | avct_lcb.c | 201 …AVCT_TRACE_EVENT("LCB lcb=%d event=%s state=%s", p_lcb->allocated, avct_lcb_evt_str[event], avct_l… in avct_lcb_event() 203 AVCT_TRACE_EVENT("LCB lcb=%d event=%d state=%d", p_lcb->allocated, event, p_lcb->state); in avct_lcb_event() 244 …AVCT_TRACE_EVENT("BCB lcb=%d event=%s state=%s", p_bcb->allocated, avct_lcb_evt_str[event], avct_l… in avct_bcb_event() 246 AVCT_TRACE_EVENT("BCB lcb=%d event=%d state=%d", p_bcb->allocated, event, p_bcb->state); in avct_bcb_event() 288 if (p_lcb->allocated && (!memcmp(p_lcb->peer_addr, bd_addr, BD_ADDR_LEN))) in avct_lcb_by_bd() 322 if (!p_lcb->allocated) in avct_lcb_alloc() 324 p_lcb->allocated = (UINT8)(i + 1); in avct_lcb_alloc() 326 AVCT_TRACE_DEBUG("avct_lcb_alloc %d", p_lcb->allocated); in avct_lcb_alloc() 355 AVCT_TRACE_DEBUG("%s allocated: %d", __func__, p_lcb->allocated); in avct_lcb_dealloc() 362 if (p_ccb->allocated && p_ccb->p_lcb == p_lcb) in avct_lcb_dealloc() [all …]
|
D | avct_ccb.c | 49 if (!p_ccb->allocated) in avct_ccb_alloc() 51 p_ccb->allocated = AVCT_ALOC_LCB; in avct_ccb_alloc() 138 if (!p_ccb->allocated) in avct_ccb_by_idx()
|
D | avct_api.c | 255 if ((p_ccb->allocated & AVCT_ALOC_BCB) == 0) in AVCT_CreateBrowse() 257 p_ccb->allocated |= AVCT_ALOC_BCB; in AVCT_CreateBrowse() 265 if ((p_ccb->p_lcb == NULL) || (p_ccb->p_lcb->allocated == 0)) in AVCT_CreateBrowse() 272 index = p_ccb->p_lcb->allocated; in AVCT_CreateBrowse() 280 p_bcb->allocated = index; in AVCT_CreateBrowse() 452 if (p_ccb->p_bcb == NULL && (p_ccb->allocated & AVCT_ALOC_BCB) == 0) in AVCT_MsgReq()
|
D | avct_int.h | 67 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */ member 78 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */ member 94 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */ member 110 UINT8 allocated; /* Whether LCB/BCB is allocated */ member
|
D | avct_lcb_act.c | 236 if (p_ccb->allocated) in avct_lcb_open_ind() 285 if (p_ccb->allocated && (p_ccb->p_lcb == p_lcb)) in avct_lcb_open_fail() 312 if (p_ccb->allocated && (p_ccb->p_lcb == p_lcb)) in avct_lcb_close_ind() 348 if (p_ccb->allocated && (p_ccb->p_lcb == p_lcb)) in avct_lcb_close_cfm() 493 if (p_ccb->allocated && (p_ccb->p_lcb == p_lcb)) in avct_lcb_cong_ind()
|
D | avct_l2c.c | 81 if (p_ccb->allocated && (p_ccb->p_lcb == p_lcb)) in avct_l2c_is_passive()
|
/system/core/cpio/ |
D | mkbootfs.c | 286 int allocated = 8; in read_canned_config() local 290 (struct fs_config_entry*)malloc(allocated * sizeof(struct fs_config_entry)); in read_canned_config() 298 if (used >= allocated) { in read_canned_config() 299 allocated *= 2; in read_canned_config() 301 canned_config, allocated * sizeof(struct fs_config_entry)); in read_canned_config() 317 if (used >= allocated) { in read_canned_config() 318 ++allocated; in read_canned_config() 320 canned_config, allocated * sizeof(struct fs_config_entry)); in read_canned_config()
|
/system/extras/memory_replay/dumps/ |
D | README | 21 free - Free memory allocated using one of the above actions. 59 Find a previously allocated pointer <ptr> and call free(<ptr>).
|
/system/bt/stack/avdt/ |
D | avdt_ccb.c | 349 if (p_ccb->allocated && (!memcmp(p_ccb->peer_addr, bd_addr, BD_ADDR_LEN))) in avdt_ccb_by_bd() 383 if (!p_ccb->allocated) in avdt_ccb_alloc() 385 p_ccb->allocated = TRUE; in avdt_ccb_alloc()
|
D | avdt_ccb_act.c | 127 if ((p_scb->allocated) && (p_scb->p_ccb == p_ccb)) in avdt_ccb_chk_close() 170 if (p_scb->allocated) in avdt_ccb_hdl_discover_cmd() 693 if ((p_scb->allocated) && (p_scb->p_ccb == p_ccb)) in avdt_ccb_clear_cmds()
|
D | avdt_scb.c | 595 if (!p_scb->allocated) in avdt_scb_alloc() 598 p_scb->allocated = TRUE; in avdt_scb_alloc() 695 if (!p_scb->allocated) in avdt_scb_by_hdl()
|
D | avdt_int.h | 442 BOOLEAN allocated; /* Whether ccb is allocated */ member 495 BOOLEAN allocated; /* whether scb is allocated or unused */ member
|
D | avdt_api.c | 165 if ((p_scb->allocated) && (p_scb->cs.tsep == AVDT_TSEP_SNK)) in AVDT_SINK_Activate() 195 if ((p_scb->allocated) && (p_scb->cs.tsep == AVDT_TSEP_SNK)) in AVDT_SINK_Deactivate()
|
/system/bt/bta/ag/ |
D | bta_ag_main.c | 340 BOOLEAN allocated = FALSE; in bta_ag_scb_dealloc() local 362 allocated = TRUE; in bta_ag_scb_dealloc() 367 if (!allocated) in bta_ag_scb_dealloc()
|
/system/core/libmemunreachable/ |
D | README.md | 71 … return the backtrace from when the allocation at the given address was allocated, if it was colle…
|
/system/core/metricsd/ |
D | README.md | 103 on the collected data. Note, however, that the memory allocated in metricsd
|
/system/bt/stack/gatt/ |
D | gatt_utils.c | 953 BOOLEAN allocated = FALSE; in gatt_allocate_tcb_by_bdaddr() local 962 allocated = TRUE; in gatt_allocate_tcb_by_bdaddr() 968 if (allocated) in gatt_allocate_tcb_by_bdaddr()
|
/system/bt/doc/ |
D | style_guide.md | 116 to be allocated in contiguous memory with its containing struct.
|
/system/sepolicy/ |
D | domain.te | 405 # allocated in the kernel when:
|
/system/core/metricsd/uploader/proto/ |
D | system_profile.proto | 236 // either allocated by the Bluetooth SIG or USB IF, providing two
|
/system/tpm/trunks/generator/ |
D | raw_structures_fixed.txt | 7433 The Owner is allocated persistent handles in the range of 81 00 00 0016 to 81 7F FF FF16 inclusive … 9153 allocated from separate sections of NV 9262 allocated for software; shall be zero 10325 In the exemplary code, when a TPMT_HA is allocated, the digest field is large enough to support the
|
D | raw_structures.txt | 7406 The Owner is allocated persistent handles in the range of 81 00 00 0016 to 81 7F FF FF16 inclusive … 9125 allocated from separate sections of NV 9234 allocated for software; shall be zero 10297 In the exemplary code, when a TPMT_HA is allocated, the digest field is large enough to support the
|
D | raw_commands_fixed.txt | 1843 allocated. However, other implementations are allowed to assign each object a 14849 restrict the number of pending private keys – keys that have been allocated but not used. 16915 indicated PCR has been allocated. After the data is hashed, the digests list is returned. If the pc… 17343 If no allocation is specified for a bank, then no PCR will be allocated to that bank. If a bank is … 18280 // be allocated without being set as present. This keeps the sequence from
|
D | raw_commands.txt | 1843 allocated. However, other implementations are allowed to assign each object a 14838 restrict the number of pending private keys – keys that have been allocated but not used. 16904 indicated PCR has been allocated. After the data is hashed, the digests list is returned. If the pc… 17332 If no allocation is specified for a bank, then no PCR will be allocated to that bank. If a bank is … 18269 // be allocated without being set as present. This keeps the sequence from
|