Home
last modified time | relevance | path

Searched refs:handle2 (Results 1 – 4 of 4) sorted by relevance

/system/core/libutils/
DSingleton_test.cpp42 void* handle2 = dlopen(lib.c_str(), RTLD_NOW); in TEST() local
43 ASSERT_TRUE(handle2 != nullptr) << dlerror(); in TEST()
51 has_fn_t has2 = reinterpret_cast<has_fn_t>(dlsym(handle2, "singletonHasInstance")); in TEST()
55 get_fn_t get2 = reinterpret_cast<get_fn_t>(dlsym(handle2, "singletonGetInstanceContents")); in TEST()
57 set_fn_t set1 = reinterpret_cast<set_fn_t>(dlsym(handle2, "singletonSetInstanceContents")); in TEST()
/system/core/trusty/storage/tests/
Dmain.cpp506 file_handle_t handle2; in TEST_P() local
521 rc = storage_open_file(session_, &handle2, fname, 0, 0); in TEST_P()
1164 file_handle_t handle2; in TEST_P() local
1173 rc = storage_open_file(session_, &handle2, fname2, in TEST_P()
1203 storage_close_file(handle2); in TEST_P()
1377 file_handle_t handle2; in TEST_P() local
1392 rc = storage_open_file(session_, &handle2, fname2, in TEST_P()
1402 WritePattern(handle2, 0, exp_len2, blk, false); in TEST_P()
1411 rc = storage_get_file_size(handle2, &fsize); in TEST_P()
1425 rc = storage_get_file_size(handle2, &fsize); in TEST_P()
[all …]
/system/bt/gd/hci/acl_manager/
Dround_robin_scheduler_test.cc271 uint16_t handle2 = 0x02; in TEST_F() local
286 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle2, connection… in TEST_F()
313 VerifyPacket(handle2, packet2); in TEST_F()
322 round_robin_scheduler_->Unregister(handle2); in TEST_F()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp487 auto handle2 = native_handle_create(0, 1); in TEST_F() local
489 handle2->data[0] = 6; in TEST_F()
495 .descUnsync = {std::vector<GrantorDescriptor>(), handle2, 6}, in TEST_F()