OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:channel
(Results
701 - 725
of
1500
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/bionic/libc/kernel/common/linux/
videodev.h
48
int
channel
;
member in struct:video_channel
/bootable/bootloader/legacy/
fastboot_protocol.txt
18
multi-
channel
, bi-directional, asynchronous ADB protocol)
/dalvik/libcore/luni-kernel/src/main/java/java/lang/
System.java
41
import java.nio.channels.
Channel
;
326
* Returns the inherited
channel
from the creator of the current virtual
329
* @return the inherited {@link
Channel
} or {@code null} if none exists.
336
public static
Channel
inheritedChannel() throws IOException {
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SocketChannelTest.java
160
SocketChannel
channel
=
local
162
assertNotNull(
channel
);
163
assertSame(SelectorProvider.provider(),
channel
.provider());
164
channel
= SocketChannel.open();
165
assertNotNull(
channel
);
166
assertSame(SelectorProvider.provider(),
channel
.provider());
[
all
...]
/dalvik/libcore/prefs/src/main/java/java/util/prefs/
XMLParser.java
521
FileChannel
channel
= istream.getChannel();
522
lock =
channel
.lock(0L, Long.MAX_VALUE, true);
576
FileChannel
channel
= ostream.getChannel();
577
lock =
channel
.lock();
/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/midi/
AndroidSequencer.java
153
public void recordEnable(Track track, int
channel
) {
/development/simulator/app/
MessageStream.h
130
* Abstraction of higher-level communication
channel
.
/device/htc/dream-sapphire/tools/
btconfig.c
50
//
CHANNEL
1
58
//
CHANNEL
2 (not used)
179
//
Channel
1
187
//
Channel
2
/external/bluetooth/bluez/tools/
hcitool.1
152
Display AFH
channel
map for the connection to the device with Bluetooth address
/external/dropbear/
svr-session.c
35
#include "
channel
.h"
/external/e2fsprogs/lib/ext2fs/
ext2_err.c
78
"IO
Channel
failed to seek on read or write",
ext2_err.et.in
219
"IO
Channel
failed to seek on read or write"
/external/iproute2/include/linux/
if_ether.h
82
#define ETH_P_FCOE 0x8906 /* Fibre
Channel
over Ethernet */
/external/jpeg/
transupp.h
80
* the luminance
channel
is preserved exactly. It's not the same kind of
/external/kernel-headers/original/asm-generic/
errno.h
15
#define ECHRNG 44 /*
Channel
number out of range */
/external/kernel-headers/original/linux/
if_ether.h
82
#define ETH_P_FCOE 0x8906 /* Fibre
Channel
over Ethernet */
sockios.h
34
#define SIOCSIFLINK 0x8911 /* set iface
channel
*/
/external/libpcap/
pcap-dos.h
147
int dma; /* DMA
channel
*/
/external/opencore/codecs_v2/audio/aac/dec/src/
apply_ms_synt.cpp
56
for the left
channel
.
60
for the right
channel
.
63
q_formatLeft = The Q-format for the left
channel
's fixed-point spectral
67
q_formatRight = The Q-format for the right
channel
's fixed-point spectral
/external/opencore/engines/player/test/src/
test_pv_player_engine.h
[
all
...]
/external/opencore/nodes/common/include/
pvmf_audio_encnode_extension.h
96
* Sets the number of channels of encoded output (default to source num
channel
).
/external/opencore/protocols/rtsp_parcom/src/
rtsp_par_com_message.h
214
// field to save
channel
id of the RTP data
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
blc.h
30
/* file contents : Bi-Directional Logical
Channel
Signalling Entity */
lc.h
30
/* file contents : Uni-Directional Logical
Channel
Signalling Entity */
lcblccmn.h
31
/* : Logical
Channel
Signalling Entity */
Completed in 244 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>