Home
last modified time | relevance | path

Searched refs:ATTRIBUTE_UNUSED (Results 1 – 10 of 10) sorted by relevance

/system/libartpalette/
Dpalette_android_partner.cc27 palette_status_t PaletteNotifyStartDex2oatCompilation(int source_fd ATTRIBUTE_UNUSED, in PaletteNotifyStartDex2oatCompilation() argument
28 int art_fd ATTRIBUTE_UNUSED, in PaletteNotifyStartDex2oatCompilation() argument
29 int oat_fd ATTRIBUTE_UNUSED, in PaletteNotifyStartDex2oatCompilation() argument
30 int vdex_fd ATTRIBUTE_UNUSED) { in PaletteNotifyStartDex2oatCompilation() argument
34 palette_status_t PaletteNotifyEndDex2oatCompilation(int source_fd ATTRIBUTE_UNUSED, in PaletteNotifyEndDex2oatCompilation() argument
35 int art_fd ATTRIBUTE_UNUSED, in PaletteNotifyEndDex2oatCompilation() argument
36 int oat_fd ATTRIBUTE_UNUSED, in PaletteNotifyEndDex2oatCompilation() argument
37 int vdex_fd ATTRIBUTE_UNUSED) { in PaletteNotifyEndDex2oatCompilation() argument
41 palette_status_t PaletteNotifyDexFileLoaded(const char* path ATTRIBUTE_UNUSED) { in PaletteNotifyDexFileLoaded() argument
45 palette_status_t PaletteNotifyOatFileLoaded(const char* path ATTRIBUTE_UNUSED) { in PaletteNotifyOatFileLoaded() argument
[all …]
Dpalette_fake.cc62 palette_status_t PaletteTraceBegin(const char* name ATTRIBUTE_UNUSED) { in PaletteTraceBegin() argument
70 palette_status_t PaletteTraceIntegerValue(const char* name ATTRIBUTE_UNUSED, in PaletteTraceIntegerValue() argument
71 int32_t value ATTRIBUTE_UNUSED) { in PaletteTraceIntegerValue() argument
75 palette_status_t PaletteAshmemCreateRegion(const char* name ATTRIBUTE_UNUSED, in PaletteAshmemCreateRegion() argument
76 size_t size ATTRIBUTE_UNUSED, int* fd) { in PaletteAshmemCreateRegion() argument
81 palette_status_t PaletteAshmemSetProtRegion(int fd ATTRIBUTE_UNUSED, int prot ATTRIBUTE_UNUSED) { in PaletteAshmemSetProtRegion() argument
95 palette_status_t PaletteNotifyStartDex2oatCompilation(int source_fd ATTRIBUTE_UNUSED, in PaletteNotifyStartDex2oatCompilation() argument
96 int art_fd ATTRIBUTE_UNUSED, in PaletteNotifyStartDex2oatCompilation() argument
97 int oat_fd ATTRIBUTE_UNUSED, in PaletteNotifyStartDex2oatCompilation() argument
98 int vdex_fd ATTRIBUTE_UNUSED) { in PaletteNotifyStartDex2oatCompilation() argument
[all …]
/system/core/fs_mgr/libfs_avb/
Davb_ops.cpp55 static AvbIOResult no_op_read_rollback_index(AvbOps* ops ATTRIBUTE_UNUSED, in no_op_read_rollback_index() argument
56 size_t rollback_index_location ATTRIBUTE_UNUSED, in no_op_read_rollback_index() argument
65 AvbOps* ops ATTRIBUTE_UNUSED, const uint8_t* public_key_data ATTRIBUTE_UNUSED, in no_op_validate_vbmeta_public_key() argument
66 size_t public_key_length ATTRIBUTE_UNUSED, in no_op_validate_vbmeta_public_key() argument
67 const uint8_t* public_key_metadata ATTRIBUTE_UNUSED, in no_op_validate_vbmeta_public_key() argument
68 size_t public_key_metadata_length ATTRIBUTE_UNUSED, bool* out_is_trusted) { in no_op_validate_vbmeta_public_key() argument
79 static AvbIOResult no_op_read_is_device_unlocked(AvbOps* ops ATTRIBUTE_UNUSED, in no_op_read_is_device_unlocked() argument
88 static AvbIOResult no_op_get_unique_guid_for_partition(AvbOps* ops ATTRIBUTE_UNUSED, in no_op_get_unique_guid_for_partition() argument
89 const char* partition ATTRIBUTE_UNUSED, in no_op_get_unique_guid_for_partition() argument
99 static AvbIOResult no_op_get_size_of_partition(AvbOps* ops ATTRIBUTE_UNUSED, in no_op_get_size_of_partition() argument
[all …]
Davb_util.cpp499 bool RollbackDetected(const std::string& partition_name ATTRIBUTE_UNUSED, in RollbackDetected() argument
500 uint64_t rollback_index ATTRIBUTE_UNUSED) { in RollbackDetected() argument
/system/apex/apexd/
Dapex_database_test.cpp98 db.ForallMountedApexes([&ret](const std::string& a ATTRIBUTE_UNUSED, in CountPackages()
99 const MountedApexData& b ATTRIBUTE_UNUSED, in CountPackages()
100 bool c ATTRIBUTE_UNUSED) { ++ret; }); in CountPackages() argument
110 bool b ATTRIBUTE_UNUSED) { in Contains() argument
126 package, [&](const MountedApexData& d, bool b ATTRIBUTE_UNUSED) { in ContainsPackage() argument
/system/bt/service/ipc/
Dipc_handler_linux.h63 bool running_ ATTRIBUTE_UNUSED; variable
/system/core/libappfuse/tests/
DFuseAppLoopTest.cc60 void OnWrite(uint64_t seq, uint64_t inode, uint64_t offset ATTRIBUTE_UNUSED, in OnWrite() argument
61 uint32_t size ATTRIBUTE_UNUSED, const void* data ATTRIBUTE_UNUSED) override { in OnWrite() argument
66 void OnRead(uint64_t seq, uint64_t inode, uint64_t offset ATTRIBUTE_UNUSED, in OnRead() argument
67 uint32_t size ATTRIBUTE_UNUSED) override { in OnRead() argument
/system/libbase/include/android-base/
Dmacros.h99 #define ATTRIBUTE_UNUSED __attribute__((__unused__)) macro
/system/libbase/
Dlogging_test.cpp576 static void NoopAborter(const char* msg ATTRIBUTE_UNUSED) { in NoopAborter() argument
/system/core/debuggerd/
Ddebuggerd_test.cpp378 __attribute__((weak)) void CrasherTest::Trap(void* ptr ATTRIBUTE_UNUSED) { in Trap() argument