Searched refs:open (Results 201 - 225 of 229) sorted by relevance

12345678910

/frameworks/base/tools/aapt/
H A DCommand.cpp47 result = zip->open(fileName, ZipFile::kOpenReadOnly);
80 result = zip->open(fileName, flags);
H A DZipFile.cpp59 status_t ZipFile::open(const char* zipFileName, int flags) function in class:ZipFile
86 /* open the file */
H A DXMLNode.cpp553 int fd = open(file->getSourceFile().string(), O_RDONLY | O_BINARY);
555 SourcePos(file->getSourceFile(), -1).error("Unable to open file for read: %s",
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp831 int fd = open(filename, O_RDONLY | O_LARGEFILE);
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java735 // service ends up being destroyed (if there are no other open
1280 fileDescriptor = ParcelFileDescriptor.open(file,
/frameworks/base/services/java/com/android/server/am/
H A DProcessStatsService.java441 ParcelFileDescriptor pfd = ParcelFileDescriptor.open(
/frameworks/base/services/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp652 err = module->methods->open(
H A Dcom_android_server_location_GpsLocationProvider.cpp367 err = module->methods->open(module, GPS_HARDWARE_MODULE_ID, &device);
/frameworks/base/tools/aidl/
H A Daidl.cpp635 /* we open the file in binary mode to ensure that the same output is
769 fprintf(stderr, "aidl: can't open preprocessed file: %s\n",
1106 int fd = open( options.outputFileName.c_str(),
1114 fprintf(stderr, "aidl: could not open file for write: %s\n",
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py533 stdout=open('/dev/null', 'w'))
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp113 status_t status = Tokenizer::open(filename, &tokenizer);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java138 public synchronized void open(SipProfile localProfile) { method in class:SipService
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp1064 gRandom = open("/dev/urandom", O_RDONLY);
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp139 /* used to detect errors likely to have occured when the OpenSL ES framework fails to open
634 /* Initialize the callback for prefetch errors, if we can't open the resource to decode */
869 // open pathname of encoded ADTS AAC file to get a file descriptor
871 fd = open(argv[1], O_RDONLY);
/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c67 /* used to detect errors likely to have occured when the OpenMAX AL framework fails to open
313 // for AndroidBufferQueue, interpret URI as a filename and open
316 fd = open(uri, O_RDONLY);
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp872 Asset* asset = mgr->open(str.c_str(), Asset::ACCESS_BUFFER);
960 Asset* asset = mgr->open(str.c_str(), Asset::ACCESS_BUFFER);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp629 CHECK_EQ(mAudioSink->open(
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp69 res = module->common.methods->open(&module->common, name,
73 ALOGE("%s: Could not open camera %d: %s (%d)", __FUNCTION__,
79 ALOGE("%s: Could not open camera %d: "
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java1252 mCamera = Camera.open(mCamId);
1534 * This interface allows observers to monitor the CameraStreamer and respond to stream open
/frameworks/base/services/input/
H A DEventHub.cpp1005 int fd = open(devicePath, O_RDWR | O_CLOEXEC);
1007 ALOGE("could not open %s, %s\n", devicePath, strerror(errno));
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduPersister.java823 drmConvertSession = DrmConvertSession.open(mContext, contentType);
882 Log.e(TAG, "Failed to open Input/Output stream.", e);
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp1491 // attempt to open it as a file using the application's credentials
1492 int fd = ::open(pathname, O_RDONLY);
1494 // if open is successful, then check to see if it's a regular file
1502 // we were able to open it, but it's not a file, so let mediaserver try
1506 // if either the URI didn't look like a file, or open failed, or not a file
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp353 mFd = open(filename, O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp119 ALOGE_IF(rc, "%s couldn't open audio hw device in %s.%s (%s)", __func__,
1712 // conversion internally, try to open again with the proposed parameters. The AudioFlinger can
2472 int teeFd = open(teePath, O_WRONLY | O_CREAT | O_EXCL | O_NOFOLLOW, S_IRUSR | S_IWUSR);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp103 res = module->common.methods->open(&module->common, deviceName.string(),
107 SET_ERR_L("Could not open camera: %s (%d)", strerror(-res), res);
114 SET_ERR_L("Could not open camera: "

Completed in 753 milliseconds

12345678910