Searched refs:handle (Results 251 - 275 of 484) sorted by relevance

<<11121314151617181920

/frameworks/av/include/media/omx/1.0/
H A DConversion.h99 * \brief Take an fd and create a native handle containing only the given fd.
100 * The created handle will need to be deleted manually with
105 * supplied \p fd is negative, the created native handle will contain no file
108 * If the native handle cannot be created, the return value will be
126 * \brief Extract a file descriptor from a native handle.
167 * returned native handle when it is no longer needed.
396 * \param[out] nh The native handle created to hold the file descriptor inside
567 t->nativeHandle = hidl_handle(l.handle);
581 native_handle_t* handle = t.nativeHandle == nullptr ? local
584 size_t const numInts = 12 + (handle
[all...]
/frameworks/av/include/media/stagefright/
H A DFileSource.h48 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DMediaHTTP.h53 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
/frameworks/av/media/libaudioclient/include/media/
H A DIAudioPolicyService.h139 audio_patch_handle_t *handle) = 0;
142 virtual status_t releaseAudioPatch(audio_patch_handle_t handle) = 0;
167 audio_patch_handle_t *handle) = 0;
168 virtual status_t stopAudioSource(audio_patch_handle_t handle) = 0;
/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.h23 SUB_FX_HOST, // Index of HOST in the descriptor and handle arrays
25 SUB_FX_OFFLOAD, // Index of OFFLOAD in the descriptor and handle arrays
37 int EffectProxyRelease(effect_handle_t handle);
/frameworks/av/media/libstagefright/foundation/include/
H A DFileSource.h48 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DMediaHTTP.h53 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
/frameworks/av/media/libstagefright/include/
H A DFileSource.h48 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DMediaHTTP.h53 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
/frameworks/av/services/audioflinger/
H A DAudioStreamOut.h49 audio_io_handle_t handle,
H A DSpdifStreamOut.h45 audio_io_handle_t handle,
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyClientImpl.cpp187 audio_patch_handle_t *handle,
190 return mAudioPolicyService->clientCreateAudioPatch(patch, handle, delayMs);
193 status_t AudioPolicyService::AudioPolicyClient::releaseAudioPatch(audio_patch_handle_t handle, argument
196 return mAudioPolicyService->clientReleaseAudioPatch(handle, delayMs);
186 createAudioPatch(const struct audio_patch *patch, audio_patch_handle_t *handle, int delayMs) argument
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.h101 buffer_handle_t *handle,
/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp67 ZipArchiveHandle handle; local
68 const int32_t error = OpenArchive(zipFileName, &handle);
71 CloseArchive(handle);
75 return new ZipFileRO(handle, strdup(zipFileName));
/frameworks/base/libs/hwui/
H A DAnimationContext.h53 // Stops tracking the RenderNode and destroys the handle. The node must be
107 void addAnimationHandle(AnimationHandle* handle);
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpServer.cpp120 android_mtp_MtpServer_send_object_added(JNIEnv *env, jobject thiz, jint handle) argument
126 server->sendObjectAdded(handle);
132 android_mtp_MtpServer_send_object_removed(JNIEnv *env, jobject thiz, jint handle) argument
138 server->sendObjectRemoved(handle);
/frameworks/base/tools/aapt2/io/
H A DZipArchive.h39 ZipFile(ZipArchiveHandle handle, const ZipEntry& entry, const Source& source);
/frameworks/native/include/ui/
H A DGraphicBuffer.h87 // Create a GraphicBuffer from an existing handle.
89 // Wrap and use the handle directly. It assumes the handle has been
90 // registered and never fails. The handle must have a longer lifetime
93 // This can be used when, for example, you want to wrap a handle that
97 // Take ownership of the handle and use it directly. It assumes the
98 // handle has been registered and never fails.
100 // This can be used to manage an already registered handle with
104 // Take onwership of an unregistered handle and use it directly. It
109 // handle returne
126 GraphicBuffer(const native_handle_t* handle, HandleWrapMethod method, uint32_t width, uint32_t height, PixelFormat format, uint32_t layerCount, uint32_t usage, uint32_t stride) argument
[all...]
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbufferhub_rpc.h31 const int fd_count = buffer.handle()->numFds;
32 const int int_count = buffer.handle()->numInts;
34 fds_.emplace_back(FileHandleType::AsDuplicate(buffer.handle()->data[i]));
37 opaque_ints_.push_back(buffer.handle()->data[fd_count + i]);
43 // Imports the native handle into the given IonBuffer instance.
H A Dnative_buffer.h35 handle = buffer_->handle();
74 handle = buffer_->native_handle();
138 handle = buffer_->native_handle();
/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dchannel_event_set.h34 static Status<void> SetupHandle(int fd, LocalHandle* handle,
/frameworks/native/services/sensorservice/
H A DCorrectedGyroSensor.cpp45 .handle = '_cgy',
75 status_t CorrectedGyroSensor::setDelay(void* ident, int /*handle*/, int64_t ns) {
H A DGravitySensor.cpp44 .handle = '_grv',
82 status_t GravitySensor::setDelay(void* ident, int /*handle*/, int64_t ns) {
H A DOrientationSensor.cpp37 .handle = '_ypr',
78 status_t OrientationSensor::setDelay(void* ident, int /*handle*/, int64_t ns) {
/frameworks/webview/chromium/loader/
H A Dloader.cpp90 void* handle = android_dlopen_ext(lib, RTLD_NOW, &extinfo); local
92 if (handle == NULL) {
128 void* handle = android_dlopen_ext(lib, RTLD_NOW, &extinfo); local
130 if (handle == NULL) {
139 /* JNI wrappers - handle string lifetimes and 32/64 ABI choice */
210 // return, so no need to handle errors here.

Completed in 1678 milliseconds

<<11121314151617181920