/system/core/nexus/ |
H A D | SupplicantEvent.cpp | 26 SupplicantEvent::SupplicantEvent(int type, int level) { argument 27 mType = type;
|
H A D | SupplicantEvent.h | 47 SupplicantEvent(int type, int level);
|
/system/core/sh/ |
H A D | nodes.h | 35 int type; member in struct:nbinary 42 int type; member in struct:ncmd 50 int type; member in struct:npipe 57 int type; member in struct:nredir 64 int type; member in struct:nif 72 int type; member in struct:nfor 80 int type; member in struct:ncase 87 int type; member in struct:nclist 95 int type; member in struct:narg 103 int type; member in struct:nfile 112 int type; member in struct:ndup 121 int type; member in struct:nhere 129 int type; member in struct:nnot 135 int type; member in union:node [all...] |
/system/bluetooth/tools/ |
H A D | socktest.c | 52 int type; member in struct:thread_args 84 static int _socket(int type) { argument 90 switch (type) { 126 static int _close(int fd, int type) { argument 137 static int _bind(int fd, int type) { argument 142 switch (type) { 174 static int _listen(int fd, int type) { argument 198 static int _accept(int fd, int type) { argument 203 switch (type) { 251 static int _connect(int fd, int type) { argument 288 _write(int fd, int type) argument 412 do_accept_accept_accept(int type) argument 432 do_accept_and_close(int type) argument 457 do_accept_shutdown(int type) argument 485 do_connect_shutdown(int type) argument 509 do_connectnb_shutdown(int type) argument 540 do_connectnb_close(int type) argument 568 do_accept_close_write(int type) argument 593 do_poll_poll_poll_shutdown(int type) argument 616 do_poll_poll_poll_close(int type) argument 637 do_read_read_read_close(int type) argument 658 do_read_read_read_shutdown(int type) argument 681 do_connected_read1_shutdown1(int type) argument 715 do_accept_connect_connect(int type) argument 765 enum sock_type type; member in struct:__anon12 791 int type = -1; local [all...] |
H A D | asocket_test.c | 53 int type; member in struct:thread_args 85 static int _socket(int type) { argument 91 switch (type) { 127 static int _close(int fd, int type) { argument 138 static int _bind(int fd, int type) { argument 143 switch (type) { 175 static int _listen(int fd, int type) { argument 199 static int _accept(int fd, int type) { argument 204 switch (type) { 238 static int _connect(int fd, int type) { argument 274 _write(int fd, int type) argument 398 do_accept_accept_accept(int type) argument 418 do_accept_and_close(int type) argument 443 do_accept_shutdown(int type) argument 471 do_connect_shutdown(int type) argument 496 do_accept_close_write(int type) argument 521 do_poll_poll_poll_shutdown(int type) argument 544 do_poll_poll_poll_close(int type) argument 565 do_read_read_read_close(int type) argument 586 do_read_read_read_shutdown(int type) argument 609 do_connected_read1_shutdown1(int type) argument 643 do_accept_connect_connect(int type) argument 691 enum sock_type type; member in struct:__anon6 717 int type = -1; local [all...] |
H A D | sock_shutdown_test.c | 51 int type; member in struct:thread_args 67 static int _socket(int type) { argument 73 switch (type) { 120 static int _bind(int fd, int type) { argument 125 switch (type) { 157 static int _listen(int fd, int type) { argument 168 static int _accept(int fd, int type) { argument 173 switch (type) { 221 _accept(args->fd, args->type); 225 static int do_accept_shutdown(int type) { argument 263 enum sock_type type; member in struct:__anon10 289 int type = -1; local [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/ |
H A D | mlmeBuilder.h | 75 dot11MgmtSubType_e type, 81 dot11MgmtSubType_e type,
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
H A D | mlmeBuilder.h | 74 dot11MgmtSubType_e type, 80 dot11MgmtSubType_e type,
|
/system/core/include/cutils/ |
H A D | sockets.h | 86 extern int socket_loopback_client(int port, int type); 87 extern int socket_network_client(const char *host, int port, int type); 88 extern int socket_loopback_server(int port, int type); 89 extern int socket_local_server(const char *name, int namespaceId, int type); 92 const char *name, int namespaceId, int type); 93 extern int socket_local_client(const char *name, int namespaceId, int type); 94 extern int socket_inaddr_any_server(int port, int type);
|
H A D | logd.h | 42 int __android_log_btwrite(int32_t tag, char type, const void *payload,
|
/system/media/opensles/libopensles/ |
H A D | android_sles_conversions.h | 22 static inline SLuint32 android_to_sles_streamType(int type) { argument 23 return (SLuint32) type; 36 static inline int sles_to_android_streamType(SLuint32 type) { argument 37 return (int)type;
|
H A D | android_OutputMix.cpp | 34 if (memcmp(SL_IID_EQUALIZER, &om->mEqualizer.mEqDescriptor.type, 39 if (memcmp(SL_IID_BASSBOOST, &om->mBassBoost.mBassBoostDescriptor.type, 44 if (memcmp(SL_IID_PRESETREVERB, &om->mPresetReverb.mPresetReverbDescriptor.type, 50 &om->mEnvironmentalReverb.mEnvironmentalReverbDescriptor.type, 55 if (memcmp(SL_IID_VIRTUALIZER, &om->mVirtualizer.mVirtualizerDescriptor.type,
|
H A D | IAndroidEffectCapabilities.c | 55 *pEffectType = (SLInterfaceID) &this->mFxDescriptors[index].type; 112 SL_LOGV("effect %ld: type=%08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x name=%s", 114 this->mFxDescriptors[i].type.timeLow, 115 this->mFxDescriptors[i].type.timeMid, 116 this->mFxDescriptors[i].type.timeHiAndVersion, 117 this->mFxDescriptors[i].type.clockSeq, 118 this->mFxDescriptors[i].type.node[0], 119 this->mFxDescriptors[i].type.node[1], 120 this->mFxDescriptors[i].type.node[2], 121 this->mFxDescriptors[i].type [all...] |
/system/core/libcutils/ |
H A D | private.h | 149 Please use a compiler that supports a 64-bit integer type (or wider); 267 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) 271 #define TYPE_SIGNED(type) (((type) -1) < 0) 280 #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5) 286 ** Subtract one for the sign bit if the type is signed; 288 ** add one more for a minus sign if the type is signed. 290 #define INT_STRLEN_MAXIMUM(type) \ [all...] |
H A D | socket_inaddr_any_server.c | 36 int socket_inaddr_any_server(int port, int type) argument 47 s = socket(AF_INET, type, 0); 58 if (type == SOCK_STREAM) {
|
H A D | socket_loopback_server.c | 36 int socket_loopback_server(int port, int type) argument 47 s = socket(AF_INET, type, 0); 58 if (type == SOCK_STREAM) {
|
H A D | socket_local_server.c | 28 int socket_local_server(const char *name, int namespaceId, int type) argument 95 int socket_local_server(const char *name, int namespace, int type) argument 100 s = socket(AF_LOCAL, type, 0); 110 if (type == SOCK_STREAM) {
|
H A D | socket_loopback_client.c | 33 /* Connect to port on the loopback IP interface. type is 37 int socket_loopback_client(int port, int type) argument 48 s = socket(AF_INET, type, 0);
|
H A D | socket_network_client.c | 35 /* Connect to port on the IP interface. type is 39 int socket_network_client(const char *host, int port, int type) argument 54 s = socket(hp->h_addrtype, type, 0);
|
/system/core/adb/ |
H A D | adb_client.h | 26 void adb_set_transport(transport_type type, const char* serial);
|
/system/core/libpixelflinger/ |
H A D | raster.h | 28 void gglCopyPixels(void* c, GGLint x, GGLint y, GGLsizei width, GGLsizei height, GGLenum type);
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/ |
H A D | mlmeBuilder.c | 87 dot11MgmtSubType_e type, 118 status = mlmeBuilder_buildFrameCtrl(pHandle, type, (UINT16 *)&pFrame->hdr.fc, setWepOpt); 169 if (type == DIS_ASSOC) 175 if (type == DE_AUTH) 183 TI_STATUS mlmeBuilder_buildFrameCtrl(mlme_t* pMlme, dot11MgmtSubType_e type, UINT16* pFctrl, UINT8 setWepOpt) argument 187 switch (type) 86 mlmeBuilder_sendFrame(TI_HANDLE hMlme, dot11MgmtSubType_e type, UINT8 *pDataBuff, UINT32 dataLen, UINT8 setWepOpt) argument
|
/system/core/debuggerd/ |
H A D | crashglue.S | 2 .type crash1, %function 4 .type crashnostack, %function
|
/system/core/libpixelflinger/codeflinger/ |
H A D | ARMAssemblerInterface.cpp | 88 uint32_t ARMAssemblerInterface::reg_imm(int Rm, int type, uint32_t shift) argument 90 return ((shift&0x1F)<<7) | ((type&0x3)<<5) | (Rm&0xF); 98 uint32_t ARMAssemblerInterface::reg_reg(int Rm, int type, int Rs) argument 100 return ((Rs&0xF)<<8) | ((type&0x3)<<5) | (1<<4) | (Rm&0xF); 123 uint32_t ARMAssemblerInterface::reg_scale_pre(int Rm, int type, argument 128 reg_imm(abs(Rm), type, shift); 131 uint32_t ARMAssemblerInterface::reg_scale_post(int Rm, int type, uint32_t shift) argument 133 return (1<<25) | (((uint32_t(Rm)>>31)^1)<<23) | reg_imm(abs(Rm), type, shift);
|
/system/wlan/ti/wilink_6_1/stad/Export_Inc/ |
H A D | Ethernet.h | 49 TI_UINT16 type; member in struct:__anon1581 63 TI_UINT16 type; member in struct:__anon1582
|