HomeSort by relevance Sort by last modified time
    Searched full:sme (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /hardware/ti/wlan/wl1271/Test/
smeDebug.c 35 * \brief This file include the SME debug module implementation
76 * \brief Main SME debug function
78 * Main SME debug function
80 * \param hSme - handle to the SME object
110 WLAN_OS_REPORT(("Invalid function type in SME debug function: %d\n", funcType));
149 * \brief Print the SME debug menu
151 * Print the SME debug menu
153 * \param hSme - handle to the SME object
158 WLAN_OS_REPORT((" SME Debug Functions \n"));
160 WLAN_OS_REPORT(("1900 - Print the SME Debug Help\n"))
234 TSme* sme = (TSme*) hSme; local
    [all...]
smeDebug.h 35 * \brief This file include private definitions for the SME debug module.
43 #include "sme.h"
91 * \brief Main SME debug function
94 * \param hSmeSm - handle to the SME SM object.\n
103 * \brief Prints SME debug menu
  /system/wlan/ti/wilink_6_1/Test/
smeDebug.c 35 * \brief This file include the SME debug module implementation
76 * \brief Main SME debug function
78 * Main SME debug function
80 * \param hSme - handle to the SME object
110 WLAN_OS_REPORT(("Invalid function type in SME debug function: %d\n", funcType));
149 * \brief Print the SME debug menu
151 * Print the SME debug menu
153 * \param hSme - handle to the SME object
158 WLAN_OS_REPORT((" SME Debug Functions \n"));
160 WLAN_OS_REPORT(("1900 - Print the SME Debug Help\n"))
234 TSme* sme = (TSme*) hSme; local
    [all...]
smeDebug.h 35 * \brief This file include private definitions for the SME debug module.
43 #include "sme.h"
91 * \brief Main SME debug function
94 * \param hSmeSm - handle to the SME SM object.\n
103 * \brief Prints SME debug menu
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smePrivate.h 35 * \brief SME private declaratnions
37 * \see sme.c, sme.h, smeSm.c
46 #include "sme.h"
69 TI_HANDLE hSmeScanResultTable; /* Sme local table */
sme.c 2 * sme.c
34 /** \file sme.c
35 * \brief SME implementation
37 * \see sme.h, smeSm.c smePrivate.h
53 * \brief Creates the SME module. Allocates system resources
55 * Creates the SME module. Allocates system resources
58 * \return Handle to the SME object
65 /* allocate space for the SME object */
69 WLAN_OS_REPORT (("sme_Create: unable to allocate memor yfor SME object. SME craetion failed\n"))
    [all...]
sme.h 2 * sme.h
34 /** \file sme.h
35 * \brief SME API declarations
37 * \see sme.c, smeSm.c, smePrivate.h
smeApi.h 35 * \brief SME interface
43 /* PURPOSE: SME interface to Other core modules */
smeSm.c 35 * \brief SME state machine implementation
37 * \see smeSm.h, sme.c, sme.h
176 * \param hSme - handle to the SME object
214 * \param hSme - handle to the SME object
238 * \param hSme - handle to the SME object
268 TRACE0(pSme->hReport, REPORT_SEVERITY_ERROR , "smeSm_PreConnect: unable to start scan, stopping the SME\n");
367 * \param hSme - handle to the SME object
428 * \param hSme - handle to the SME object
456 * \param hSme - handle to the SME objec
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
sme.c 2 * sme.c
34 /** \file sme.c
35 * \brief SME implementation
37 * \see sme.h, smeSm.c smePrivate.h
54 * \brief Creates the SME module. Allocates system resources
56 * Creates the SME module. Allocates system resources
59 * \return Handle to the SME object
66 /* allocate space for the SME object */
70 WLAN_OS_REPORT (("sme_Create: unable to allocate memor yfor SME object. SME craetion failed\n"))
    [all...]
sme.h 2 * sme.h
34 /** \file sme.h
35 * \brief SME API declarations
37 * \see sme.c, smeSm.c, smePrivate.h
smePrivate.h 35 * \brief SME private declaratnions
37 * \see sme.c, sme.h, smeSm.c
46 #include "sme.h"
smeApi.h 35 * \brief SME interface
43 /* PURPOSE: SME interface to Other core modules */
  /system/wlan/ti/sta_dk_4_0_4_32/
drv_sources.inc 66 $(COMSRC)/core/sme/Inc \
67 $(COMSRC)/core/sme/smeSm/ \
68 $(COMSRC)/core/sme/siteMgr \
69 $(COMSRC)/core/sme/configMgr \
70 $(COMSRC)/core/sme/conn \
71 $(COMSRC)/core/sme/HealthMonitor \
211 $(COMSRC)/core/sme/conn/conn.c \
212 $(COMSRC)/core/sme/conn/connIbss.c \
213 $(COMSRC)/core/sme/conn/connInfra.c \
214 $(COMSRC)/core/sme/configMgr/configMgr.c
    [all...]
os_sources.inc 26 $(COMSRC)/core/sme/configMgr/configMgr.h \
27 $(COMSRC)/core/sme/HealthMonitor/healthMonitor.h \
79 $(COMSRC)/core/sme/configMgr \
80 $(COMSRC)/core/sme/HealthMonitor \
  /packages/apps/Mms/src/com/android/mms/model/
MediaModelFactory.java 45 SMILMediaElement sme, LayoutModel layouts, PduBody pb)
47 String tag = sme.getTagName();
48 String src = sme.getSrc();
51 if (sme instanceof SMILRegionMediaElement) {
53 context, tag, src, (SMILRegionMediaElement) sme, layouts, part);
56 context, tag, src, sme, part, null);
121 String tag, String src, SMILMediaElement sme, PduPart part,
204 TimeList tl = sme.getBegin();
213 int duration = (int) (sme.getDur() * 1000);
215 tl = sme.getEnd()
    [all...]
