/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/sepolicy/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/bta/gatt/ |
D | bta_gattc_api.cc | 448 memcpy(p_buf->handles, p_read_multi->handles, in BTA_GATTC_ReadMultiple()
|
D | bta_gattc_int.h | 157 uint16_t handles[GATT_MAX_READ_MULTI_HANDLES]; member
|
D | bta_gattc_act.cc | 774 memcpy(&read_param.read_multiple.handles, p_data->api_read_multi.handles, in bta_gattc_read_multi()
|
/system/bt/stack/sdp/ |
D | sdpint.h | 182 handles[SDP_MAX_DISC_SERVER_RECS]; /* Discovered server record handles */ member
|
D | sdp_discovery.cc | 306 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/ |
D | gatt_sr.cc | 178 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()
|
D | att_protocol.cc | 523 p_msg->read_multi.handles); in attp_send_cl_msg()
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 99 uint16_t handles[BTA_GATTC_MULTI_MAX]; member
|
/system/bt/stack/include/ |
D | gatt_api.h | 441 uint16_t handles[GATT_MAX_READ_MULTI_HANDLES]; /* handles list to be read */ member
|
/system/bt/service/doc/ |
D | IBluetoothGattServerCallback.txt | 34 * been published and is discoverable. In this case handles of added service,
|
/system/netd/resolv/ |
D | README.md | 25 `DnsTlsQueryMap` handles ID renumbering and query-response pairing.
|
/system/bt/stack/l2cap/ |
D | l2c_int.h | 720 extern uint8_t l2c_link_pkts_rcvd(uint16_t* num_pkts, uint16_t* handles);
|
D | l2c_link.cc | 841 UNUSED_ATTR uint16_t* handles) { in l2c_link_pkts_rcvd() argument
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 9 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/ |
D | hidl_test_client.cpp | 1645 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/ |
D | README.md | 71 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/ |
D | domain.te | 968 # hwservicemanager is the only process which handles hw list requests
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | domain.te | 961 # hwservicemanager is the only process which handles hw list requests
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | domain.te | 1268 # hwservicemanager is the only process which handles hw list requests
|