Searched refs:CheckpointInterface (Results 1 – 4 of 4) sorted by relevance
27 class CheckpointInterface {29 virtual ~CheckpointInterface() {} in ~CheckpointInterface()
32 class CheckpointInterface; variable92 void initializeVold(CheckpointInterface* checkpoint_service);95 void initialize(CheckpointInterface* checkpoint_service);
36 class VoldCheckpointInterface : public CheckpointInterface {
117 CheckpointInterface* gVoldService;1923 void initializeVold(CheckpointInterface* checkpoint_service) { in initializeVold()1946 void initialize(CheckpointInterface* checkpoint_service) { in initialize()