Searched defs:NULL (Results 26 - 37 of 37) sorted by relevance

12

/frameworks/base/core/java/android/os/
H A DPowerManager.java545 int NULL = 0; field in interface:PowerManager.ServiceType
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp132 : mClass(NULL),
133 mObject(NULL) {
135 CHECK(clazz != NULL);
155 CHECK((mCodec != NULL) != (mInitStatus != OK));
161 CHECK(mByteBufferClass != NULL);
165 CHECK(byteOrderClass.get() != NULL);
169 CHECK(nativeOrderID != NULL);
174 CHECK(mNativeByteOrderObj != NULL);
176 nativeByteOrderObj = NULL;
182 CHECK(mByteBufferOrderMethodID != NULL);
754 createCodecException( JNIEnv *env, status_t err, int32_t actionCode, const char *msg = NULL) argument
1014 throwExceptionAsNecessary( JNIEnv *env, status_t err, int32_t actionCode = ACTION_CODE_FATAL, const char *msg = NULL) argument
[all...]
H A Dandroid_media_MediaPlayer.cpp111 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj = NULL);
124 if (clazz == NULL) {
126 jniThrowException(env, "java/lang/Exception", NULL);
149 if (jParcel != NULL) {
158 msg, ext1, ext2, NULL);
190 // If exception is NULL and opStatus is not OK, this method sends an error
191 // event to the client application; otherwise, if exception is not NULL and
196 if (exception == NULL) { // Don't throw exception. Instead, send an event.
203 jniThrowException(env, "java/lang/IllegalStateException", NULL);
205 jniThrowException(env, "java/lang/IllegalArgumentException", NULL);
1227 throwDrmExceptionAsNecessary(JNIEnv *env, status_t err, const char *msg = NULL) argument
[all...]
H A Dandroid_media_MediaPlayer2.cpp108 if (keys != NULL && values != NULL) {
114 failed = ((keys != NULL && values == NULL) ||
115 (keys == NULL && values != NULL));
120 jniThrowException(env, "java/lang/IllegalArgumentException", NULL);
130 const char* keyStr = env->GetStringUTFChars(key, NULL);
135 const char* valueStr = env->GetStringUTFChars(value, NULL);
159 const Parcel *obj = NULL) overrid
1231 throwDrmExceptionAsNecessary(JNIEnv *env, status_t err, const char *msg = NULL) argument
[all...]
H A Dandroid_media_MediaDrm.cpp194 if (env == NULL || thiz == NULL || nativeBundle == NULL) {
195 ALOGE("Unexpected NULL parmeter");
196 return NULL;
202 if (jParcel == NULL) {
204 return NULL;
208 if (nativeParcel == NULL) {
210 return NULL;
217 return NULL;
340 throwExceptionAsNecessary( JNIEnv *env, status_t err, const char *msg = NULL) argument
[all...]
/frameworks/base/tools/aapt/
H A DCommand.cpp35 * Returns NULL on failure.
54 return NULL;
64 * Returns NULL on failure.
68 ZipFile* zip = NULL;
81 zip = NULL;
126 ZipFile* zip = NULL;
138 if (zip == NULL) {
195 if (!assets.addAssetPath(String8(zipFileName), NULL)) {
213 if (manifestAsset == NULL) {
333 if (ctag16 == NULL) {
400 getNfcAidCategories(AssetManager& assets, const String8& xmlPath, bool offHost, String8 *outError = NULL) argument
[all...]
H A DResource.cpp110 if (mGroup != NULL && mGroupPos < mGroup->getFiles().size()) {
256 ssize_t nameIndex = block.indexOfAttribute(NULL, "package");
330 NULL,
350 status_t status = preProcessImage(mBundle, mAssets, mFile, NULL);
491 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) {
501 if (pool != NULL) {
505 specFlags, strIdx, str != NULL ? String8(str).string() : "???");
516 if (pool == NULL) {
522 if ((str=pool->stringAt(value.data, &len)) == NULL) {
584 ssize_t index = parser.indexOfAttribute(NULL, "i
852 NULL, &configList.keyAt(i)); local
2238 getAttributeComment(const sp<AaptAssets>& assets, const String8& name, String16* outTypeComment = NULL) argument
[all...]
H A DResourceTable.cpp50 if (root == NULL) {
66 if (root == NULL) {
93 root->removeWhitespace(true, NULL);
95 root->removeWhitespace(false, NULL);
204 { enumArray, sizeof(enumArray)/2, ResTable_map::TYPE_ENUM, NULL },
205 { flagsArray, sizeof(flagsArray)/2, ResTable_map::TYPE_FLAGS, NULL },
206 { NULL, 0, 0, NULL }
212 { suggestedArray, sizeof(suggestedArray)/2, ResTable_map::L10N_SUGGESTED, NULL },
213 { NULL,
218 parse_flags(const char16_t* str, size_t len, const flag_entry* flags, bool* outError = NULL) argument
330 compileAttribute(const sp<AaptFile>& in, ResXMLTree& block, const String16& myPackage, ResourceTable* outTable, String16* outIdent = NULL, bool inStyleable = false) argument
4826 NULL, local
4960 NULL, local
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp239 return NULL;
266 NotifyConfigurationChangedArgs* outEventArgs = NULL) {
281 NotifyDeviceResetArgs* outEventArgs = NULL) {
295 void assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs = NULL) {
309 void assertNotifyMotionWasCalled(NotifyMotionArgs* outEventArgs = NULL) {
323 void assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs = NULL) {
425 if (device == NULL) {
435 if (device == NULL) {
449 if (device == NULL) {
569 return index >= 0 ? mDevices.valueAt(index) : NULL;
943 assertProcessWasCalled(RawEvent* outLastEvent = NULL) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 155 milliseconds

12