Home
last modified time | relevance | path

Searched refs:CheckpointInterface (Results 1 – 4 of 4) sorted by relevance

/system/apex/apexd/
Dapexd_checkpoint.h27 class CheckpointInterface {
29 virtual ~CheckpointInterface() {} in ~CheckpointInterface()
Dapexd.h32 class CheckpointInterface; variable
92 void initializeVold(CheckpointInterface* checkpoint_service);
95 void initialize(CheckpointInterface* checkpoint_service);
Dapexd_checkpoint_vold.h36 class VoldCheckpointInterface : public CheckpointInterface {
Dapexd.cpp117 CheckpointInterface* gVoldService;
1923 void initializeVold(CheckpointInterface* checkpoint_service) { in initializeVold()
1946 void initialize(CheckpointInterface* checkpoint_service) { in initialize()