Searched defs:mSlot (Results 1 - 13 of 13) sorted by relevance

/frameworks/native/include/gui/
H A DBufferItem.h97 // mSlot is the slot index of this buffer (default INVALID_BUFFER_SLOT).
98 int mSlot; member in class:android::BufferItem
H A DCpuConsumer.h122 // Need to track the original mSlot index and the buffer itself because
123 // the mSlot entry may be freed/reused before the acquired buffer is
125 int mSlot; member in struct:android::CpuConsumer::AcquiredBuffer
130 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
135 mSlot = BufferQueue::INVALID_BUFFER_SLOT;
/frameworks/native/libs/gui/include/gui/
H A DBufferItem.h97 // mSlot is the slot index of this buffer (default INVALID_BUFFER_SLOT).
98 int mSlot; member in class:android::BufferItem
H A DCpuConsumer.h122 // Need to track the original mSlot index and the buffer itself because
123 // the mSlot entry may be freed/reused before the acquired buffer is
125 int mSlot; member in struct:android::CpuConsumer::AcquiredBuffer
130 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
135 mSlot = BufferQueue::INVALID_BUFFER_SLOT;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarMobileView.java53 private String mSlot; field in class:StatusBarMobileView
119 mDotView = new StatusBarIconView(mContext, mSlot, null);
215 return mSlot;
219 mSlot = slot;
281 return "StatusBarMobileView(slot=" + mSlot + " state=" + mState + ")";
H A DStatusBarWifiView.java65 private String mSlot; field in class:StatusBarWifiView
99 mSlot = slot;
118 return mSlot;
184 mDotView = new StatusBarIconView(mContext, mSlot, null);
269 return "StatusBarWifiView(slot=" + mSlot + " state=" + mState + ")";
H A DStatusBarIconView.java115 @ViewDebug.ExportedProperty private String mSlot; field in class:StatusBarIconView
166 mSlot = slot;
337 Log.w(TAG, "OOM while inflating " + mIcon.icon + " for slot " + mSlot);
342 Log.w(TAG, "No icon for slot " + mSlot + "; " + mIcon.icon);
445 Log.d("View", debugIndent(depth) + "slot=" + mSlot);
492 return "StatusBarIconView(slot=" + mSlot + " icon=" + mIcon
501 return mSlot;
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DKeepaliveTracker.java92 private int mSlot = PacketKeepalive.NO_KEEPALIVE; field in class:KeepaliveTracker.KeepaliveInfo
148 mSlot, PacketKeepalive.BINDER_DIED, mNai.network).sendToTarget();
190 mSlot = slot;
191 Log.d(TAG, "Starting keepalive " + mSlot + " on " + mNai.name());
203 Log.e(TAG, "Cannot stop unowned keepalive " + mSlot + " on " + mNai.network);
207 Log.d(TAG, "Stopping keepalive " + mSlot + " on " + mNai.name());
208 mNai.asyncChannel.sendMessage(CMD_STOP_PACKET_KEEPALIVE, mSlot);
212 notifyMessenger(mSlot, reason);
/frameworks/rs/
H A DrsScript.h39 ObjectBase(rsc), mScript(s), mSlot(slot) {}
46 int mSlot; member in class:android::renderscript::IDBase
/frameworks/base/rs/java/android/renderscript/
H A DScript.java37 int mSlot; field in class:Script.KernelID
42 mSlot = slot;
78 int mSlot; field in class:Script.InvokeID
82 mSlot = slot;
116 int mSlot; field in class:Script.FieldID
120 mSlot = slot;
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScript.java68 int mSlot; field in class:Script.KernelID
73 mSlot = slot;
117 int mSlot; field in class:Script.InvokeID
121 mSlot = slot;
156 int mSlot; field in class:Script.FieldID
160 mSlot = slot;
/frameworks/av/media/libstagefright/bqhelper/
H A DGraphicBufferSource.cpp93 mSlot(slot),
105 return mIsCached ? mSlot : -1;
149 slot_id mSlot; member in struct:android::GraphicBufferSource::CachedBuffer
892 ssize_t bsi = mBufferSlots.indexOfKey(bi.mSlot);
895 ALOGV("acquireBuffer_l: %s buffer slot %d", bsi < 0 ? "setting" : "UPDATING", bi.mSlot);
899 bsi = mBufferSlots.add(bi.mSlot, nullptr);
901 buffer = std::make_shared<CachedBuffer>(bi.mSlot, bi.mGraphicBuffer);
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java1684 private volatile Integer mSlot; field in class:ConnectivityManager.PacketKeepalive
1692 mService.stopKeepalive(mNetwork, mSlot);
1715 if (mSlot == null) {
1716 mSlot = message.arg1;
1719 mSlot = null;

Completed in 621 milliseconds