HomeSort by relevance Sort by last modified time
    Searched defs:handle3 (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/synchronization/
lock_unittest.cc 200 PlatformThreadHandle handle3; local
204 ASSERT_TRUE(PlatformThread::Create(0, &thread3, &handle3));
210 PlatformThread::Join(handle3);
  /external/sfntly/cpp/src/test/
lock_test.cc 215 PlatformThreadHandle handle3 = kNullThreadHandle; local
219 EXPECT_TRUE(PlatformThread::Create(&thread3, &handle3));
225 PlatformThread::Join(handle3);
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CallServiceNotifier.java 161 PhoneAccountHandle handle3 = new PhoneAccountHandle( local
163 mPhoneAccountMap.put(SIM_SUBSCRIPTION_ID2, handle3);
165 handle3,
  /system/core/trusty/storage/tests/
main.cpp 507 file_handle_t handle3; local
531 rc = storage_open_file(session_, &handle3, fname, 0, 0);
2770 file_handle_t handle3; local
2850 file_handle_t handle3; local
    [all...]
  /external/webrtc/webrtc/video/
video_send_stream_tests.cc 1162 test::FakeNativeHandle* handle3 = new test::FakeNativeHandle(); local
    [all...]

Completed in 148 milliseconds