Home
last modified time | relevance | path

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

12

/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/sepolicy/public/
Dhwservice.te77 # hwservicemanager handles registering or looking up named services.
Dservice.te195 # servicemanager handles registering or looking up named services.
/system/bt/bta/gatt/
Dbta_gattc_api.cc448 memcpy(p_buf->handles, p_read_multi->handles, in BTA_GATTC_ReadMultiple()
Dbta_gattc_int.h157 uint16_t handles[GATT_MAX_READ_MULTI_HANDLES]; member
Dbta_gattc_act.cc774 memcpy(&read_param.read_multiple.handles, p_data->api_read_multi.handles, in bta_gattc_read_multi()
/system/bt/stack/sdp/
Dsdpint.h182 handles[SDP_MAX_DISC_SERVER_RECS]; /* Discovered server record handles */ member
Dsdp_discovery.cc306 BE_STREAM_TO_UINT32(p_ccb->handles[xx], p_reply); in process_service_search_rsp()
472 UINT32_TO_BE_STREAM(p, p_ccb->handles[p_ccb->cur_handle]); in process_service_attr_rsp()
/system/bt/stack/gatt/
Dgatt_sr.cc178 if (p_rsp->attr_value.handle == p_cmd->multi_req.handles[ii]) { in process_read_multi_rsp()
386 tcb.sr_cmd.multi_req.handles[tcb.sr_cmd.multi_req.num_handles++] = handle; in gatt_process_read_multi_req()
411 gatt_sr_enqueue_cmd(tcb, op_code, tcb.sr_cmd.multi_req.handles[0]); in gatt_process_read_multi_req()
417 handle = tcb.sr_cmd.multi_req.handles[ll]; in gatt_process_read_multi_req()
Datt_protocol.cc523 p_msg->read_multi.handles); in attp_send_cl_msg()
/system/bt/bta/include/
Dbta_gatt_api.h99 uint16_t handles[BTA_GATTC_MULTI_MAX]; member
/system/bt/stack/include/
Dgatt_api.h441 uint16_t handles[GATT_MAX_READ_MULTI_HANDLES]; /* handles list to be read */ member
/system/bt/service/doc/
DIBluetoothGattServerCallback.txt34 * been published and is discoverable. In this case handles of added service,
/system/netd/resolv/
DREADME.md25 `DnsTlsQueryMap` handles ID renumbering and query-response pairing.
/system/bt/stack/l2cap/
Dl2c_int.h720 extern uint8_t l2c_link_pkts_rcvd(uint16_t* num_pkts, uint16_t* handles);
Dl2c_link.cc841 UNUSED_ATTR uint16_t* handles) { in l2c_link_pkts_rcvd() argument
/system/core/fastboot/fuzzy_fastboot/
DREADME.md9 and that it safely handles malicious inputs.
45 2. **Conformance** - Test the device properly handles well-formed fastboot commands
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1645 EXPECT_OK(foo->createHandles(3, [&](const auto &handles) { in TEST_F() argument
1646 EXPECT_EQ(handles.size(), 3ull); in TEST_F()
1649 const native_handle_t *h = handles[i]; in TEST_F()
/system/core/init/
DREADME.md71 system macro, LOCAL\_INIT\_RC, that handles this for developers. Each
108 that action is executed in sequence. Init handles other activities
/system/sepolicy/prebuilts/api/26.0/public/
Ddomain.te968 # hwservicemanager is the only process which handles hw list requests
/system/sepolicy/prebuilts/api/27.0/public/
Ddomain.te961 # hwservicemanager is the only process which handles hw list requests
/system/sepolicy/prebuilts/api/28.0/public/
Ddomain.te1268 # hwservicemanager is the only process which handles hw list requests

12