HomeSort by relevance Sort by last modified time
    Searched defs:InUse (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/webrtc/video_engine/
vie_remb.cc 89 bool VieRemb::InUse() const {
  /external/chromium_org/gpu/command_buffer/common/
id_allocator.cc 68 bool IdAllocator::InUse(ResourceId id) const {
117 bool NonReusedIdAllocator::InUse(ResourceId id) const {
  /external/chromium_org/gpu/command_buffer/client/
fenced_allocator.cc 170 bool FencedAllocator::InUse() {
fenced_allocator.h 88 bool InUse();
250 bool InUse() {
251 return allocator_.InUse();
mapped_memory.h 102 bool InUse() {
103 return allocator_.InUse();
  /external/chromium_org/gpu/command_buffer/service/
shader_manager.h 85 bool InUse() const {
program_manager.h 189 bool InUse() const {
  /external/chromium_org/net/disk_cache/memory/
mem_entry_impl.cc 131 bool MemEntryImpl::InUse() {
  /hardware/ti/omap3/dspbridge/inc/
qosregistry.h 305 UINT InUse; /* Count of instances of this component in use */
560 increments the InUse field of the QOSCOMPONENT structure.
592 decrements the InUse field of the QOSCOMPONENT structure.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qosregistry.h 299 UINT InUse; /* Count of instances of this component in use */
554 increments the InUse field of the QOSCOMPONENT structure.
586 decrements the InUse field of the QOSCOMPONENT structure.
  /external/valgrind/main/coregrind/
m_transtab.c 149 enum { InUse, Deleted, Empty } status;
319 /* The count of tt entries with state InUse. */
448 vg_assert(tte->status == InUse);
707 vg_assert(sec->tt[tteNo].status == InUse);
882 vg_assert(here_tte->status == InUse);
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h 356 bool InUse() { return (storage_mask_ & master_->used_storage_) != 0; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
classpnp.h 629 BOOLEAN InUse;

Completed in 591 milliseconds