Searched refs:source_fd (Results 1 – 3 of 3) sorted by relevance
/art/libartpalette/include/palette/ |
D | palette_method_list.h | 44 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/ |
D | palette.cc | 176 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/ |
D | palette_fake.cc | 95 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
|