/frameworks/rs/ |
D | rsScriptIntrinsic.cpp | 92 RsScript rsi_ScriptIntrinsicCreate(Context *rsc, uint32_t id, RsElement ve) { in rsi_ScriptIntrinsicCreate() argument 94 if (!si->init(rsc, (RsScriptIntrinsicID)id, (Element *)ve)) { in rsi_ScriptIntrinsicCreate()
|
D | rsScript.cpp | 292 const void *data, size_t len, RsElement ve, in rsi_ScriptSetVarVE() argument 295 Element *e = static_cast<Element *>(ve); in rsi_ScriptSetVarVE()
|
/frameworks/base/media/jni/ |
D | android_media_MediaRecorder.cpp | 218 android_media_MediaRecorder_setVideoEncoder(JNIEnv *env, jobject thiz, jint ve) in android_media_MediaRecorder_setVideoEncoder() argument 220 ALOGV("setVideoEncoder(%d)", ve); in android_media_MediaRecorder_setVideoEncoder() 221 if (ve < VIDEO_ENCODER_DEFAULT || ve >= VIDEO_ENCODER_LIST_END) { in android_media_MediaRecorder_setVideoEncoder() 226 …process_media_recorder_call(env, mr->setVideoEncoder(ve), "java/lang/RuntimeException", "setVideoE… in android_media_MediaRecorder_setVideoEncoder()
|
/frameworks/av/media/libmedia/ |
D | IMediaRecorder.cpp | 154 status_t setVideoEncoder(int ve) in setVideoEncoder() argument 156 ALOGV("setVideoEncoder(%d)", ve); in setVideoEncoder() 159 data.writeInt32(ve); in setVideoEncoder() 415 int ve = data.readInt32(); in onTransact() local 416 reply->writeInt32(setVideoEncoder(ve)); in onTransact()
|
D | mediarecorder.cpp | 209 status_t MediaRecorder::setVideoEncoder(int ve) in setVideoEncoder() argument 211 ALOGV("setVideoEncoder(%d)", ve); in setVideoEncoder() 229 status_t ret = mMediaRecorder->setVideoEncoder(ve); in setVideoEncoder()
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | index.jd | 19 issues that we’ve noticed causing problems in some apps.</p> 24 <p>I’ve written an open-source reference app that incorporates all of the tips, tricks, and
|
/frameworks/base/docs/html/ |
D | offline.jd | 39 <h3>If you've downloaded the Android SDK for the first time</h3> 44 <h3>If you've installed new SDK components using the Android SDK Manager</h3>
|
/frameworks/av/media/libmediaplayerservice/ |
D | MediaRecorderClient.cpp | 142 status_t MediaRecorderClient::setVideoEncoder(int ve) in setVideoEncoder() argument 144 ALOGV("setVideoEncoder(%d)", ve); in setVideoEncoder() 150 return mRecorder->setVideoEncoder((video_encoder)ve); in setVideoEncoder()
|
D | MediaRecorderClient.h | 55 virtual status_t setVideoEncoder(int ve);
|
D | StagefrightRecorder.cpp | 178 status_t StagefrightRecorder::setVideoEncoder(video_encoder ve) { in setVideoEncoder() argument 179 ALOGV("setVideoEncoder: %d", ve); in setVideoEncoder() 180 if (ve < VIDEO_ENCODER_DEFAULT || in setVideoEncoder() 181 ve >= VIDEO_ENCODER_LIST_END) { in setVideoEncoder() 182 ALOGE("Invalid video encoder: %d", ve); in setVideoEncoder() 186 mVideoEncoder = ve; in setVideoEncoder()
|
/frameworks/base/docs/html/shareables/ |
D | README.txt | 7 but we've moved them all to Google Cloud Storage to reduce the size
|
/frameworks/base/docs/html/ndk/guides/ |
D | debug.jd | 4 <p>After you've built your app, you'll probably need to debug it. This section introduces you to the
|
/frameworks/base/docs/html/training/notify-user/ |
D | managing.jd | 52 NotificationManager.notify(ID, notification)}. To update this notification once you've issued 68 .setContentText("You've received new messages.")
|
/frameworks/base/docs/html/distribute/users/ |
D | index.jd | 8 You’ve published your app, now how do you acquire users? Every app and game
|
D | promote-with-ads.jd | 119 <li>Start with broader targeting and then fine tune your bidding once you’ve 140 stay in mind with users who’ve already installed it on their phone. AdWords 177 <li>Track what users do in your app after they’ve clicked an ad, by
|
/frameworks/base/docs/html/about/ |
D | start.jd | 13 <p>No two apps are built in the same way, but we've structured the information you need to build an 55 <p>Now your app is complete. You've built it to support a variety of screen sizes and
|
/frameworks/av/include/media/ |
D | IMediaRecorder.h | 45 virtual status_t setVideoEncoder(int ve) = 0;
|
D | MediaRecorderBase.h | 42 virtual status_t setVideoEncoder(video_encoder ve) = 0;
|
D | mediarecorder.h | 228 status_t setVideoEncoder(int ve);
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | wear.jd | 28 If you've got a great app, Android Wear and Google Play can help you bring it to users. While all 109 ratings you’ve earned in your app for phones and tablets. For wearable apps that depend on an 161 When you've built your release-ready APK and tested to ensure that it meets all of the <a 176 After you've opted-in and saved changes, you can publish your app as usual. In addition, Google 234 address</strong>, with a summary of the areas that you need to address. When you’ve made the
|
/frameworks/base/docs/html/distribute/stories/ |
D | games.jd | 11 — the features they've added and the results they are seeing.
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
D | connectivity-monitoring.jd | 86 this broadcast only when you've previously suspended updates or downloads in order to resume them. 90 <p>This technique requires toggling broadcast receivers you've declared in the manifest, which is
|
/frameworks/base/docs/html/work/ |
D | guide.jd | 53 <li>You’ve created an Android app.</li> 225 managed configurations. After you’ve reviewed this documentation, see 269 running activities or services, after you’ve checked for new 360 Once you’ve developed your app, you’ll want to test it in a work 405 Once you’ve provisioned the profile owner correctly, badged 472 <li>Once you’ve completed provisioning the device owner, you can test your app on that device. You 483 After you’ve finished testing your app in the environments above, 524 EMM’s documentation for further details. Congrats! You’ve completed
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | index.jd | 17 of Android 4.2, it’s a good time to talk about the performance work that we’ve done
|
/frameworks/base/docs/html/training/id-auth/ |
D | custom_auth.jd | 31 <p>So far we've talked about accessing Google APIs, which use accounts and users 95 You've already implemented the meat of your custom account code; what's left is 107 {@link android.accounts.AbstractAccountAuthenticator} and implement its abstract methods. If you've
|