Home
last modified time | relevance | path

Searched refs:fake (Results 1 – 15 of 15) sorted by relevance

/system/nvram/hal/
DAndroid.bp64 name: "fake-nvram",
85 init_rc: ["fake-nvram.rc"],
86 required: ["fake-nvram-seccomp.policy"],
91 name: "fake-nvram-seccomp.policy",
95 src: "fake-nvram-seccomp-arm.policy",
98 src: "fake-nvram-seccomp-arm64.policy",
101 src: "fake-nvram-seccomp-riscv64.policy",
104 src: "fake-nvram-seccomp-x86.policy",
107 src: "fake-nvram-seccomp-x86_64.policy",
Dfake-nvram.rc2 mkdir /data/misc/fake-nvram 0700 nvram nvram
4 service fake-nvram /system/bin/fake-nvram
/system/unwinding/libunwindstack/offline_files/apk_rx_arm64/
Doutput.txt1 #00 pc 000000000000066c fake.apk!libunwindstack_local.so (offset 0x4000) (TestlibLevel4+36)
2 #01 pc 00000000000006c0 fake.apk!libunwindstack_local.so (offset 0x4000) (TestlibLevel3+28)
3 #02 pc 00000000000006ec fake.apk!libunwindstack_local.so (offset 0x4000) (TestlibLevel2+28)
4 #03 pc 0000000000000718 fake.apk!libunwindstack_local.so (offset 0x4000) (TestlibLevel1+28)
Dmaps.txt3 7cb0e62000-7cb0e63000 r-xp 4000 00:00 0 fake.apk
/system/unwinding/libunwindstack/offline_files/apk_rorx_arm64/
Doutput.txt1 #00 pc 0000000000001030 fake.apk!libunwindstack_local.so (offset 0x4000) (TestlibLevel4+28)
2 #01 pc 000000000000108c fake.apk!libunwindstack_local.so (offset 0x4000) (TestlibLevel3+28)
3 #02 pc 00000000000010b8 fake.apk!libunwindstack_local.so (offset 0x4000) (TestlibLevel2+28)
4 #03 pc 00000000000010e4 fake.apk!libunwindstack_local.so (offset 0x4000) (TestlibLevel1+28)
Dmaps.txt3 7426d2d000-7426d2e000 r--p 4000 00:00 0 fake.apk
4 7426d2e000-7426d2f000 r-xp 5000 00:00 0 fake.apk
/system/chre/chpp/test/
Dfake_link_sync_test.cpp40 context->fake = new FakeLink(); in init()
46 auto *fake = reinterpret_cast<FakeLink *>(context->fake); in deinit() local
47 delete fake; in deinit()
52 auto *fake = reinterpret_cast<FakeLink *>(context->fake); in send() local
53 fake->appendTxPacket(&context->txBuffer[0], len); in send()
94 mFakeLink = reinterpret_cast<FakeLink *>(mLinkContext.fake); in SetUp()
/system/unwinding/libunwindstack/tests/
DMemoryThreadCacheTest.cpp185 MemoryFake* fake = new MemoryFake; in TEST_F() local
186 MemoryThreadCache memory(fake); in TEST_F()
187 fake->SetMemoryBlock(0x8000, 4096, 0xad); in TEST_F()
197 fake->SetMemoryBlock(0x8000, 4096, 0x12); in TEST_F()
212 MemoryFake* fake = new MemoryFake; in TEST_F() local
213 MemoryThreadCache memory(fake); in TEST_F()
/system/chre/chpp/test/include/fake_link/chpp/platform/
Dplatform_link.h28 void *fake; member
/system/libvintf/test/
DAndroid.bp82 "RuntimeInfo-fake.cpp",
148 "RuntimeInfo-fake.cpp",
/system/update_engine/aosp/
Dmock_dynamic_partition_control_android.h119 void set_fake_mapped_devices(const std::set<std::string>& fake) override { in set_fake_mapped_devices() argument
120 DynamicPartitionControlAndroid::set_fake_mapped_devices(fake); in set_fake_mapped_devices()
Ddynamic_partition_control_android.h182 virtual void set_fake_mapped_devices(const std::set<std::string>& fake);
Ddynamic_partition_control_android.cc1250 const std::set<std::string>& fake) { in set_fake_mapped_devices() argument
1251 mapped_devices_ = fake; in set_fake_mapped_devices()
/system/update_engine/common/
Dmock_hardware.h101 FakeHardware& fake() { return fake_; } in fake() function
/system/sepolicy/
Dtreble_sepolicy_tests_for_release.mk130 $(LOCAL_BUILT_MODULE): PRIVATE_FAKE_TREBLE := --fake-treble