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

12

/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp77 : mClass(NULL),
78 mObject(NULL) {
80 CHECK(clazz != NULL);
101 return mCodec != NULL ? OK : NO_INIT;
105 if (mCodec != NULL) {
113 mObject = NULL;
115 mClass = NULL;
124 if (bufferProducer != NULL) {
236 CHECK(byteBufferClass.get() != NULL);
243 CHECK(orderID != NULL);
383 throwExceptionAsNecessary( JNIEnv *env, status_t err, const char *msg = NULL) argument
[all...]
H A Dandroid_media_MediaDrm.cpp124 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj = NULL);
136 if (clazz == NULL) {
184 if (jParcel != NULL) {
201 JNIEnv *env, status_t err, const char *msg = NULL) {
203 const char *drmMessage = NULL;
254 if (drmMessage != NULL) {
255 if (msg == NULL) {
271 return jdrm ? jdrm->getDrm() : NULL;
278 if (mDrm != NULL) {
289 mObject = NULL;
200 throwExceptionAsNecessary( JNIEnv *env, status_t err, const char *msg = NULL) argument
[all...]
/frameworks/av/camera/
H A DCameraParameters.cpp297 char **endptr = NULL)
296 parse_pair(const char *str, int *first, int *second, char delim, char **endptr = NULL) argument
/frameworks/base/tools/aapt/
H A DCommand.cpp39 * Returns NULL on failure.
57 return NULL;
67 * Returns NULL on failure.
71 ZipFile* zip = NULL;
83 zip = NULL;
126 ZipFile* zip = NULL;
138 if (zip == NULL)
194 if (!assets.addAssetPath(String8(zipFileName), NULL)) {
200 if (&res == NULL) {
211 if (manifestAsset == NULL) {
430 getNfcAidCategories(AssetManager& assets, String8 xmlPath, bool offHost, String8 *outError = NULL) argument
[all...]
H A DResource.cpp104 if (mGroup != NULL && mGroupPos < mGroup->getFiles().size()) {
185 if (group != NULL) {
187 if (file != NULL) {
193 return NULL;
196 NULL, String8());
235 ssize_t nameIndex = block.indexOfAttribute(NULL, "package");
303 NULL, local
319 status_t status = preProcessImage(mBundle, mAssets, mFile, NULL);
465 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) {
475 if (pool != NULL) {
1630 getAttributeComment(const sp<AaptAssets>& assets, const String8& name, String16* outTypeComment = NULL) argument
[all...]
H A DResourceTable.cpp25 if (root == NULL) {
39 if (root == NULL) {
53 root->removeWhitespace(true, NULL);
55 root->removeWhitespace(false, NULL);
154 { enumArray, sizeof(enumArray)/2, ResTable_map::TYPE_ENUM, NULL },
155 { flagsArray, sizeof(flagsArray)/2, ResTable_map::TYPE_FLAGS, NULL },
156 { NULL, 0, 0, NULL }
162 { suggestedArray, sizeof(suggestedArray)/2, ResTable_map::L10N_SUGGESTED, NULL },
163 { NULL,
168 parse_flags(const char16_t* str, size_t len, const flag_entry* flags, bool* outError = NULL) argument
298 compileAttribute(const sp<AaptFile>& in, ResXMLTree& block, const String16& myPackage, ResourceTable* outTable, String16* outIdent = NULL, bool inStyleable = false) argument
[all...]
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp190 return NULL;
217 NotifyConfigurationChangedArgs* outEventArgs = NULL) {
227 NotifyDeviceResetArgs* outEventArgs = NULL) {
236 void assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs = NULL) { argument
250 void assertNotifyMotionWasCalled(NotifyMotionArgs* outEventArgs = NULL) { argument
264 void assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs = NULL) { argument
462 return index >= 0 ? mDevices.valueAt(index) : NULL;
543 return NULL;
674 return NULL;
822 void assertProcessWasCalled(RawEvent* outLastEvent = NULL) { argument
216 assertNotifyConfigurationChangedWasCalled( NotifyConfigurationChangedArgs* outEventArgs = NULL) argument
226 assertNotifyDeviceResetWasCalled( NotifyDeviceResetArgs* outEventArgs = NULL) argument
[all...]

Completed in 171 milliseconds

12