HomeSort by relevance Sort by last modified time
    Searched defs:sme (Results 1 - 5 of 5) sorted by null

  /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...]
  /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...]
  /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...]
SlideshowModel.java 156 SMILMediaElement sme = (SMILMediaElement) mediaNodes.item(j); local
159 context, sme, layouts, pb);
161 (EventTarget) sme, media);

Completed in 652 milliseconds