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

  /external/dnsmasq/src/
cache.c 915 ah->flags |= AH_INACTIVE;
917 ah->flags &= ~AH_INACTIVE;
921 if (!(ah->flags & AH_INACTIVE))
930 ah->flags |= AH_INACTIVE;
963 ah1->flags &= ~AH_INACTIVE;
992 ah1->flags |= AH_INACTIVE;
1001 if (!(ah->flags & AH_INACTIVE))
    [all...]
dnsmasq.h 372 #define AH_INACTIVE 2
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
adj_thr.c 48 AH_INACTIVE =1,
311 *pahFlag++ = AH_INACTIVE;
507 (*pahFlag == AH_INACTIVE)) {
    [all...]
  /external/aac/libAACenc/src/
adj_thr.cpp 129 AH_INACTIVE =1,
363 ahFlag[ch][sfbGrp+sfb] = AH_INACTIVE;
    [all...]

Completed in 58 milliseconds