Searched refs:open (Results 276 - 300 of 300) sorted by relevance

<<1112

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java848 // service ends up being destroyed (if there are no other open
1821 fileDescriptor = ParcelFileDescriptor.open(file,
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1360 content so that users can open this content directly from their mobile search
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStatsService.java461 ParcelFileDescriptor pfd = ParcelFileDescriptor.open(
H A DTaskRecord.java487 thumbs.thumbnailFileDescriptor = ParcelFileDescriptor.open(mLastThumbnailFile,
H A DActivityManagerService.java10222 // going to the content provider to open the file. Later, in the code
15448 // Dismiss any open dialogs.
18271 fd = ParcelFileDescriptor.open(heapdumpFile,
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java757 session.open();
H A DUserManagerService.java482 return ParcelFileDescriptor.open(
H A DPackageManagerService.java11055 public ParcelFileDescriptor open(String name, int mode) throws RemoteException {
11061 final FileDescriptor fd = Os.open(file.getAbsolutePath(),
11066 throw new RemoteException("Failed to open: " + e.getMessage());
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp482 err = module->methods->open(module, GPS_HARDWARE_MODULE_ID, &device);
/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/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java213 mServiceId = mImsManager.open(ImsServiceClass.MMTEL,
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp487 result.append("couldn't open ");
534 result.append("couldn't open ");
716 ALOGE("Couldn't open fd for %s", url);
1533 status_t MediaPlayerService::AudioOutput::open( function in class:android::MediaPlayerService::AudioOutput
1542 ALOGV("open(%u, %d, 0x%x, 0x%x, %d, %d 0x%x)", sampleRate, channelCount, channelMask,
1587 ALOGE("open() error, can\'t derive mask for %d audio channels", channelCount);
1756 ALOGV("open() DONE status %d", res);
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp71 res = module->open(name, reinterpret_cast<hw_device_t**>(&device));
74 ALOGE("%s: Could not open camera %d: %s (%d)", __FUNCTION__,
80 ALOGE("%s: Could not open camera %d: "
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1223 status_t err = zip->open(filename, ZipFile::kOpenReadOnly);
H A DXMLNode.cpp589 int fd = open(file->getSourceFile().string(), O_RDONLY | O_BINARY);
591 SourcePos(file->getSourceFile(), -1).error("Unable to open file for read: %s",
/frameworks/native/services/inputflinger/
H A DEventHub.cpp1059 int fd = open(devicePath, O_RDWR | O_CLOEXEC);
1061 ALOGE("could not open %s, %s\n", devicePath, strerror(errno));
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduPersister.java829 drmConvertSession = DrmConvertSession.open(mContext, contentType);
888 Log.e(TAG, "Failed to open Input/Output stream.", e);
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp1530 // attempt to open it as a file using the application's credentials
1531 int fd = ::open(pathname, O_RDONLY);
1533 // if open is successful, then check to see if it's a regular file
1541 // we were able to open it, but it's not a file, so let mediaserver try
1545 // if either the URI didn't look like a file, or open failed, or not a file
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1563 Asset* asset = mgr->open(str.c_str(), Asset::ACCESS_BUFFER);
1651 Asset* asset = mgr->open(str.c_str(), Asset::ACCESS_BUFFER);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp152 ALOGE_IF(rc, "%s couldn't open audio hw device in %s.%s (%s)", __func__,
2064 // conversion internally, try to open again with the proposed parameters.
2942 int teeFd = open(teePath, O_WRONLY | O_CREAT | O_EXCL | O_NOFOLLOW, S_IRUSR | S_IWUSR);
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java860 System.err.println("Error: Unable to open file: " + mProfileFile);
1183 System.err.println("Error: Unable to open file: " + profileFile);
1243 System.err.println("Error: Unable to open file: " + heapFile);
2235 final ParcelFileDescriptor fd = ParcelFileDescriptor.open(file, mode);
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java1589 return ParcelFileDescriptor.open(new File(deviceFileName),
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp111 ATRACE_BEGIN("camera3->open");
112 res = module->open(deviceName.string(),
117 SET_ERR_L("Could not open camera: %s (%d)", strerror(-res), res);
123 SET_ERR_L("Could not open camera: "
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3040 * Barrier open/wait do provide release/acquire semantics. This provides
3097 barrier.open();
/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 4245 milliseconds

<<1112