HomeSort by relevance Sort by last modified time
    Searched refs:reclaim (Results 76 - 80 of 80) sorted by null

1 2 34

  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
nfs_xdr.h 148 unsigned char reclaim : 1; member in struct:nfs_lock_args
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
nfs_xdr.h 148 unsigned char reclaim : 1; member in struct:nfs_lock_args
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 963 void reclaim(const void *Memory) { function in class:clang::ento::CallEventManager
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 76 status_t err = codec->reclaim();
80 ALOGD("Try to reclaim again.");
81 err = codec->reclaim(true /* force */);
409 // Don't try to reclaim resource for the first time.
483 // Don't try to reclaim resource for the first time.
582 // Don't try to reclaim resource for the first time.
631 status_t MediaCodec::reclaim(bool force) { function in class:android::MediaCodec
632 ALOGD("MediaCodec::reclaim(%p) %s", this, mInitName.c_str());
640 ALOGD("MediaCodec looper is gone, skip reclaim");
    [all...]
  /external/v8/benchmarks/
splay.js 91 // Allow the garbage collector to reclaim the memory

Completed in 92 milliseconds

1 2 34