HomeSort by relevance Sort by last modified time
    Searched defs:isCurrent (Results 1 - 25 of 34) sorted by null

1 2

  /frameworks/base/libs/hwui/renderthread/
EglManager.h 47 bool isCurrent(EGLSurface surface) { return mCurrentSurface == surface; }
RenderThread.cpp 363 bool RenderThread::isCurrent() {
VulkanManager.h 96 bool isCurrent(VulkanSurface* surface) { return true; }
  /packages/apps/TV/src/com/android/tv/
MainActivityWrapper.java 45 boolean isCurrent(MainActivity activity) {
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
p2p_network.cpp 85 Return<void> P2pNetwork::isCurrent(isCurrent_cb _hidl_cb)
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
p2p_network.cpp 85 Return<void> P2pNetwork::isCurrent(isCurrent_cb _hidl_cb)
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LocaleSet.java 162 public boolean isCurrent() {
  /packages/apps/Messaging/src/com/android/messaging/util/
LogSaver.java 64 public abstract boolean isCurrent();
157 public boolean isCurrent() {
258 public boolean isCurrent() {
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 182 bool RenderEngine::isCurrent() const {
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 421 public boolean isCurrent(EGLSurface eglSurface) {
578 if (!mEglCore.isCurrent(mEGLSurface)) {
  /frameworks/base/media/java/android/media/browse/
MediaBrowser.java 585 if (!isCurrent(callback, "onConnect")) {
636 if (!isCurrent(callback, "onConnectFailed")) {
662 if (!isCurrent(callback, "onLoadChildren")) {
704 private boolean isCurrent(IMediaBrowserServiceCallbacks callback, String funcName) {
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-context/1.0.1/
grpc-context-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-context/1.0.3/
grpc-context-1.0.3.jar 
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 288 void setIsCurrent(bool isCurrent) { mIsCurrent = isCurrent; }
289 bool isCurrent() const { return mIsCurrent;}
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
UserSwitcherController.java 202 boolean isCurrent = currentId == info.id;
203 if (isCurrent) {
206 boolean switchToEnabled = canSwitchUsers || isCurrent;
212 true /* isGuest */, isCurrent, false /* isAddUser */,
226 int index = isCurrent ? 0 : records.size();
228 isCurrent, false /* isAddUser */, false /* isRestricted */,
254 true /* isGuest */, false /* isCurrent */,
260 int index = guestRecord.isCurrent ? 0 : records.size();
267 false /* isGuest */, false /* isCurrent */, true /* isAddUser */,
495 if (record.isCurrent != shouldBeCurrent)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
SupplicantP2pIfaceHal.java     [all...]
  /frameworks/support/media/src/main/java/android/support/v4/media/
MediaBrowserCompat.java     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
SupplicantP2pIfaceHalTest.java     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 

Completed in 2090 milliseconds

1 2