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

<<11121314151617181920

/frameworks/av/media/libaudioclient/include/media/
H A DIAudioPolicyService.h134 audio_patch_handle_t *handle) = 0;
137 virtual status_t releaseAudioPatch(audio_patch_handle_t handle) = 0;
162 audio_patch_handle_t *handle) = 0;
163 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/libmedia/include/media/omx/1.0/
H A DConversion.h100 * \brief Take an fd and create a native handle containing only the given fd.
101 * The created handle will need to be deleted manually with
106 * supplied \p fd is negative, the created native handle will contain no file
109 * If the native handle cannot be created, the return value will be
127 * \brief Extract a file descriptor from a native handle.
168 * returned native handle when it is no longer needed.
438 * \param[out] nh The native handle created to hold the file descriptor inside
609 t->nativeHandle = hidl_handle(l.handle);
623 native_handle_t* handle = t.nativeHandle == nullptr ? local
626 size_t const numInts = 12 + (handle
[all...]
/frameworks/av/services/audioflinger/
H A DAudioStreamOut.h49 audio_io_handle_t handle,
H A DSpdifStreamOut.h45 audio_io_handle_t handle,
H A DEffects.h101 status_t addHandle(EffectHandle *handle);
102 ssize_t disconnectHandle(EffectHandle *handle, bool unpinIfLast);
103 ssize_t removeHandle(EffectHandle *handle);
104 ssize_t removeHandle_l(EffectHandle *handle);
164 // First handle in mHandles has highest priority and controls the effect module
255 bool mHasControl; // true if this handle is controlling the effect
299 status_t addEffect_l(const sp<EffectModule>& handle);
300 status_t addEffect_ll(const sp<EffectModule>& handle);
301 size_t removeEffect_l(const sp<EffectModule>& handle, bool release = false);
/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
H A DAudioPolicyService.h174 audio_patch_handle_t *handle);
175 virtual status_t releaseAudioPatch(audio_patch_handle_t handle);
197 audio_patch_handle_t *handle);
198 virtual status_t stopAudioSource(audio_patch_handle_t handle);
220 audio_patch_handle_t *handle,
222 status_t clientReleaseAudioPatch(audio_patch_handle_t handle,
365 audio_patch_handle_t *handle,
367 status_t releaseAudioPatchCommand(audio_patch_handle_t handle,
571 audio_patch_handle_t *handle,
575 virtual status_t releaseAudioPatch(audio_patch_handle_t handle,
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.h102 buffer_handle_t *handle,
H A DCamera3InputStream.cpp87 handoutBufferLocked(*buffer, &(anb->handle), /*acquireFence*/fenceFd,
121 if (anb != NULL && &(anb->handle) == buffer.buffer) {
300 {nullptr, &buffer->handle, 0, -1, -1};
310 callback->onBufferFreed(mId, buffer->handle);
/frameworks/av/services/oboeservice/
H A DAAudioServiceEndpointMMAP.h71 void onTearDown(audio_port_handle_t handle) override;
/frameworks/base/libs/hwui/
H A DAnimationContext.h54 // Stops tracking the RenderNode and destroys the handle. The node must be
109 void addAnimationHandle(AnimationHandle* handle);
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpServer.cpp114 android_mtp_MtpServer_send_object_added(JNIEnv *env, jobject thiz, jint handle) argument
120 server->sendObjectAdded(handle);
126 android_mtp_MtpServer_send_object_removed(JNIEnv *env, jobject thiz, jint handle) argument
132 server->sendObjectRemoved(handle);
/frameworks/base/native/webview/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 */
193 // return, so no need to handle errors here.
220 // return, so no need to handle errors here.
/frameworks/base/tools/aapt2/io/
H A DZipArchive.h35 ZipFile(::ZipArchiveHandle handle, const ::ZipEntry& entry, const Source& source);
/frameworks/native/include/ui/
H A DGraphicBuffer.h88 // Create a GraphicBuffer from an existing handle.
90 // Wrap and use the handle directly. It assumes the handle has been
91 // registered and never fails. The handle must have a longer lifetime
94 // This can be used when, for example, you want to wrap a handle that
98 // Take ownership of the handle and use it directly. It assumes the
99 // handle has been registered and never fails.
101 // This can be used to manage an already registered handle with
105 // Take onwership of an unregistered handle and use it directly. It
110 // handle returne
127 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/nativebase/include/nativebase/
H A Dnativebase.h96 const native_handle_t* handle; member in struct:ANativeWindowBuffer
/frameworks/native/libs/sensor/include/sensor/
H A DISensorServer.h55 int32_t handle, int32_t type, const Vector<float> &floats, const Vector<int32_t> &ints) = 0;
/frameworks/native/libs/ui/include/ui/
H A DGraphicBuffer.h88 // Create a GraphicBuffer from an existing handle.
90 // Wrap and use the handle directly. It assumes the handle has been
91 // registered and never fails. The handle must have a longer lifetime
94 // This can be used when, for example, you want to wrap a handle that
98 // Take ownership of the handle and use it directly. It assumes the
99 // handle has been registered and never fails.
101 // This can be used to manage an already registered handle with
105 // Take onwership of an unregistered handle and use it directly. It
110 // handle returne
127 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/ui/include_vndk/ui/
H A DGraphicBuffer.h88 // Create a GraphicBuffer from an existing handle.
90 // Wrap and use the handle directly. It assumes the handle has been
91 // registered and never fails. The handle must have a longer lifetime
94 // This can be used when, for example, you want to wrap a handle that
98 // Take ownership of the handle and use it directly. It assumes the
99 // handle has been registered and never fails.
101 // This can be used to manage an already registered handle with
105 // Take onwership of an unregistered handle and use it directly. It
110 // handle returne
127 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/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/native/libs/sensor/
H A DISensorServer.cpp125 virtual int setOperationParameter(int32_t handle, int32_t type, argument
130 data.writeInt32(handle);
211 int32_t handle; local
216 handle = data.readInt32();
227 int32_t ret = setOperationParameter(handle, type, floats, ints);
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
H A Dbuffer_hub_queue_client.h65 // Creates a new consumer in handle form for immediate transport over RPC.
110 // called to handle pending queue events.
300 // Import a ProducerQueue from a channel handle.
301 static std::unique_ptr<ProducerQueue> Import(pdx::LocalChannelHandle handle) { argument
302 return BASE::Create(std::move(handle));
368 explicit ProducerQueue(pdx::LocalChannelHandle handle);
383 // Import a ConsumerQueue from a channel handle. |ignore_on_import| controls
388 static std::unique_ptr<ConsumerQueue> Import(pdx::LocalChannelHandle handle);
420 ConsumerQueue(pdx::LocalChannelHandle handle);

Completed in 1114 milliseconds

<<11121314151617181920