Lines Matching refs:osi_malloc
77 (tBTA_DM_API_ENABLE *)osi_malloc(sizeof(tBTA_DM_API_ENABLE)); in BTA_EnableBluetooth()
98 BT_HDR *p_msg = (BT_HDR *)osi_malloc(sizeof(BT_HDR)); in BTA_DisableBluetooth()
119 BT_HDR *p_msg = (BT_HDR *)osi_malloc(sizeof(BT_HDR)); in BTA_EnableTestMode()
141 BT_HDR *p_msg = (BT_HDR *)osi_malloc(sizeof(BT_HDR)); in BTA_DisableTestMode()
162 (tBTA_DM_API_SET_NAME *)osi_malloc(sizeof(tBTA_DM_API_SET_NAME)); in BTA_DmSetDeviceName()
184 (tBTA_DM_API_SET_VISIBILITY *)osi_malloc(sizeof(tBTA_DM_MSG)); in BTA_DmSetVisibility()
233 BT_HDR *p_msg = (BT_HDR *)osi_malloc(sizeof(BT_HDR)); in BTA_DmSearchCancel()
280 (tBTA_DM_API_DISCOVER *)osi_malloc(sizeof(tBTA_DM_API_DISCOVER)); in BTA_DmDiscoverUUID()
311 (tBTA_DM_API_BOND *)osi_malloc(sizeof(tBTA_DM_API_BOND)); in BTA_DmBond()
334 (tBTA_DM_API_BOND *)osi_malloc(sizeof(tBTA_DM_API_BOND)); in BTA_DmBondByTransport()
357 (tBTA_DM_API_BOND_CANCEL *)osi_malloc(sizeof(tBTA_DM_API_BOND_CANCEL)); in BTA_DmBondCancel()
380 (tBTA_DM_API_PIN_REPLY *)osi_malloc(sizeof(tBTA_DM_API_PIN_REPLY)); in BTA_DmPinReply()
409 (tBTA_DM_API_LOC_OOB *)osi_malloc(sizeof(tBTA_DM_API_LOC_OOB)); in BTA_DmLocalOob()
428 (tBTA_DM_API_CONFIRM *)osi_malloc(sizeof(tBTA_DM_API_CONFIRM)); in BTA_DmConfirm()
616 (tBTA_DM_API_EXECUTE_CBACK *)osi_malloc(sizeof(tBTA_DM_MSG)); in bta_dmexecutecallback()
987 (tBTA_DM_API_SET_STORAGE_CONFIG *)osi_malloc(sizeof(tBTA_DM_API_SET_STORAGE_CONFIG)); in BTA_DmBleSetStorageParams()
1026 (tBTA_DM_API_ENABLE_SCAN *)osi_malloc(sizeof(tBTA_DM_API_ENABLE_SCAN)); in BTA_DmBleEnableBatchScan()
1053 (tBTA_DM_API_DISABLE_SCAN *)osi_malloc(sizeof(tBTA_DM_API_DISABLE_SCAN)); in BTA_DmBleDisableBatchScan()
1077 (tBTA_DM_API_READ_SCAN_REPORTS *)osi_malloc(sizeof(tBTA_DM_API_READ_SCAN_REPORTS)); in BTA_DmBleReadScanReports()
1102 (tBTA_DM_API_TRACK_ADVERTISER *)osi_malloc(sizeof(tBTA_DM_API_TRACK_ADVERTISER)); in BTA_DmBleTrackAdvertiser()
1787 (tBTA_DM_API_BLE_SET_DATA_LENGTH *)osi_malloc(sizeof(tBTA_DM_API_BLE_SET_DATA_LENGTH)); in BTA_DmBleSetDataLength()