/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | isochronous_connection_handler.cc | 32 std::vector<uint16_t> handles) { in SetCigParameters() argument 46 streams[i].handle = handles[i]; in SetCigParameters() 49 cis_to_group_.emplace(handles[i], group_parameters.id); in SetCigParameters() 57 1, ErrorCode::SUCCESS, group_parameters.id, handles); in SetCigParameters()
|
D | acl_connection_handler.cc | 203 std::vector<uint16_t> handles; in SetCigParameters() local 222 handles.push_back(handle); in SetCigParameters() 227 group_parameters, stream_parameters, std::move(handles)); in SetCigParameters() 232 CisHandles handles; in CreatePendingCis() local 233 handles.cis_handle_ = config.cis_connection_handle_; in CreatePendingCis() 234 handles.acl_handle_ = config.acl_connection_handle_; in CreatePendingCis() 235 handles.remote_cis_handle_ = kReservedHandle; in CreatePendingCis() 236 pending_streams_.emplace_back(std::move(handles)); in CreatePendingCis()
|
D | isochronous_connection_handler.h | 37 std::vector<uint16_t> handles);
|
/system/bt/bta/vc/ |
D | device.cc | 213 for (auto const& handles : handle_pairs) { in EnqueueRemainingRequests() local 214 if (GATT_HANDLE_IS_VALID(handles.second)) { in EnqueueRemainingRequests() 215 subscribe_for_notifications(gatt_if, handles.first, handles.second, in EnqueueRemainingRequests() 219 BtaGattQueue::ReadCharacteristic(connection_id, handles.first, chrc_read_cb, in EnqueueRemainingRequests()
|
D | vc_test.cc | 297 for (auto const& handles : handle_pairs) { in TestSubscribeNotifications() local 298 EXPECT_CALL(gatt_queue, WriteDescriptor(conn_id, handles.second, in TestSubscribeNotifications() 302 RegisterForNotifications(gatt_if, address, handles.first)) in TestSubscribeNotifications() 311 std::vector<uint16_t> handles) { in TestReadCharacteristic() argument 319 for (auto const& handle : handles) { in TestReadCharacteristic() 551 std::map<uint16_t, uint16_t> handles({{0x0021, 0x0022}}); in TEST_F() local 552 TestSubscribeNotifications(GetTestAddress(0), 1, handles); in TEST_F() 558 std::vector<uint16_t> handles({0x0021}); in TEST_F() local 559 TestReadCharacteristic(test_address, 1, handles); in TEST_F() 563 std::vector<uint16_t> handles({0x0026}); in TEST_F() local [all …]
|
/system/bt/gd/iso/internal/ |
D | iso_manager_impl.cc | 131 std::vector<uint16_t> handles; in SetCigParametersComplete() local 139 handles.push_back(*handle_it); in SetCigParametersComplete() 145 command_complete_callback.Invoke(handles); in SetCigParametersComplete() 204 std::vector<uint16_t> handles; in SetCigParametersTestComplete() local 212 handles.push_back(*handle_it); in SetCigParametersTestComplete() 218 command_complete_callback.Invoke(handles); in SetCigParametersTestComplete()
|
/system/extras/libfec/ |
D | fec_process.cpp | 79 std::vector<pthread_t> handles; in process() local 106 handles.push_back(thread); in process() 119 for (auto thread : handles) { in process()
|
/system/core/trusty/storage/tests/ |
D | main.cpp | 538 file_handle_t handles[10]; in TEST_P() local 543 for (uint i = 0; i < ARRAY_SIZE(handles); ++i) { in TEST_P() 545 rc = storage_open_file(session_, &handles[i], filename, in TEST_P() 551 for (uint i = 0; i < ARRAY_SIZE(handles)-1; i++) { in TEST_P() 552 for (uint j = i+1; j < ARRAY_SIZE(handles); j++) { in TEST_P() 553 ASSERT_NE(handles[i], handles[j]); in TEST_P() 558 for (uint i = 0; i < ARRAY_SIZE(handles); ++i) { in TEST_P() 559 storage_close_file(handles[i]); in TEST_P() 563 for (uint i = 0; i < ARRAY_SIZE(handles); ++i) { in TEST_P() 565 rc = storage_open_file(session_, &handles[i], filename, 0, 0); in TEST_P() [all …]
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | hwservice.te | 77 # hwservicemanager handles registering or looking up named services.
|
D | service.te | 195 # servicemanager handles registering or looking up named services.
|
/system/bt/gd/packet/parser/ |
D | README | 49 Every field handles its own generation.
|
/system/bt/stack/sdp/ |
D | sdpint.h | 148 handles[SDP_MAX_DISC_SERVER_RECS]; /* Discovered server record handles */ member
|
D | sdp_discovery.cc | 303 BE_STREAM_TO_UINT32(p_ccb->handles[xx], p_reply); in process_service_search_rsp() 469 UINT32_TO_BE_STREAM(p, p_ccb->handles[p_ccb->cur_handle]); in process_service_attr_rsp()
|
/system/bt/bta/gatt/ |
D | bta_gattc_api.cc | 455 memcpy(p_buf->handles, p_read_multi->handles, in BTA_GATTC_ReadMultiple()
|
D | bta_gattc_int.h | 152 uint16_t handles[GATT_MAX_READ_MULTI_HANDLES]; member
|
/system/bt/stack/gatt/ |
D | gatt_sr.cc | 192 if (p_rsp->attr_value.handle == p_cmd->multi_req.handles[ii]) { in build_read_multi_rsp() 436 multi_req->handles[multi_req->num_handles++] = handle; in gatt_process_read_multi_req() 460 trans_id = gatt_sr_enqueue_cmd(tcb, cid, op_code, multi_req->handles[0]); in gatt_process_read_multi_req() 469 handle = multi_req->handles[ll]; in gatt_process_read_multi_req()
|
D | att_protocol.cc | 585 p_msg->read_multi.handles); in attp_send_cl_msg()
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | hwservice.te | 98 # hwservicemanager handles registering or looking up named services.
|
/system/sepolicy/public/ |
D | hwservice.te | 98 # hwservicemanager handles registering or looking up named services.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | hwservice.te | 99 # hwservicemanager handles registering or looking up named services.
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 124 uint16_t handles[GATT_MAX_READ_MULTI_HANDLES]; member
|
/system/bt/service/doc/ |
D | IBluetoothGattServerCallback.txt | 34 * been published and is discoverable. In this case handles of added service,
|
/system/bt/stack/include/ |
D | gatt_api.h | 537 uint16_t handles[GATT_MAX_READ_MULTI_HANDLES]; /* handles list to be read */ member
|
/system/core/init/ |
D | README.ueventd.md | 3 Ueventd manages `/dev`, sets permissions for `/sys`, and handles firmware uevents. It has default
|
/system/unwinding/libunwindstack/ |
D | AndroidVersions.md | 19 understands and handles by adding a new frame in the stacktrace.
|