HomeSort by relevance Sort by last modified time
    Searched refs:paramType (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
TransformParam.java 51 int paramType = ScriptC_export.const_ShaderParam_TRANSFORM_DATA;
53 paramType = ScriptC_export.const_ShaderParam_TRANSFORM_VIEW;
55 paramType = ScriptC_export.const_ShaderParam_TRANSFORM_PROJ;
57 paramType = ScriptC_export.const_ShaderParam_TRANSFORM_VIEW_PROJ;
59 paramType = ScriptC_export.const_ShaderParam_TRANSFORM_MODEL;
61 paramType = ScriptC_export.const_ShaderParam_TRANSFORM_MODEL_VIEW;
63 paramType = ScriptC_export.const_ShaderParam_TRANSFORM_MODEL_VIEW_PROJ;
65 return paramType;
Float4Param.java 117 int paramType = ScriptC_export.const_ShaderParam_FLOAT4_DATA;
119 paramType = ScriptC_export.const_ShaderParam_FLOAT4_CAMERA_POS;
121 paramType = ScriptC_export.const_ShaderParam_FLOAT4_CAMERA_DIR;
123 paramType = ScriptC_export.const_ShaderParam_FLOAT4_LIGHT_COLOR;
125 paramType = ScriptC_export.const_ShaderParam_FLOAT4_LIGHT_POS;
127 paramType = ScriptC_export.const_ShaderParam_FLOAT4_LIGHT_DIR;
129 return paramType;
  /hardware/ti/wlan/wl1271/Test/
connDebug.h 43 void connDebugSetParam(TI_HANDLE hConn, TI_UINT32 paramType, TI_UINT32 *value);
44 void connDebugGetParam(TI_HANDLE hConn, TI_UINT32 paramType, TI_UINT32 *value);
connDebug.c 58 void connDebugSetParam(TI_HANDLE hConn, TI_UINT32 paramType, TI_UINT32 *value)
63 switch (paramType)
72 void connDebugGetParam(TI_HANDLE hConn, TI_UINT32 paramType, TI_UINT32 *value)
77 switch (paramType)
rsnDbg.c 85 param.paramType = RSN_EXT_AUTHENTICATION_MODE;
95 param.paramType = RSN_ENCRYPTION_STATUS_PARAM;
110 param.paramType = RSN_AUTH_ENCR_CAPABILITY;
120 pRsnParam->paramType = RSN_PMKID_LIST;
roamingMgrDebug.c 73 param.paramType = ROAMING_MNGR_PRINT_STATISTICS;
78 param.paramType = ROAMING_MNGR_RESET_STATISTICS;
83 param.paramType = ROAMING_MNGR_PRINT_CURRENT_STATUS;
88 param.paramType = ROAMING_MNGR_PRINT_CANDIDATE_TABLE;
93 param.paramType = ROAMING_MNGR_TRIGGER_EVENT;
99 param.paramType = ROAMING_MNGR_TRIGGER_EVENT;
105 param.paramType = ROAMING_MNGR_TRIGGER_EVENT;
111 param.paramType = ROAMING_MNGR_TRIGGER_EVENT;
117 param.paramType = ROAMING_MNGR_CONN_STATUS;
123 param.paramType = ROAMING_MNGR_CONN_STATUS
    [all...]
ctrlDbg.c 88 paramInfo.paramType = CTRL_DATA_CURRENT_PROTECTION_STATUS_PARAM;
ScanMngrDbg.c 155 param.paramType = SITE_MGR_RADIO_BAND_PARAM;
160 param.paramType = CTRL_DATA_CURRENT_BSSID_PARAM;
  /cts/tools/signature-tools/test/signature/converter/
ConvertParameterizedTypeTest.java 88 ParameterizedType paramType = (ParameterizedType)field.getGenericType();
89 assertNotNull(paramType.getOwnerType());
99 ParameterizedType paramType = (ParameterizedType)field.getGenericType();
100 assertNotNull(paramType.getOwnerType());
112 ParameterizedType paramType = (ParameterizedType) field.getGenericType();
113 assertNotNull(paramType.getOwnerType());
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrlNone.c 148 tTwdParam.paramType = TWD_RSN_XCC_SW_ENC_ENABLE_PARAM_ID;
152 tTwdParam.paramType = TWD_RSN_XCC_MIC_FIELD_ENABLE_PARAM_ID;
224 tTwdParam.paramType = TWD_RSN_SECURITY_MODE_PARAM_ID;
237 param.paramType = MLME_LEGACY_TYPE_PARAM;
262 param.paramType = RX_DATA_EAPOL_DESTINATION_PARAM;
273 tTwdParam.paramType = TWD_RSN_SECURITY_MODE_PARAM_ID;
admCtrlWep.c 228 tTwdParam.paramType = TWD_RSN_SECURITY_MODE_PARAM_ID;
238 param.paramType = MLME_LEGACY_TYPE_PARAM;
273 param.paramType = RX_DATA_EAPOL_DESTINATION_PARAM;
282 tTwdParam.paramType = TWD_RSN_SECURITY_MODE_PARAM_ID;
connIbss.c 234 param.paramType = RX_DATA_PORT_STATUS_PARAM;
270 param.paramType = RX_DATA_PORT_STATUS_PARAM;
295 param.paramType = RX_DATA_PORT_STATUS_PARAM;
411 param.paramType = RX_DATA_PORT_STATUS_PARAM;
445 param.paramType = RX_DATA_PORT_STATUS_PARAM;
551 param.paramType = RX_DATA_PORT_STATUS_PARAM;
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 71 #define CHECK_PENDING_RESULT(x,y) if (x == COMMAND_PENDING) { os_printf ("Unexpected COMMAND PENDING result (cmd = 0x%x)\n",y->paramType); break; }
203 pParam->paramType = SITE_MGR_DESIRED_CHANNEL_PARAM;
216 pParam->paramType = SITE_MGR_CURRENT_CHANNEL_PARAM;
237 pParam->paramType = SME_DESIRED_BSS_TYPE_PARAM;
260 pParam->paramType = SITE_MGR_DESIRED_BSS_TYPE_PARAM;
270 pParam->paramType = SME_DESIRED_BSS_TYPE_PARAM;
297 pParam->paramType = ROAMING_MNGR_APPLICATION_CONFIGURATION;
317 pParam->paramType = ROAMING_MNGR_APPLICATION_CONFIGURATION;
370 pParam->paramType = SITE_MGR_DESIRED_SUPPORTED_RATE_SET_PARAM;
377 pParam2->paramType = SME_DESIRED_BSS_TYPE_PARAM
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VNodeBuilder.java 109 for (String paramType : propertyParameterMap.keySet()) {
110 Collection<String> paramValueList = propertyParameterMap.get(paramType);
111 if (paramType.equalsIgnoreCase("TYPE")) {
115 propNode.paramMap.put(paramType, paramValue);
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncnOsSm.c 188 tParam.paramType = SITE_MGR_DESIRED_DOT11_MODE_PARAM;
202 tParam.paramType = REGULATORY_DOMAIN_ENABLED_PARAM;
207 tParam.paramType = REGULATORY_DOMAIN_IS_COUNTRY_FOUND;
287 tParam.paramType = SITE_MGR_DESIRED_DOT11_MODE_PARAM;
301 tParam.paramType = REGULATORY_DOMAIN_ENABLED_PARAM;
306 tParam.paramType = REGULATORY_DOMAIN_IS_COUNTRY_FOUND;
435 tParam.paramType = REGULATORY_DOMAIN_ALL_SUPPORTED_CHANNELS;
451 tParam.paramType = REGULATORY_DOMAIN_GET_SCAN_CAPABILITIES;
PowerMgrKeepAlive.c 244 TRACE1(pPowerMgrKL->hReport, REPORT_SEVERITY_INFORMATION , "Keep-alive set param called with param type %d\n", pParam->paramType);
246 switch (pParam->paramType)
296 TRACE1(pPowerMgrKL->hReport, REPORT_SEVERITY_ERROR , "power manager keep-alive: set param with unknown param type %d\n", pParam->paramType);
317 TRACE1(pPowerMgrKL->hReport, REPORT_SEVERITY_INFORMATION , "Keep-alive get param called with param type %d\n", pParam->paramType);
319 switch (pParam->paramType)
331 TRACE1(pPowerMgrKL->hReport, REPORT_SEVERITY_ERROR , "power manager keep-alive: get param with unknown param type %d\n", pParam->paramType);
ScanCncnApp.c 68 TRACE1(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncnApp_SetParam: recevived request of type 0x%x\n", pParam->paramType);
70 switch (pParam->paramType)
201 TRACE1(pScanCncn->hReport, REPORT_SEVERITY_ERROR , "scanCncnApp_SetParam: unrecognized param type :%d\n", pParam->paramType);
223 TRACE1(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncnApp_GetParam: received request of type %d\n", pParam->paramType);
225 switch (pParam->paramType)
252 TRACE1(pScanCncn->hReport, REPORT_SEVERITY_ERROR , "scanCncnApp_GetParam: unrecognized param type :%d\n", pParam->paramType);
assocSM.c 492 tTwdParam.paramType = TWD_AID_PARAM_ID;
618 switch (pParam->paramType)
657 lParam->paramType = CTRL_DATA_CURRENT_BSS_TYPE_PARAM;
753 switch (pParam->paramType)
1076 param.paramType = CTRL_DATA_CURRENT_BSS_TYPE_PARAM;
1091 param.paramType = RSN_ENCRYPTION_STATUS_PARAM;
1104 param.paramType = SITE_MGR_DESIRED_PREAMBLE_TYPE_PARAM;
1115 param.paramType = SITE_MGR_CURRENT_RATE_PAIR_PARAM;
    [all...]
mlmeSm.c 276 switch(pParam->paramType)
287 pParam->paramType = AUTH_LEGACY_TYPE_PARAM;
294 pParam->paramType = AUTH_LEGACY_TYPE_PARAM;
302 pParam->paramType = AUTH_LEGACY_TYPE_PARAM;
317 TRACE1(pMlmeSm->hReport, REPORT_SEVERITY_ERROR, "Set param, Params is not supported, 0x%x\n\n", pParam->paramType);
329 switch(pParam->paramType)
474 param.paramType = AUTH_LEGACY_TYPE_PARAM;
currBss.c 558 pParam->paramType = SITE_MGR_DESIRED_BEACON_INTERVAL_PARAM;
562 pParam->paramType = CONN_SELF_TIMEOUT_PARAM;
694 pParam->paramType = SITE_MGR_CURRENT_BSSID_PARAM;
750 pParam->paramType = SITE_MGR_CURRENT_BSS_TYPE_PARAM;
755 pParam->paramType = SITE_MGR_CURRENT_BSSID_PARAM;
776 pParam->paramType = SITE_MGR_SITE_CAPABILITY_PARAM;
852 pParam->paramType = SITE_MGR_CURRENT_BSSID_PARAM;
857 pParam->paramType = SITE_MGR_LAST_RX_RATE_PARAM;
862 pParam->paramType = SITE_MGR_RADIO_BAND_PARAM;
867 pParam->paramType = SITE_MGR_CURRENT_CHANNEL_PARAM
    [all...]
systemConfig.c 526 pParam->paramType = CTRL_DATA_CURRENT_BSSID_PARAM; /* Current BSSID */
530 pParam->paramType = CTRL_DATA_CURRENT_BSS_TYPE_PARAM; /* Current BSS Type */
534 pParam->paramType = CTRL_DATA_CURRENT_PREAMBLE_TYPE_PARAM; /* Current Preamble Type */
561 pParam->paramType = CTRL_DATA_CURRENT_IBSS_PROTECTION_PARAM;
565 pParam->paramType = CTRL_DATA_CURRENT_PROTECTION_STATUS_PARAM;
587 pParam->paramType = QOS_MNGR_SET_SITE_PROTOCOL;
595 pParam->paramType = QOS_MNGR_CURRENT_PS_MODE;
669 pParam->paramType = REGULATORY_DOMAIN_EXTERN_TX_POWER_PREFERRED;
681 pParam->paramType = REGULATORY_DOMAIN_SET_POWER_CONSTRAINT_PARAM;
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldGenericReflectionCornerCases.java 51 ParameterizedType paramType = (ParameterizedType) parameter;
52 Type[] actualTypeArguments = paramType.getActualTypeArguments();
94 ParameterizedType paramType = (ParameterizedType) parameter;
95 Type[] actualTypeArguments = paramType.getActualTypeArguments();
151 ParameterizedType paramType = (ParameterizedType) parameter;
152 Type[] actualTypeArguments = paramType.getActualTypeArguments();
203 ParameterizedType paramType = (ParameterizedType) parameter;
204 Type[] actualTypeArguments = paramType.getActualTypeArguments();
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
SoftGemini.c 339 TRACE1(pSoftGemini->hReport, REPORT_SEVERITY_INFORMATION, " SoftGemini_setParam() (0x%x)\n", pParam->paramType);
341 switch(pParam->paramType)
368 TRACE1(pSoftGemini->hReport, REPORT_SEVERITY_ERROR, " SoftGemini_setParam(), Params is not supported, %d\n\n", pParam->paramType);
393 switch (pParam->paramType)
457 param.paramType = TWD_SG_ENABLE_PARAM_ID;
466 param.paramType = TWD_SG_ENABLE_PARAM_ID;
599 param.paramType = TWD_SG_CONFIG_PARAM_ID;
698 param.paramType = POWER_MGR_POWER_MODE;
704 param.paramType = POWER_MGR_ENABLE_PRIORITY;
731 param.paramType = POWER_MGR_DISABLE_PRIORITY
    [all...]
requestHandler.c 171 switch(pParam->paramType)
178 TRACE1(pRequestHandler->hReport, REPORT_SEVERITY_ERROR, ": Set param, Params is not supported, %d\n\n", pParam->paramType);
207 switch(pParam->paramType)
215 TRACE1(pRequestHandler->hReport, REPORT_SEVERITY_ERROR, ": Get param, Params is not supported, %d\n\n", pParam->paramType);
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdDispatcher.c 381 moduleNumber = GET_PARAM_MODULE_NUMBER(pParam->paramType);
392 WLAN_OS_REPORT(("cmdDispatch_SetParam(): NULL pointers!!!, return, ParamType=0x%x\n", pParam->paramType));
396 TRACE2(pCmdDispatch->hReport, REPORT_SEVERITY_INFORMATION , "cmdDispatch_SetParam(): ParamType=0x%x, ModuleNumber=0x%x\n", pParam->paramType, moduleNumber);
424 moduleNumber = GET_PARAM_MODULE_NUMBER(pParam->paramType);
435 WLAN_OS_REPORT(("cmdDispatch_GetParam(): NULL pointers!!!, return, ParamType=0x%x\n", pParam->paramType));
439 TRACE2(pCmdDispatch->hReport, REPORT_SEVERITY_INFORMATION , "cmdDispatch_GetParam(): ParamType=0x%x, ModuleNumber=0x%x\n", pParam->paramType, moduleNumber)
    [all...]

Completed in 459 milliseconds

1 2 3 4