Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 25 of 46) sorted by relevance

12

/system/bt/vendor_libs/test_vendor_lib/model/controller/
Disochronous_connection_handler.cc32 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()
Dacl_connection_handler.cc203 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()
Disochronous_connection_handler.h37 std::vector<uint16_t> handles);
/system/bt/bta/vc/
Ddevice.cc213 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()
Dvc_test.cc297 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/
Diso_manager_impl.cc131 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/
Dfec_process.cpp79 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/
Dmain.cpp538 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/
Dhwservice.te77 # hwservicemanager handles registering or looking up named services.
Dservice.te195 # servicemanager handles registering or looking up named services.
/system/bt/gd/packet/parser/
DREADME49 Every field handles its own generation.
/system/bt/stack/sdp/
Dsdpint.h148 handles[SDP_MAX_DISC_SERVER_RECS]; /* Discovered server record handles */ member
Dsdp_discovery.cc303 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/
Dbta_gattc_api.cc455 memcpy(p_buf->handles, p_read_multi->handles, in BTA_GATTC_ReadMultiple()
Dbta_gattc_int.h152 uint16_t handles[GATT_MAX_READ_MULTI_HANDLES]; member
/system/bt/stack/gatt/
Dgatt_sr.cc192 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()
Datt_protocol.cc585 p_msg->read_multi.handles); in attp_send_cl_msg()
/system/sepolicy/prebuilts/api/31.0/public/
Dhwservice.te98 # hwservicemanager handles registering or looking up named services.
/system/sepolicy/public/
Dhwservice.te98 # hwservicemanager handles registering or looking up named services.
/system/sepolicy/prebuilts/api/30.0/public/
Dhwservice.te99 # hwservicemanager handles registering or looking up named services.
/system/bt/bta/include/
Dbta_gatt_api.h124 uint16_t handles[GATT_MAX_READ_MULTI_HANDLES]; member
/system/bt/service/doc/
DIBluetoothGattServerCallback.txt34 * been published and is discoverable. In this case handles of added service,
/system/bt/stack/include/
Dgatt_api.h537 uint16_t handles[GATT_MAX_READ_MULTI_HANDLES]; /* handles list to be read */ member
/system/core/init/
DREADME.ueventd.md3 Ueventd manages `/dev`, sets permissions for `/sys`, and handles firmware uevents. It has default
/system/unwinding/libunwindstack/
DAndroidVersions.md19 understands and handles by adding a new frame in the stacktrace.

12