Home
last modified time | relevance | path

Searched refs:Start (Results 1 – 25 of 122) sorted by relevance

12345

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_stereo_proc.h99 int32 Start,
104 int32 Start,
Dpvmp3_stereo_proc.cpp183 int32 Start, in pvmp3_st_mid_side() argument
187 int32 *pt_xr = &xr[Start]; in pvmp3_st_mid_side()
188 int32 *pt_xl = &xl[Start]; in pvmp3_st_mid_side()
221 int32 Start, in pvmp3_st_intensity() argument
227 int32 *pt_xr = &xr[Start]; in pvmp3_st_intensity()
228 int32 *pt_xl = &xl[Start]; in pvmp3_st_intensity()
Dpvmp3_mpeg2_stereo_proc.h101 int32 Start,
Dpvmp3_mpeg2_stereo_proc.cpp163 int32 Start, in pvmp3_st_intensity_ver2() argument
174 int32 *pt_xr = &xr[Start]; in pvmp3_st_intensity_ver2()
175 int32 *pt_xl = &xl[Start]; in pvmp3_st_intensity_ver2()
/frameworks/base/media/mca/filterfw/native/core/
Dtime_util.h35 void Start();
59 : mWatch(watch) { mWatch->Start(); } in ScopedTimer()
Dtime_util.cpp52 void NamedStopWatch::Start() { in Start() function in android::filterfw::NamedStopWatch
88 mWatch->Start(); in ScopedTimer()
/frameworks/base/media/mca/filterpacks/native/base/
Dtime_util.h35 void Start();
59 : mWatch(watch) { mWatch->Start(); } in ScopedTimer()
Dtime_util.cpp50 void NamedStopWatch::Start() { in Start() function in android::filterfw::NamedStopWatch
86 mWatch->Start(); in ScopedTimer()
/frameworks/base/docs/html/training/wearables/apps/
Dvoice.jd31 Users say "Start <Your App Name>" to use these voice actions and an activity that you specify
131 <td>Start/Stop a bike ride</td>
147 <td>Start/Stop a run</td>
164 <td>Start/Stop a workout</td>
218 a "Start MyActivityName" voice action. </p>
220 <p>Registering for a "Start" action is the same as registering
224 <p>To specify the text to say after "Start", specify a <code>label</code> attribute for the activtiy
226 "Start MyRunningApp" voice action and launches <code>StartRunActivity</code>.
257 // Start the activity, the intent will be populated with the speech text
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.h125 void getFunctionConstantRange(unsigned &Start, unsigned &End) const { in getFunctionConstantRange() argument
126 Start = FirstFuncConstantID; in getFunctionConstantRange()
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.h125 void getFunctionConstantRange(unsigned &Start, unsigned &End) const { in getFunctionConstantRange() argument
126 Start = FirstFuncConstantID; in getFunctionConstantRange()
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h125 void getFunctionConstantRange(unsigned &Start, unsigned &End) const { in getFunctionConstantRange() argument
126 Start = FirstFuncConstantID; in getFunctionConstantRange()
/frameworks/base/docs/html/guide/topics/media/
Daudio-capture.jd178 setText("Start recording");
186 setText("Start recording");
200 setText("Start playing");
208 setText("Start playing");
/frameworks/base/docs/html/distribute/googleplay/
Dstart.jd2 page.metaDescription=Start publishing on Google Play in minutes by registering for a developer acco…
15 Start publishing on Google Play in minutes by:
32 When you're ready, use the Start button to go to the Developer Console.
/frameworks/base/docs/html/tools/help/
Dmonitor.jd37 <p>Start an Android emulator or connect an Android device via USB cable, and connect Device
Dgltracer.jd35 <li>Start Eclipse and open a workspace that contains an Android project.</li>
44 <li>Start the <a href="monitor.html">Device Monitor</a> tool.</li>
Dsqlite3.jd53 <li>Start the sqlite3 tool from the <code>/tools</code> directory, specifying the database
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dstopping.jd19 <li><a href="#Start">Start/Restart Your Activity</a></li>
132 <h2 id="Start">Start/Restart Your Activity</h2>
/frameworks/base/docs/html/training/basics/intents/
Dresult.jd8 next.title=Allowing Other Apps to Start Your Activity
18 <li><a href="#StartActivity">Start the Activity</a></li>
50 <h2 id="StartActivity">Start the Activity</h2>
/frameworks/base/docs/html/distribute/engage/
Danalytics.jd20 Start by discovering how many people visit your Google Play listing page,
/frameworks/base/docs/html/sdk/installing/
Dstudio-debug.jd160 <li>Start your app as described in <a href="#runDebug">Run your App in Debug Mode</a>.</li>
209 <li>Start your app as described in <a href="#runDebug">Run your App in Debug Mode</a>.</li>
295 <li>Start your app as described in <a href="#runDebug">Run Your App in Debug Mode</a>.</li>
302 <li>Click <strong>Start Allocation Tracking</strong>
362 <li>Start your app as described in <a href="#runDebug">Run your App in Debug Mode</a>.</li>
377 <li>Start your app as described in <a href="#runDebug">Run your App in Debug Mode</a>.</li>
384 <li>Click <strong>Start Recording</strong>.</li>
/frameworks/base/docs/html/training/load-data-background/
Dsetup-loader.jd19 <a href="#DefineLaunch">Start the Query</a>
98 <h2 id="DefineLaunch">Start the Query</h2>
/frameworks/base/docs/html/training/basics/firstapp/
Dindex.jd51 <p><strong><a href="creating-project.html">Start the first lesson &rsaquo;</a></strong></p>
/frameworks/base/docs/html/tools/devices/
Dmanaging-avds.jd43 <li>Start the AVD Manager:
77 launch an emulator with the AVD by selecting a device and clicking <strong>Start</strong>.</p>
/frameworks/base/docs/html/training/tv/playback/
Dnow-playing.jd12 <li><a href="#session">Start a Media Session</a></li>
35 <h2 id="session">Start a Media Session</h2>

12345