/external/srec/srec/cfront/ |
cheldsp4.c | 222 int make_std_frame(front_channel *channel, front_cep *cepobj, featdata *hFrame) 229 channel->frame_valid = False; 230 if (channel->frame_count >= channel->frame_delay) 234 regress(rgmcep, channel->cep, (unsigned short) channel->frame_count, channel->mel_dim); 236 dd_regress(ddmcep, channel->cep, (unsigned short) channel->frame_count, channel->mel_dim) [all...] |
/development/samples/GlobalTime/src/com/android/globaltime/ |
Annulus.java | 37 * @param rInner the red channel of the color of the inner ring 38 * @param gInner the green channel of the color of the inner ring 39 * @param bInner the blue channel of the color of the inner ring 40 * @param aInner the alpha channel of the color of the inner ring 41 * @param rOuter the red channel of the color of the outer ring 42 * @param gOuter the green channel of the color of the outer ring 43 * @param bOuter the blue channel of the color of the outer ring 44 * @param aOuter the alpha channel of the color of the outer ring
|
/external/bluetooth/bluez/src/ |
rfkill.c | 141 static GIOChannel *channel = NULL; variable 156 channel = g_io_channel_unix_new(fd); 157 g_io_channel_set_close_on_unref(channel, TRUE); 159 g_io_add_watch(channel, G_IO_IN | G_IO_NVAL | G_IO_HUP | G_IO_ERR, 165 if (!channel) 168 g_io_channel_shutdown(channel, TRUE, NULL); 169 g_io_channel_unref(channel); 171 channel = NULL;
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
FileLock.java | 44 * closing the channel or exiting the process (terminating the virtual machine). 62 * memory-mapped. On some platforms, closing a channel on a given file handle 65 * option here is to ensure that you only acquire locks on a single channel for 73 // The underlying file channel. 74 private final FileChannel channel; field in class:FileLock 86 * Constructs a new file lock instance for a given channel. The constructor 89 * @param channel 90 * the underlying file channel that holds the lock. 99 protected FileLock(FileChannel channel, long position, long size, 105 this.channel = channel 116 public final FileChannel channel() { method in class:FileLock [all...] |
/external/bluetooth/bluez/test/ |
service-spp.xml | 17 <uint8 value="23" name="channel"/>
|
/external/bluetooth/hcidump/parser/ |
bpa.c | 48 uint8_t id, status, channel; local 58 channel = get_u8(frm); 61 printf("BPA: id %d num %d status 0x%02x time %d channel %d\n", 62 id, num, status, time, channel);
|
/external/kernel-headers/original/linux/ |
if_fc.h | 6 * Global definitions for Fibre Channel. 26 #define FC_ID_LEN 3 /* Octets in a Fibre Channel Address */ 32 /* This is NOT the Fibre Channel frame header. The FC frame header is 41 /* This is a Fibre Channel LLC structure */
|
/external/libpng/contrib/pngminus/ |
pnm2png.sh | 16 # -- gray with alpha-channel 19 # -- color with alpha-channel 36 # -- gray with alpha-channel 39 # -- color with alpha-channel
|
/packages/apps/IM/src/com/android/im/imps/ |
CirChannel.java | 23 * The protocol binding in data channel might be WSP, HTTP and HTTPS which are 25 * to send a communication initiation request message through the CIR channel to 27 * client to the server on the data channel. 56 * Shutdown the CIR channel, stops to listen to CIR requests from the server.
|
/external/bluetooth/bluez/compat/ |
dund.1 | 35 \fB\-\-channel\fR \fB\-C\fR <channel> 36 RFCOMM channel
|
sdp.h | 31 int get_alternate_device_info(const bdaddr_t *src, const bdaddr_t *dst, uint16_t *uuid, uint8_t *channel, char *name, size_t len); 37 int dun_sdp_search(bdaddr_t *src, bdaddr_t *dst, int *channel, int type); 38 int dun_sdp_register(bdaddr_t *device, uint8_t channel, int type);
|
/external/webkit/WebCore/platform/graphics/filters/ |
FEComponentTransfer.cpp | 167 for (unsigned channel = 0; channel < 4; channel++) 168 (*callEffect[transferFunction[channel].type])(tables[channel], transferFunction[channel]); 175 for (unsigned channel = 0; channel < 4; ++channel) { 176 unsigned char c = srcPixelArray->get(pixelOffset + channel); [all...] |
/external/e2fsprogs/lib/ext2fs/ |
nt_io.c | 223 static errcode_t nt_open(const char *name, int flags, io_channel *channel); 224 static errcode_t nt_close(io_channel channel); 225 static errcode_t nt_set_blksize(io_channel channel, int blksize); 226 static errcode_t nt_read_blk(io_channel channel, unsigned long block, 228 static errcode_t nt_write_blk(io_channel channel, unsigned long block, 230 static errcode_t nt_flush(io_channel channel); 1076 nt_open(const char *name, int flags, io_channel *channel) 1094 // Allocate channel handle 1180 *channel = io; 1230 nt_close(io_channel channel) [all...] |
/external/qemu/telephony/ |
simulator.c | 24 SysChannel channel; member in struct:__anon4912 34 client_alloc( SysChannel channel ) 38 client->channel = channel; 45 sys_channel_close( client->channel ); 46 client->channel = NULL; 99 ret = sys_channel_read( client->channel, client->in_buff + client->in_pos, 1 ); 121 ret = sys_channel_write( client->channel, client->out_buff + client->out_pos, 1 ); 132 sys_channel_on( client->channel, SYS_EVENT_READ, client_handler, client ); 157 sys_channel_on( client->channel, SYS_EVENT_READ | SYS_EVENT_WRITE, client_handler, client ) [all...] |
test2.c | 40 SysChannel channel; member in struct:__anon4919 50 client_alloc( SysChannel channel ) 54 client->channel = channel; 61 sys_channel_close( client->channel ); 62 client->channel = NULL; 111 ret = sys_channel_read( client->channel, client->in_buff + client->in_pos, 1 ); 135 ret = sys_channel_write( client->channel, client->out_buff + client->out_pos, 1 ); 146 sys_channel_on( client->channel, SYS_EVENT_READ, client_handler, client ); 170 sys_channel_on( client->channel, SYS_EVENT_READ | SYS_EVENT_WRITE, client_handler, client ) [all...] |
/external/srec/srec/include/ |
front.h | 80 * Contains the data storage points associated with a channel. 229 int make_frame(front_channel *channel, front_wave *waveobj, 239 void load_samples(front_channel *channel, int window_length, 241 void filterbank_emulation(front_channel * channel, front_wave *waveobj, 244 void cepstrum_params(front_channel *channel, front_wave *waveobj, 246 int make_std_frame(front_channel *channel, front_cep *cepobj, 248 int purge_std_frames(front_channel *channel, front_cep *cepobj, 268 void delete_channel_object(front_channel *channel); 269 void setup_channel_object(front_channel *channel, front_wave *waveobj, 271 void clear_channel_object(front_channel *channel); [all...] |
/external/webkit/WebKit/chromium/src/ |
PlatformMessagePortChannel.cpp | 47 PassOwnPtr<MessagePortChannel> MessagePortChannel::create(PassRefPtr<PlatformMessagePortChannel> channel) 49 return new MessagePortChannel(channel); 57 MessagePortChannel::MessagePortChannel(PassRefPtr<PlatformMessagePortChannel> channel) 58 : m_channel(channel) 64 // Make sure we close our platform channel when the base is freed, to keep the channel objects from leaking. 116 WebMessagePortChannel* channel) 118 return adoptRef(new PlatformMessagePortChannel(channel)); 130 PlatformMessagePortChannel::PlatformMessagePortChannel(WebMessagePortChannel* channel) 132 , m_webChannel(channel) [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppPreference.java | 44 * This class cache Bluetooth device name and channel locally. Its a temp 119 Integer channel = null; local 121 channel = mChannels.get(key); 123 " as " + channel); 125 return (channel != null) ? channel : -1; 138 public void setChannel(BluetoothDevice remoteDevice, int uuid, int channel) { 140 + channel); 141 if (channel != getChannel(remoteDevice, uuid)) { 144 ed.putInt(key, channel); [all...] |
/sdk/emulator/qemud/ |
qemud.c | 32 * - the special channel index 0 is used by the emulator and qemud only. 33 * other channel numbers correspond to clients. More specifically, 42 * internal unique channel number > 0, then sends a connection 43 * initiation request to the emulator (i.e. through channel 0): 48 * number corresponding to the channel number. 50 * * in case of success, the emulator responds through channel 0 59 * send the following through channel 0: 71 * * any command sent through channel 0 to the emulator that is 299 #define MAX_EVENTS (MAX_CHANNELS+1) /* each channel + the serial fd */ 642 int channel; member in struct:Packet 1225 int channel; member in struct:Client 1434 int channel = hex2int(p->data+11, 2); local 1450 int channel = hex2int(p->data+11, 2); local 1461 int channel = hex2int(p->data+11, 2); local 1540 int len, channel; local [all...] |
/external/webkit/WebKit/mac/Misc/ |
WebKitLogging.m | 56 static void initializeLogChannel(WTFLogChannel *channel) 58 channel->state = WTFLogChannelOff; 59 NSString *logLevelString = [[NSUserDefaults standardUserDefaults] objectForKey:[NSString stringWithUTF8String:channel->defaultName]]; 63 NSLog(@"unable to parse hex value for %s (%@), logging is off", channel->defaultName, logLevelString); 64 if ((logLevel & channel->mask) == channel->mask) 65 channel->state = WTFLogChannelOn;
|
/external/webkit/JavaScriptCore/wtf/ |
Assertions.h | 144 void WTFLog(WTFLogChannel* channel, const char* format, ...) WTF_ATTRIBUTE_PRINTF(2, 3); 145 void WTFLogVerbose(const char* file, int line, const char* function, WTFLogChannel* channel, const char* format, ...) WTF_ATTRIBUTE_PRINTF(5, 6); 288 #define LOG(channel, ...) ((void)0) 290 #define LOG(channel, ...) WTFLog(&JOIN_LOG_CHANNEL_WITH_PREFIX(LOG_CHANNEL_PREFIX, channel), __VA_ARGS__) 291 #define JOIN_LOG_CHANNEL_WITH_PREFIX(prefix, channel) JOIN_LOG_CHANNEL_WITH_PREFIX_LEVEL_2(prefix, channel) 292 #define JOIN_LOG_CHANNEL_WITH_PREFIX_LEVEL_2(prefix, channel) prefix ## channel 298 #define LOG_VERBOSE(channel) ((void)0 [all...] |
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/ |
regulatoryDomain.c | 44 /* This module calculated the channel that should be scanned and that are */ 46 /* regulatory domain requirements and the supported channel. */ 64 #define MASK_ACTIVE_ALLOWED (0x40) /* bit 6 indiactes the channel is allowed for Active scan */ 94 static void regulatoryDomain_updateChannelsTs(regulatoryDomain_t *pRegulatoryDomain, TI_UINT8 channel); 100 static TI_BOOL regulatoryDomain_isChannelSupprted(regulatoryDomain_t *pRegulatoryDomain, TI_UINT8 channel); 311 /* Set channel as Valid or Invalid for Active SCAN only. 312 Mainly used by DFS when Switch Channel is active */ 333 /* setting the Tx Power according to the selected channel */ 353 regulatoryDomain_updateChannelsTs(pRegulatoryDomain, pParam->content.channel); 490 /* checking if the channel is supported * [all...] |
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/ |
regulatoryDomain.c | 44 /* This module calculated the channel that should be scanned and that are */ 46 /* regulatory domain requirements and the supported channel. */ 64 #define MASK_ACTIVE_ALLOWED (0x40) /* bit 6 indiactes the channel is allowed for Active scan */ 94 static void regulatoryDomain_updateChannelsTs(regulatoryDomain_t *pRegulatoryDomain, TI_UINT8 channel); 100 static TI_BOOL regulatoryDomain_isChannelSupprted(regulatoryDomain_t *pRegulatoryDomain, TI_UINT8 channel); 311 /* Set channel as Valid or Invalid for Active SCAN only. 312 Mainly used by DFS when Switch Channel is active */ 333 /* setting the Tx Power according to the selected channel */ 353 regulatoryDomain_updateChannelsTs(pRegulatoryDomain, pParam->content.channel); 490 /* checking if the channel is supported * [all...] |
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/ |
public_commands.h | 227 Params: Channel Number - this field indicates the radio channel on which to 228 receive data. This parameter also sets the channel on 229 which to transmit. The last channel number used, 231 ENABLE_TX commands are issued, is the channel number 244 Params: Channel Number - this field indicates the radio channel on which to 245 transmit data. This parameter also sets the channel on 246 which to receive. The last channel number used, 248 ENABLE_TX commands are issued, is the channel number 510 Channel_e channel; \/* Channel number to scan, valid range 0-255 *\/ member in struct:__anon8200 1082 Channel_e channel; \/* Channel number on which the measurement is performed,*\/ member in struct:__anon8217 1210 Channel_e channel; \/* The new serving channel.*\/ member in struct:__anon8222 1354 Channel_e channel; \/* Channel number to scan, valid range 0-255 *\/ member in struct:__anon8225 1456 uint8 channel; \/* channel number (channel_e) *\/ member in struct:__anon8230 [all...] |
public_radio.h | 169 /* Channel number */ 306 /* Channel 18 index in the FW is channel number J8 in the RS */ 309 /* Channel 19 index in the FW is channel number J12 in the RS */ 312 /* Channel 20 index in the FW is channel number J16 in the RS */ 321 /* Channel 21 index in the FW is channel number J34 in the RS */ 324 /* Channel 22 index in the FW is channel number 36 in the RS * 596 uint8 channel; member in struct:__anon8350 822 uint8 channel; \/*channel number*\/ member in struct:PERTxCfg_t 1697 Channel_e channel; member in struct:RadioTune_t [all...] |