/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpas_kay.c | 66 static int wpas_get_receive_lowest_pn(void *wpa_s, u32 channel, in wpas_get_receive_lowest_pn() 73 static int wpas_get_transmit_next_pn(void *wpa_s, u32 channel, in wpas_get_transmit_next_pn() 80 static int wpas_set_transmit_next_pn(void *wpa_s, u32 channel, in wpas_set_transmit_next_pn() 87 static int wpas_get_available_receive_sc(void *wpa_s, u32 *channel) in wpas_get_available_receive_sc() 107 static int wpas_create_receive_sc(void *wpa_s, u32 channel, in wpas_create_receive_sc() 117 static int wpas_delete_receive_sc(void *wpa_s, u32 channel) in wpas_delete_receive_sc() 123 static int wpas_create_receive_sa(void *wpa_s, u32 channel, u8 an, in wpas_create_receive_sa() 130 static int wpas_enable_receive_sa(void *wpa_s, u32 channel, u8 an) in wpas_enable_receive_sa() 136 static int wpas_disable_receive_sa(void *wpa_s, u32 channel, u8 an) in wpas_disable_receive_sa() 142 static int wpas_get_available_transmit_sc(void *wpa_s, u32 *channel) in wpas_get_available_transmit_sc() [all …]
|
D | driver_i.h | 746 u32 channel, u8 an, in wpa_drv_get_receive_lowest_pn() 756 u32 channel, u8 an, in wpa_drv_get_transmit_next_pn() 766 u32 channel, u8 an, in wpa_drv_set_transmit_next_pn() 776 u32 *channel) in wpa_drv_get_available_receive_sc() 785 wpa_drv_create_receive_sc(struct wpa_supplicant *wpa_s, u32 channel, in wpa_drv_create_receive_sc() 797 u32 channel) in wpa_drv_delete_receive_sc() 805 u32 channel, u8 an, in wpa_drv_create_receive_sa() 815 u32 channel, u8 an) in wpa_drv_enable_receive_sa() 823 u32 channel, u8 an) in wpa_drv_disable_receive_sa() 831 wpa_drv_get_available_transmit_sc(struct wpa_supplicant *wpa_s, u32 *channel) in wpa_drv_get_available_transmit_sc() [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | test_io.c | 133 static void test_dump_block(io_channel channel, in test_dump_block() 153 static void test_abort(io_channel channel, unsigned long block) in test_abort() 190 static errcode_t test_open(const char *name, int flags, io_channel *channel) in test_open() 271 static errcode_t test_close(io_channel channel) in test_close() 296 static errcode_t test_set_blksize(io_channel channel, int blksize) in test_set_blksize() 320 static errcode_t test_read_blk(io_channel channel, unsigned long block, in test_read_blk() 347 static errcode_t test_write_blk(io_channel channel, unsigned long block, in test_write_blk() 374 static errcode_t test_read_blk64(io_channel channel, unsigned long long block, in test_read_blk64() 401 static errcode_t test_write_blk64(io_channel channel, unsigned long long block, in test_write_blk64() 428 static errcode_t test_write_byte(io_channel channel, unsigned long offset, in test_write_byte() [all …]
|
D | undo_io.c | 143 io_channel channel; in write_file_system_identity() local 200 static errcode_t undo_write_tdb(io_channel channel, in undo_write_tdb() 345 static void undo_err_handler_init(io_channel channel) in undo_err_handler_init() 350 static errcode_t undo_open(const char *name, int flags, io_channel *channel) in undo_open() 419 static errcode_t undo_close(io_channel channel) in undo_close() 446 static errcode_t undo_set_blksize(io_channel channel, int blksize) in undo_set_blksize() 467 static errcode_t undo_read_blk64(io_channel channel, unsigned long long block, in undo_read_blk64() 483 static errcode_t undo_read_blk(io_channel channel, unsigned long block, in undo_read_blk() 489 static errcode_t undo_write_blk64(io_channel channel, unsigned long long block, in undo_write_blk64() 510 static errcode_t undo_write_blk(io_channel channel, unsigned long block, in undo_write_blk() [all …]
|
D | io_manager.c | 22 errcode_t io_channel_set_options(io_channel channel, const char *opts) in io_channel_set_options() 59 errcode_t io_channel_write_byte(io_channel channel, unsigned long offset, in io_channel_write_byte() 71 errcode_t io_channel_read_blk64(io_channel channel, unsigned long long block, in io_channel_read_blk64() 87 errcode_t io_channel_write_blk64(io_channel channel, unsigned long long block, in io_channel_write_blk64() 103 errcode_t io_channel_discard(io_channel channel, unsigned long long block, in io_channel_discard()
|
D | inode_io.c | 115 static errcode_t inode_open(const char *name, int flags, io_channel *channel) in inode_open() 175 static errcode_t inode_close(io_channel channel) in inode_close() 196 static errcode_t inode_set_blksize(io_channel channel, int blksize) in inode_set_blksize() 209 static errcode_t inode_read_blk64(io_channel channel, in inode_read_blk64() 229 static errcode_t inode_read_blk(io_channel channel, unsigned long block, in inode_read_blk() 235 static errcode_t inode_write_blk64(io_channel channel, in inode_write_blk64() 255 static errcode_t inode_write_blk(io_channel channel, unsigned long block, in inode_write_blk() 261 static errcode_t inode_write_byte(io_channel channel, unsigned long offset, in inode_write_byte() 281 static errcode_t inode_flush(io_channel channel) in inode_flush()
|
D | unix_io.c | 141 static errcode_t unix_get_stats(io_channel channel, io_stats *stats) in unix_get_stats() 160 static errcode_t raw_read_blk(io_channel channel, in raw_read_blk() 222 static errcode_t raw_write_blk(io_channel channel, in raw_write_blk() 303 static errcode_t alloc_cache(io_channel channel, in alloc_cache() 385 static void reuse_cache(io_channel channel, struct unix_private_data *data, in reuse_cache() 400 static errcode_t flush_cached_blocks(io_channel channel, in flush_cached_blocks() 469 static errcode_t unix_open(const char *name, int flags, io_channel *channel) in unix_open() 640 static errcode_t unix_close(io_channel channel) in unix_close() 667 static errcode_t unix_set_blksize(io_channel channel, int blksize) in unix_set_blksize() 691 static errcode_t unix_read_blk64(io_channel channel, unsigned long long block, in unix_read_blk64() [all …]
|
D | dosio.c | 179 static errcode_t dos_open(const char *dev, int flags, io_channel *channel) in dos_open() 356 static errcode_t dos_close(io_channel channel) in dos_close() 364 static errcode_t dos_set_blksize(io_channel channel, int blksize) in dos_set_blksize() 371 static errcode_t dos_read_blk(io_channel channel, unsigned long block, in dos_read_blk() 408 static errcode_t dos_write_blk(io_channel channel, unsigned long block, in dos_write_blk() 451 static errcode_t dos_flush(io_channel channel) in dos_flush()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
D | ChannelHelper.java | 30 …public static ByteBuffer readFully(final ReadableByteChannel channel, long size) throws IOExceptio… in readFully() 48 public static void readFully(final ReadableByteChannel channel, final ByteBuffer buf) in readFully() 53 …public static int readFully(final ReadableByteChannel channel, final ByteBuffer buf, final int len… in readFully() 69 public static void writeFully(final WritableByteChannel channel, final ByteBuffer buf) in writeFully()
|
/external/jetty/src/java/org/eclipse/jetty/io/nio/ |
D | SelectorManager.java | 131 public void register(SocketChannel channel, Object att) in register() 155 public void register(SocketChannel channel) in register() 352 …public abstract AsyncConnection newConnection(SocketChannel channel, AsyncEndPoint endpoint, Objec… in newConnection() 363 …protected abstract SelectChannelEndPoint newEndPoint(SocketChannel channel, SelectorManager.Select… in newEndPoint() 366 protected void connectionFailed(SocketChannel channel,Throwable ex,Object attachment) in connectionFailed() 427 public void addChange(SelectableChannel channel, Object att) in addChange() 474 final SelectableChannel channel=asc._channel; in doSelect() local 493 final SocketChannel channel=(SocketChannel)change; in doSelect() local 602 SocketChannel channel=null; in doSelect() local 766 final SelectableChannel channel = k.channel(); in renewSelector() local [all …]
|
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
D | HelloAnimation.java | 54 private AnimChannel channel; field in HelloAnimation 85 public void onAnimCycleDone(AnimControl control, AnimChannel channel, String animName) { in onAnimCycleDone() 95 public void onAnimChange(AnimControl control, AnimChannel channel, String animName) { in onAnimChange()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_macsec_qca.c | 520 static int macsec_qca_get_receive_lowest_pn(void *priv, u32 channel, u8 an, in macsec_qca_get_receive_lowest_pn() 547 static int macsec_qca_get_transmit_next_pn(void *priv, u32 channel, u8 an, in macsec_qca_get_transmit_next_pn() 562 int macsec_qca_set_transmit_next_pn(void *priv, u32 channel, u8 an, u32 next_pn) in macsec_qca_set_transmit_next_pn() 576 static int macsec_qca_get_available_receive_sc(void *priv, u32 *channel) in macsec_qca_get_available_receive_sc() 603 static int macsec_qca_create_receive_sc(void *priv, u32 channel, in macsec_qca_create_receive_sc() 651 static int macsec_qca_delete_receive_sc(void *priv, u32 channel) in macsec_qca_delete_receive_sc() 669 static int macsec_qca_create_receive_sa(void *priv, u32 channel, u8 an, in macsec_qca_create_receive_sa() 691 static int macsec_qca_enable_receive_sa(void *priv, u32 channel, u8 an) in macsec_qca_enable_receive_sa() 704 static int macsec_qca_disable_receive_sa(void *priv, u32 channel, u8 an) in macsec_qca_disable_receive_sa() 717 static int macsec_qca_get_available_transmit_sc(void *priv, u32 *channel) in macsec_qca_get_available_transmit_sc() [all …]
|
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/ |
D | TestOgreAnim.java | 52 private AnimChannel channel; field in TestOgreAnim 98 public void onAnimCycleDone(AnimControl control, AnimChannel channel, String animName) { in onAnimCycleDone() 106 public void onAnimChange(AnimControl control, AnimChannel channel, String animName) { in onAnimChange()
|
/external/jetty/src/java/org/eclipse/jetty/server/nio/ |
D | SelectChannelConnector.java | 109 SocketChannel channel = server.accept(); in accept() local 269 …protected SelectChannelEndPoint newEndPoint(SocketChannel channel, SelectSet selectSet, SelectionK… in newEndPoint() 283 protected AsyncConnection newConnection(SocketChannel channel,final AsyncEndPoint endpoint) in newConnection() 323 …public AsyncConnection newConnection(SocketChannel channel,AsyncEndPoint endpoint, Object attachme… in newConnection() 329 …protected SelectChannelEndPoint newEndPoint(SocketChannel channel, SelectSet selectSet, SelectionK… in newEndPoint()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_voicemgt.c | 165 EAS_INLINE EAS_U8 VSynthToChannel (S_SYNTH *pSynth, EAS_U8 channel) in VSynthToChannel() 686 void VMSetMIPEntry (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 priority, EAS_U… in VMSetMIPEntry() 713 EAS_INT channel; in VMMIPUpdateChannelMuting() local 980 void VMAllNotesOff (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel) in VMAllNotesOff() 1036 EAS_INT channel; in VMDeferredStopNote() local 1140 void VMReleaseAllDeferredNoteOffs (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel) in VMReleaseAllDeferredNoteOffs() 1201 void VMCatchNotesForSustainPedal (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel) in VMCatchNotesForSustainPedal() 1271 …lenVoice (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_I32 voiceNum, EAS_U8 channel, EAS_U8 note, … in VMStolenVoice() 1447 void VMCheckKeyGroup (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U16 keyGroup, EAS_U8 channel) in VMCheckKeyGroup() 1535 EAS_BOOL VMCheckPolyphonyLimiting (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 … in VMCheckPolyphonyLimiting() [all …]
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_voicemgt.c | 165 EAS_INLINE EAS_U8 VSynthToChannel (S_SYNTH *pSynth, EAS_U8 channel) in VSynthToChannel() 686 void VMSetMIPEntry (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 priority, EAS_U… in VMSetMIPEntry() 713 EAS_INT channel; in VMMIPUpdateChannelMuting() local 980 void VMAllNotesOff (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel) in VMAllNotesOff() 1036 EAS_INT channel; in VMDeferredStopNote() local 1140 void VMReleaseAllDeferredNoteOffs (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel) in VMReleaseAllDeferredNoteOffs() 1201 void VMCatchNotesForSustainPedal (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel) in VMCatchNotesForSustainPedal() 1271 …lenVoice (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_I32 voiceNum, EAS_U8 channel, EAS_U8 note, … in VMStolenVoice() 1447 void VMCheckKeyGroup (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U16 keyGroup, EAS_U8 channel) in VMCheckKeyGroup() 1535 EAS_BOOL VMCheckPolyphonyLimiting (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 … in VMCheckPolyphonyLimiting() [all …]
|
/external/sonivox/arm-fm-22k/lib_src/ |
D | eas_voicemgt.c | 165 EAS_INLINE EAS_U8 VSynthToChannel (S_SYNTH *pSynth, EAS_U8 channel) in VSynthToChannel() 686 void VMSetMIPEntry (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 priority, EAS_U… in VMSetMIPEntry() 713 EAS_INT channel; in VMMIPUpdateChannelMuting() local 980 void VMAllNotesOff (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel) in VMAllNotesOff() 1036 EAS_INT channel; in VMDeferredStopNote() local 1140 void VMReleaseAllDeferredNoteOffs (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel) in VMReleaseAllDeferredNoteOffs() 1201 void VMCatchNotesForSustainPedal (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel) in VMCatchNotesForSustainPedal() 1271 …lenVoice (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_I32 voiceNum, EAS_U8 channel, EAS_U8 note, … in VMStolenVoice() 1447 void VMCheckKeyGroup (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U16 keyGroup, EAS_U8 channel) in VMCheckKeyGroup() 1535 EAS_BOOL VMCheckPolyphonyLimiting (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 … in VMCheckPolyphonyLimiting() [all …]
|
/external/e2fsprogs/e2fsck/ |
D | ehandler.c | 22 static errcode_t e2fsck_handle_read_error(io_channel channel, in e2fsck_handle_read_error() 69 static errcode_t e2fsck_handle_write_error(io_channel channel, in e2fsck_handle_write_error() 123 void ehandler_init(io_channel channel) in ehandler_init()
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
D | AnimEventListener.java | 52 public void onAnimCycleDone(AnimControl control, AnimChannel channel, String animName); in onAnimCycleDone() 61 public void onAnimChange(AnimControl control, AnimChannel channel, String animName); in onAnimChange()
|
/external/jetty/src/java/org/eclipse/jetty/client/ |
D | SelectConnector.java | 70 SocketChannel channel = null; in startConnection() local 134 …public AsyncConnection newConnection(SocketChannel channel, AsyncEndPoint endpoint, Object attachm… in newConnection() 140 …protected SelectChannelEndPoint newEndPoint(SocketChannel channel, SelectSet selectSet, SelectionK… in newEndPoint() 175 …nized SSLEngine newSslEngine(SslContextFactory sslContextFactory, SocketChannel channel) throws IO… in newSslEngine() 199 protected void connectionFailed(SocketChannel channel, Throwable ex, Object attachment) in connectionFailed() 214 private final SocketChannel channel; field in SelectConnector.ConnectTimeout 217 public ConnectTimeout(SocketChannel channel, HttpDestination destination) in ConnectTimeout()
|
/external/jetty/src/java/org/eclipse/jetty/websocket/ |
D | WebSocketClient.java | 342 SocketChannel channel = null; in open() local 403 … private WebSocketFuture(WebSocket websocket, URI uri, WebSocketClient client, ByteChannel channel) in WebSocketFuture() 446 ByteChannel channel=null; in handshakeFailed() local 516 ByteChannel channel=null; in cancel() local 571 ByteChannel channel=null; in get() local 596 private void closeChannel(ByteChannel channel,int code, String message) in closeChannel()
|
/external/e2fsprogs/misc/ |
D | e2undo.c | 39 static int check_filesystem(TDB_CONTEXT *tdb, io_channel channel) in check_filesystem() 95 static int set_blk_size(TDB_CONTEXT *tdb, io_channel channel) in set_blk_size() 125 io_channel channel; in main() local
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | ClassicToken.java | 42 protected int channel=DEFAULT_CHANNEL; field in ClassicToken 64 public ClassicToken(int type, String text, int channel) { in ClassicToken() 102 public void setChannel(int channel) { in setChannel()
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
D | NettyHttpClient.java | 105 Channel channel = bootstrap.connect(url.getHost(), Util.getEffectivePort(url)) in enqueue() local 137 private final SocketChannel channel; field in NettyHttpClient.HttpChannel 142 public HttpChannel(SocketChannel channel) { in HttpChannel()
|
/external/e2fsprogs/resize/ |
D | resource_track.c | 21 io_channel channel) in init_resource_track() 60 io_channel channel) in print_resource_track()
|