Searched refs:slot (Results 176 - 189 of 189) sorted by relevance

12345678

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp251 // Don't bother allocating a slot larger than we can return
255 ALOGE("allocateVirtualDisplay: Unable to allocate a display slot");
418 status_t HWComposer::setClientTarget(int32_t displayId, uint32_t slot, argument
427 auto error = hwcDisplay->setClientTarget(slot, target, acquireFence, dataspace);
779 // If this was a virtual display, add its slot back for reuse by future
/frameworks/rs/cpp/
H A DrsCppStructs.h1701 void forEach(uint32_t slot, const sp<const Allocation>& in, const sp<const Allocation>& out,
1703 void bindAllocation(const sp<Allocation>& va, uint32_t slot) const;
1706 void invoke(uint32_t slot, const void *v, size_t len) const;
1709 void invoke(uint32_t slot) const {
1710 invoke(slot, NULL, 0);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java938 public void stopKeepalive(Network network, int slot) { argument
/frameworks/base/tests/net/java/com/android/server/
H A DConnectivityServiceTest.java322 int slot = msg.arg1;
324 assertEquals((int) mExpectedKeepaliveSlot, slot);
326 onPacketKeepaliveEvent(slot, mStartKeepaliveError);
473 public void setExpectedKeepaliveSlot(Integer slot) { argument
474 mExpectedKeepaliveSlot = slot;
2879 // Check that keepalive slots start from 1 and increment. The first one gets slot 1.
2884 // The second one gets slot 2.
2890 // Now stop the first one and create a third. This also gets slot 1.
/frameworks/base/media/java/android/media/
H A DAudioManager.java4264 int slot = 0;
4267 deviceList[slot++] = new AudioDeviceInfo(port);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java790 SimData(State state, int slot, int id) { argument
792 slotId = slot;
1770 * Find the next SubscriptionId for a SIM in the given state, favoring lower slot numbers first.
1777 int bestSlotId = Integer.MAX_VALUE; // Favor lowest slot first
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java131 // FIXME: Does not allow for multiple subs in a slot and change to SparseArray
471 * @param slotIndex the slot which the subscription is inserted
670 * @param slotIndex the slot which the SIM is inserted
752 // may not be true, for instance with multiple subs per slot.
1131 * Return the subId for specified slot Id.
1141 // as a slot maybe used for multiple different type of "connections"
1165 // Create an array of subIds that are in this slot?
1168 int slot = entry.getKey();
1170 if (slotIndex == slot) {
1667 * Get the SIM state for the slot inde
[all...]
H A DRIL.java3262 + " slot = " + slotId + " appIndex = " + appIndex
3267 info.slot = slotId;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBLAS.cpp29 void invokeForEach(uint32_t slot,
236 void RsdCpuScriptIntrinsicBLAS::invokeForEach(uint32_t slot, argument
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp657 void rsForEachInternal(int slot, rs_script_call *options, int hasOutput, argument
671 rsrForEach(rsc, s, slot, numInputs, numInputs > 0 ? inputs : nullptr, out,
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java2862 int slot = msg.arg1;
2864 mKeepaliveTracker.handleStopKeepalive(nai, slot, reason);
5385 public void stopKeepalive(Network network, int slot) { argument
5387 NetworkAgent.CMD_STOP_PACKET_KEEPALIVE, slot, PacketKeepalive.SUCCESS, network));
/frameworks/native/services/inputflinger/
H A DInputReader.h757 RawAbsoluteAxisInfo slot; member in struct:android::RawPointerAxes
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp4251 void processSlot(MultiTouchInputMapper* mapper, int32_t slot);
4355 MultiTouchInputMapper* mapper, int32_t slot) {
4356 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_MT_SLOT, slot);
4354 processSlot( MultiTouchInputMapper* mapper, int32_t slot) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 294 milliseconds

12345678