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

  /system/core/libbinderwrapper/
binder_test_base.cc 24 BinderTestBase::BinderTestBase() : binder_wrapper_(new StubBinderWrapper()) {
29 BinderTestBase::~BinderTestBase() {
  /system/core/libbinderwrapper/include/binderwrapper/
binder_test_base.h 29 class BinderTestBase : public ::testing::Test {
31 BinderTestBase();
32 ~BinderTestBase() override;
40 DISALLOW_COPY_AND_ASSIGN(BinderTestBase);
  /system/media/brillo/audio/audioservice/test/
audio_daemon_test.cpp 30 using android::BinderTestBase;
38 class AudioDaemonTest : public BinderTestBase {
brillo_audio_client_test.cpp 39 class BrilloAudioClientTest : public android::BinderTestBase {
brillo_audio_manager_test.cpp 38 class BrilloAudioManagerTest : public android::BinderTestBase {

Completed in 80 milliseconds