Home
last modified time | relevance | path

Searched refs:mBlocking (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/
DUnrefedBitmapCache.java37 private boolean mBlocking = false; field in UnrefedBitmapCache
63 mBlocking = blocking; in setBlocking()
64 if (!mBlocking) { in setBlocking()
86 while ((bitmap = super.poll()) == null && mBlocking) { in poll()
/frameworks/native/cmds/idlcli/vibrator/
DCommandOn.cpp50 mBlocking = true; in doArgs()
81 if (mBlocking && (cap & aidl::IVibrator::CAP_ON_CALLBACK)) { in doMain()
97 if (ret == OK && mBlocking) { in doMain()
110 bool mBlocking; member in android::idlcli::vibrator::CommandOn
DCommandCompose.cpp52 mBlocking = true; in doArgs()
103 if (mBlocking) { in doMain()
118 bool mBlocking; member in android::idlcli::vibrator::CommandCompose
DCommandPerform.cpp82 mBlocking = true; in doArgs()
122 if (mBlocking && (cap & aidl::IVibrator::CAP_PERFORM_CALLBACK)) { in doMain()
164 if (ret == OK && mBlocking) { in doMain()
178 bool mBlocking; member in android::idlcli::vibrator::CommandPerform
DCommandComposePwle.cpp97 mBlocking = true; in doArgs()
177 if (mBlocking) { in doMain()
192 bool mBlocking; member in android::idlcli::vibrator::CommandComposePwle