SmilHelper.java 318 SMILMediaElement sme = null; local
328 sme = SmilHelper.createMediaElement(SmilHelper.ELEMENT_TAG_TEXT, document, src);
329 txtRegionPresentInLayout = setRegion((SMILRegionMediaElement) sme,
335 sme = SmilHelper.createMediaElement(SmilHelper.ELEMENT_TAG_IMAGE, document, src);
336 imgRegionPresentInLayout = setRegion((SMILRegionMediaElement) sme,
342 sme = SmilHelper.createMediaElement(SmilHelper.ELEMENT_TAG_VIDEO, document, src);
343 imgRegionPresentInLayout = setRegion((SMILRegionMediaElement) sme,
349 sme = SmilHelper.createMediaElement(SmilHelper.ELEMENT_TAG_AUDIO, document, src);
358 sme.setAttribute("begin", String.valueOf(begin / 1000));
362 sme.setDur((float) duration / 1000)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
Android.mk 40 $(CLI_COMSRC)/core/sme/Inc \
41 $(CLI_COMSRC)/core/sme/siteMgr \
42 $(CLI_COMSRC)/core/sme/configMgr \
43 $(CLI_COMSRC)/core/sme/conn \
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/tiwlan_loader/
Android.mk 40 $(CLI_COMSRC)/core/sme/Inc \
41 $(CLI_COMSRC)/core/sme/siteMgr \
42 $(CLI_COMSRC)/core/sme/configMgr \
43 $(CLI_COMSRC)/core/sme/conn \
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/smeSm/
smeSmApi.c 37 * \brief SME SM API implementation
78 DESCRIPTION: SME SM module creation function, called by the config mgr in creation phase
80 - Allocate the SME SM handle
81 - Create the SME state machine
88 RETURN: Handle to the SME SM module on success, NULL otherwise
131 DESCRIPTION: SME SM module configuration function, called by the config mgr in configuration phase
136 INPUT: hSmeSm - SME SM handle
218 WLAN_REPORT_INIT(hReport, SME_SM_MODULE_LOG, (".....Sme state machine configuration Failure\n"));
220 WLAN_REPORT_INIT(hReport, SME_SM_MODULE_LOG, (".....Sme state machine configuration Success\n"));
230 INPUT: hSmeSm - SME SM handle.
    [all...]
smeSm.c 38 * \brief SME SM implementation
126 DESCRIPTION: State machine creation function, called by the SME SM API. Allocates the state machine
151 DESCRIPTION: State machine configuration function, called by the SME SM API. Configures the state machine
153 INPUT: pSmeSm - SME SM handle.
294 DESCRIPTION: State machine unload function, called by the SME SM API. Unloads the state machine
314 DESCRIPTION: SME SM event processing function, called by the SME SM API
323 pSmeSm - SME SM handle
386 /* In the following section are listed the callback function used by the SME state machine */
617 /* Change shutdown status flag to indicate SME is in IDLE state *
    [all...]
smeSm.h 2 * \brief SME SM internal header file
44 /* PURPOSE: SME SM internal header file */
61 /* SME SM definitions */
114 /* SME SM handle */
150 UINT8 shutDownStatus; /* Internal shutdown status - used to indicate SME move to IDLE during unload process */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/Inc/
smeSmApi.h 2 * \brief SME SM module API
44 /* PURPOSE: SME SM API */
55 /* SME SM status definitions */
70 /* SME SM interface functions prototypes */
  /packages/apps/Protips/res/values-hr/
arrays.xml 23 <item msgid="3123213860439458492">"Uklonite stavke."\n" Dodirnite i dr?ite stavke, a kad zavibrira povucite ih na ikonu sme?a. @drawable/trash"</item>
25 <item msgid="424487960942281801">"Gotovi ste s widgetom?"\n" Dodirnite ga i dr?ite, a kad zavibrira povucite ga na ikonu sme?a."</item>
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
Android.mk 86 $(COMSRC)/core/sme/Inc \
87 $(COMSRC)/core/sme/smeSm/ \
88 $(COMSRC)/core/sme/siteMgr \
89 $(COMSRC)/core/sme/configMgr \
90 $(COMSRC)/core/sme/conn \
91 $(COMSRC)/core/sme/HealthMonitor \

Completed in 555 milliseconds

1 2 3 4 5 6