HomeSort by relevance Sort by last modified time
    Searched refs:Purge (Results 1 - 25 of 34) sorted by null

1 2

  /hardware/qcom/display/msm8996/sdm/include/private/
rotator_interface.h 43 virtual DisplayError Purge(Handle display_ctx) = 0;
resource_interface.h 50 virtual void Purge(Handle display_ctx) = 0;
  /hardware/qcom/display/msm8998/sdm/include/private/
strategy_interface.h 56 virtual DisplayError Purge() = 0;
resource_interface.h 56 virtual void Purge(Handle display_ctx) = 0;
  /hardware/qcom/display/sdm845/sdm/include/private/
strategy_interface.h 53 virtual DisplayError Purge() = 0;
resource_interface.h 56 virtual void Purge(Handle display_ctx) = 0;
  /hardware/qcom/display/msm8998/sdm/libs/core/
strategy.h 54 DisplayError Purge();
strategy.cpp 249 DisplayError Strategy::Purge() {
251 return strategy_intf_->Purge();
comp_manager.cpp 389 void CompManager::Purge(Handle display_ctx) {
395 resource_intf_->Purge(display_comp_ctx->display_resource_ctx);
397 display_comp_ctx->strategy->Purge();
568 Purge(display_ctx);
comp_manager.h 61 void Purge(Handle display_ctx);
resource_default.h 58 virtual void Purge(Handle display_ctx);
  /hardware/qcom/display/sdm845/sdm/libs/core/
strategy.h 54 DisplayError Purge();
comp_manager.cpp 371 void CompManager::Purge(Handle display_ctx) {
377 resource_intf_->Purge(display_comp_ctx->display_resource_ctx);
379 display_comp_ctx->strategy->Purge();
517 Purge(display_ctx);
strategy.cpp 249 DisplayError Strategy::Purge() {
251 return strategy_intf_->Purge();
comp_manager.h 61 void Purge(Handle display_ctx);
resource_default.h 58 virtual void Purge(Handle display_ctx);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
emptyvc.h 121 virtual HRESULT WINAPI Purge(DWORDLONG dwlSpaceToFree,IEmptyVolumeCacheCallBack *picb) = 0;
133 HRESULT (WINAPI *Purge)(IEmptyVolumeCache *This,DWORDLONG dwlSpaceToFree,IEmptyVolumeCacheCallBack *picb);
147 #define IEmptyVolumeCache_Purge(This,dwlSpaceToFree,picb) (This)->lpVtbl->Purge(This,dwlSpaceToFree,picb)
186 HRESULT (WINAPI *Purge)(IEmptyVolumeCache2 *This,DWORDLONG dwlSpaceToFree,IEmptyVolumeCacheCallBack *picb);
201 #define IEmptyVolumeCache2_Purge(This,dwlSpaceToFree,picb) (This)->lpVtbl->Purge(This,dwlSpaceToFree,picb)
  /external/webrtc/webrtc/base/
diskcache.h 43 bool Purge();
diskcache.cc 83 bool DiskCache::Purge() {
  /hardware/qcom/display/msm8996/sdm/libs/core/
comp_manager.h 59 void Purge(Handle display_ctx);
resource_default.h 56 virtual void Purge(Handle display_ctx);
display_base.cpp 251 error = rotator_intf_->Purge(display_rotator_ctx_);
361 error = rotator_intf_->Purge(display_rotator_ctx_);
363 DLOGE("Rotator purge failed for display %d", display_type_);
368 comp_manager_->Purge(display_comp_ctx_);
442 error = rotator_intf_->Purge(display_rotator_ctx_);
444 DLOGE("Rotator purge failed for display %d", display_type_);
449 comp_manager_->Purge(display_comp_ctx_);
    [all...]
comp_manager.cpp 350 void CompManager::Purge(Handle display_ctx) {
356 resource_intf_->Purge(display_comp_ctx->display_resource_ctx);
  /system/core/libmemunreachable/
Allocator.cpp 173 void Purge();
195 unsigned int frees_since_purge_; // number of calls to Free since last Purge
295 Purge();
299 void Chunk::Purge() {
  /external/skia/tests/
GpuLayerCacheTest.cpp 37 static void Purge(GrLayerCache* cache, uint32_t pictureID) {
38 cache->purge(pictureID);
278 TestingAccess::Purge(&cache, picture->uniqueID());
291 // Test out the GrContext-style purge. This should remove all the layers
309 // Purge the resource cache ...
322 // Test out the MessageBus-style purge. This will not free the atlas

Completed in 348 milliseconds

1 2