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

12

/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp145 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj = NULL);
157 if (clazz == NULL) {
205 if (jParcel != NULL) {
231 JNIEnv *env, status_t err, const char *msg = NULL) {
233 const char *drmMessage = NULL;
284 if (drmMessage != NULL) {
285 if (msg == NULL) {
300 return jdrm ? jdrm->getDrm() : NULL;
307 if (mDrm != NULL) {
316 mObject = NULL;
230 throwExceptionAsNecessary( JNIEnv *env, status_t err, const char *msg = NULL) argument
[all...]
/frameworks/base/tools/aapt/
H A DCommand.cpp53 * Returns NULL on failure.
72 return NULL;
82 * Returns NULL on failure.
86 ZipFile* zip = NULL;
99 zip = NULL;
144 ZipFile* zip = NULL;
156 if (zip == NULL) {
213 if (!assets.addAssetPath(String8(zipFileName), NULL)) {
219 if (&res == NULL) {
230 if (manifestAsset == NULL) {
391 getNfcAidCategories(AssetManager& assets, String8 xmlPath, bool offHost, String8 *outError = NULL) argument
509 printFeatureGroup(const FeatureGroup& grp, const KeyedVector<String8, ImpliedFeature>* impliedFeatures = NULL) argument
[all...]
H A DResource.cpp109 if (mGroup != NULL && mGroupPos < mGroup->getFiles().size()) {
251 ssize_t nameIndex = block.indexOfAttribute(NULL, "package");
324 NULL, local
340 status_t status = preProcessImage(mBundle, mAssets, mFile, NULL);
469 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) {
479 if (pool != NULL) {
483 specFlags, strIdx, str != NULL ? String8(str).string() : "???");
494 if (pool == NULL) {
500 if ((str=pool->stringAt(value.data, &len)) == NULL) {
562 ssize_t index = parser.indexOfAttribute(NULL, "i
2033 getAttributeComment(const sp<AaptAssets>& assets, const String8& name, String16* outTypeComment = NULL) argument
[all...]
H A DResourceTable.cpp33 if (root == NULL) {
49 if (root == NULL) {
65 root->removeWhitespace(true, NULL);
67 root->removeWhitespace(false, NULL);
170 { enumArray, sizeof(enumArray)/2, ResTable_map::TYPE_ENUM, NULL },
171 { flagsArray, sizeof(flagsArray)/2, ResTable_map::TYPE_FLAGS, NULL },
172 { NULL, 0, 0, NULL }
178 { suggestedArray, sizeof(suggestedArray)/2, ResTable_map::L10N_SUGGESTED, NULL },
179 { NULL,
184 parse_flags(const char16_t* str, size_t len, const flag_entry* flags, bool* outError = NULL) argument
314 compileAttribute(const sp<AaptFile>& in, ResXMLTree& block, const String16& myPackage, ResourceTable* outTable, String16* outIdent = NULL, bool inStyleable = false) argument
4680 NULL, local
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp200 return NULL;
227 NotifyConfigurationChangedArgs* outEventArgs = NULL) {
237 NotifyDeviceResetArgs* outEventArgs = NULL) {
246 void assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs = NULL) { argument
260 void assertNotifyMotionWasCalled(NotifyMotionArgs* outEventArgs = NULL) { argument
274 void assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs = NULL) { argument
472 return index >= 0 ? mDevices.valueAt(index) : NULL;
553 return NULL;
684 return NULL;
832 void assertProcessWasCalled(RawEvent* outLastEvent = NULL) { argument
226 assertNotifyConfigurationChangedWasCalled( NotifyConfigurationChangedArgs* outEventArgs = NULL) argument
236 assertNotifyDeviceResetWasCalled( NotifyDeviceResetArgs* outEventArgs = NULL) argument
[all...]

Completed in 505 milliseconds

12