Home
last modified time | relevance | path

Searched refs:source_fd (Results 1 – 3 of 3) sorted by relevance

/art/libartpalette/include/palette/
Dpalette_method_list.h44 M(PaletteNotifyStartDex2oatCompilation, int source_fd, int art_fd, int oat_fd, int vdex_fd) \
45 M(PaletteNotifyEndDex2oatCompilation, int source_fd, int art_fd, int oat_fd, int vdex_fd) \
/art/libartpalette/apex/
Dpalette.cc176 palette_status_t PaletteNotifyStartDex2oatCompilation(int source_fd, in PaletteNotifyStartDex2oatCompilation() argument
182 return m(source_fd, art_fd, oat_fd, vdex_fd); in PaletteNotifyStartDex2oatCompilation()
185 palette_status_t PaletteNotifyEndDex2oatCompilation(int source_fd, in PaletteNotifyEndDex2oatCompilation() argument
191 return m(source_fd, art_fd, oat_fd, vdex_fd); in PaletteNotifyEndDex2oatCompilation()
/art/libartpalette/system/
Dpalette_fake.cc95 palette_status_t PaletteNotifyStartDex2oatCompilation([[maybe_unused]] int source_fd, in PaletteNotifyStartDex2oatCompilation() argument
102 palette_status_t PaletteNotifyEndDex2oatCompilation([[maybe_unused]] int source_fd, in PaletteNotifyEndDex2oatCompilation() argument