Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 10 of 10) sorted by relevance

/system/media/opensles/libopensles/
DSndFile.c189 SLboolean empty = 0 == audioPlayer->mBufferQueue.mState.count; in audioPlayerTransportUpdate() local
210 empty = SL_BOOLEAN_TRUE; in audioPlayerTransportUpdate()
223 if (empty) { in audioPlayerTransportUpdate()
/system/core/sh/funcs/
Dpopd46 then echo "pushd: directory stack empty."
61 then echo "popd: directory stack empty."
Ddirs46 then echo "pushd: directory stack empty."
61 then echo "popd: directory stack empty."
Dpushd46 then echo "pushd: directory stack empty."
61 then echo "popd: directory stack empty."
/system/core/sh/
Doptions.c154 static char empty[] = ""; in options() local
185 minusc = empty; in options()
/system/core/adb/
Dprotocol.txt47 is represented by a quoted string or an empty string if none should be
74 kind of unique ID (or empty), and banner is a human-readable version
/system/core/nexus/
DSupplicant.cpp219 if (!mNetworks->empty()) { in refreshNetworkList()
DWifiController.cpp491 if (!mLatestScanResults->empty()) { in onScanResultsEvent()
/system/media/opensles/doc/
DDoxyfile680 # info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER
910 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
986 # If non-empty doxygen will try to run qhelpgenerator on the generated
1447 # the mscgen tool resides. If left empty the tool is assumed to be found in the
/system/core/libacc/
Dacc.cpp804 bool empty() { in empty() function in acc::Compiler::ARMCodeBuf::CircularQueue
828 while (!mQ.empty()) { in flush()