Searched refs:channel (Results 26 - 30 of 30) sorted by relevance

12

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java1113 * @param channel RFCOMM channel to listen on
1116 * insufficient permissions, or channel in use.
1119 public BluetoothServerSocket listenUsingRfcommOn(int channel) throws IOException { argument
1121 BluetoothSocket.TYPE_RFCOMM, true, true, channel);
1138 * <p>The system will assign an unused RFCOMM channel to listen on.
1141 * UUID, service name, and auto-assigned channel. Remote Bluetooth devices
1142 * can use the same UUID to query our SDP server and discover which channel
1152 * insufficient permissions, or channel in use.
1166 * encrypted and authenticated communication channel i
[all...]
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp173 // GRBG Bayer mosaic; only check the matching channel
245 inline uint8_t chooseColorRgba8888(int blockX, int blockY, uint8_t channel) { argument
248 % (colorVariations) == channel ? 191: 63;
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h2083 SLuint8 channel,
2088 SLuint8 channel,
2093 SLuint8 channel,
2098 SLuint8 channel,
/frameworks/base/services/input/
H A DInputDispatcher.cpp929 ALOGD("Dropping event delivery to target with channel '%s' because it "
1772 ALOGD("channel '%s' ~ prepareDispatchCycle - flags=0x%08x, "
1784 ALOGD("channel '%s' ~ Dropping event because the channel status is %s",
1802 ALOGD("channel '%s' ~ Split motion event.",
1866 ALOGD("channel '%s' ~ enqueueDispatchEntryLocked: skipping inconsistent key event",
1894 ALOGD("channel '%s' ~ enqueueDispatchEntryLocked: filling in missing hover enter event",
1908 ALOGD("channel '%s' ~ enqueueDispatchEntryLocked: skipping inconsistent motion event",
1931 ALOGD("channel '%s' ~ startDispatchCycle",
2013 ALOGE("channel '
2173 synthesizeCancelationEventsForInputChannelLocked( const sp<InputChannel>& channel, const CancelationOptions& options) argument
3154 const sp<InputChannel>& channel = mMonitoringChannels[i]; local
[all...]
H A DInputDispatcher.h83 * including the window's input channel, control flags, a timeout, and an X / Y offset to
144 // The input channel to be targeted.
208 /* Notifies the system that an input channel is unrecoverably broken. */
331 /* Transfers touch focus from the window associated with one channel to the
332 * window associated with the other channel.
340 * If monitor is true, the channel will receive a copy of all input events.
356 * input channel becoming unregistered while identifying input targets or processing timeouts.
787 /* Manages the dispatch state associated with a single input channel. */
798 // The input channel has been unregistered.
883 // All registered connections mapped by channel fil
[all...]

Completed in 185 milliseconds

12