Home
last modified time | relevance | path

Searched defs:handles (Results 1 – 8 of 8) sorted by relevance

/system/extras/libfec/
Dfec_process.cpp79 std::vector<pthread_t> handles; in process() local
/system/bt/stack/l2cap/
Dl2c_link.cc841 UNUSED_ATTR uint16_t* handles) { in l2c_link_pkts_rcvd()
/system/bt/stack/sdp/
Dsdpint.h182 handles[SDP_MAX_DISC_SERVER_RECS]; /* Discovered server record handles */ member
/system/bt/bta/gatt/
Dbta_gattc_int.h157 uint16_t handles[GATT_MAX_READ_MULTI_HANDLES]; member
/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/core/trusty/storage/tests/
Dmain.cpp538 file_handle_t handles[10]; in TEST_P() local
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1645 EXPECT_OK(foo->createHandles(3, [&](const auto &handles) { in TEST_F()