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

  /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/msmcobalt/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;
  /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)
mqoai.h     [all...]
iads.h     [all...]
  /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 242 error = rotator_intf_->Purge(display_rotator_ctx_);
350 error = rotator_intf_->Purge(display_rotator_ctx_);
352 DLOGE("Rotator purge failed for display %d", display_type_);
357 comp_manager_->Purge(display_comp_ctx_);
428 error = rotator_intf_->Purge(display_rotator_ctx_);
430 DLOGE("Rotator purge failed for display %d", display_type_);
435 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);
resource_default.cpp 154 Purge(display_ctx);
326 void ResourceDefault::Purge(Handle display_ctx) {
  /hardware/qcom/display/msmcobalt/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 248 error = rotator_intf_->Purge(display_rotator_ctx_);
356 error = rotator_intf_->Purge(display_rotator_ctx_);
358 DLOGE("Rotator purge failed for display %d", display_type_);
363 comp_manager_->Purge(display_comp_ctx_);
434 error = rotator_intf_->Purge(display_rotator_ctx_);
436 DLOGE("Rotator purge failed for display %d", display_type_);
441 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);
resource_default.cpp 154 Purge(display_ctx);
326 void ResourceDefault::Purge(Handle display_ctx) {
  /system/core/libmemunreachable/
Allocator.cpp 177 void Purge();
204 unsigned int frees_since_purge_; // number of calls to Free since last Purge
304 Purge();
308 void Chunk::Purge() {
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_icc.cpp 363 void Purge();
374 void CFX_IccProfileCache::Purge() {}
384 void Purge();
397 void CFX_IccTransformCache::Purge() {}
    [all...]
  /external/skia/tests/
GpuLayerCacheTest.cpp 33 static void Purge(GrLayerCache* cache, uint32_t pictureID) {
34 cache->purge(pictureID);
274 TestingAccess::Purge(&cache, picture->uniqueID());
287 // Test out the GrContext-style purge. This should remove all the layers
305 // Purge the resource cache ...
318 // Test out the MessageBus-style purge. This will not free the atlas

Completed in 176 milliseconds