Searched defs:handle (Results 51 - 75 of 151) sorted by relevance

1234567

/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp147 int EffectProxyRelease(effect_handle_t handle) { argument
148 EffectContext * pContext = (EffectContext *)handle;
263 // The DSP wrapper needs to handle this CMD
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp242 int SoftGSM::DecodeGSM(gsm handle, argument
247 gsm_decode(handle, in, out);
252 gsm_decode(handle, in, out);
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp168 sp<DecryptHandle> &handle, DrmManagerClient **client) {
169 handle = mDecryptHandle;
167 getDrmInfo( sp<DecryptHandle> &handle, DrmManagerClient **client) argument
/frameworks/av/media/mtp/
H A DMtpServer.h63 // handle for new object, set by SendObjectInfo and used by SendObject
81 ObjectEdit(MtpObjectHandle handle, const char* path, uint64_t size, argument
83 : mHandle(handle), mPath(path), mSize(size), mFormat(format), mFD(fd) {
105 void sendObjectAdded(MtpObjectHandle handle);
106 void sendObjectRemoved(MtpObjectHandle handle);
114 void addEditObject(MtpObjectHandle handle, MtpString& path,
116 ObjectEdit* getEditObject(MtpObjectHandle handle);
117 void removeEditObject(MtpObjectHandle handle);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.cpp139 buffer_handle_t *handle,
151 buffer.buffer = handle;
138 handoutBufferLocked(camera3_stream_buffer &buffer, buffer_handle_t *handle, int acquireFence, int releaseFence, camera3_buffer_status_t status, bool output) argument
/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp72 ZipArchiveHandle handle; local
73 const int32_t error = OpenArchive(zipFileName, &handle);
79 return new ZipFileRO(handle, strdup(zipFileName));
/frameworks/base/libs/hwui/
H A DAnimationContext.cpp48 AnimationHandle* handle = new AnimationHandle(node, *this); local
49 addAnimationHandle(handle);
53 void AnimationContext::addAnimationHandle(AnimationHandle* handle) { argument
54 handle->insertAfter(&mNextFrameAnimations);
115 "Releasing the handle for an RenderNode with outstanding animators!");
H A DAnimatorManager.cpp49 void AnimatorManager::setAnimationHandle(AnimationHandle* handle) { argument
50 LOG_ALWAYS_FATAL_IF(mAnimationHandle && handle, "Already have an AnimationHandle!");
51 mAnimationHandle = handle;
53 "Lost animation handle on %p (%s) with outstanding animators!",
69 "Trying to start new animators on %p (%s) without an animation handle!",
170 ALOGD("endAllStagingAnimators on %p (%s) with handle %p",
/frameworks/base/media/java/android/media/
H A DAudioPort.java77 AudioPort(AudioHandle handle, int role, int[] samplingRates, int[] channelMasks, argument
79 mHandle = handle;
87 AudioHandle handle() { method in class:AudioPort
169 return mHandle.equals(ap.handle());
/frameworks/base/media/java/android/mtp/
H A DMtpPropertyGroup.java137 // PUID is concatenation of storageID and object handle
285 MtpPropertyList getPropertyList(int handle, int format, int depth) { argument
286 //Log.d(TAG, "getPropertyList handle: " + handle + " format: " + format + " depth: " + depth);
296 if (handle == 0xFFFFFFFF) {
301 whereArgs = new String[] { Integer.toString(handle) };
309 if (handle == 0xFFFFFFFF) {
314 whereArgs = new String[] { Integer.toString(handle), Integer.toString(format) };
326 if (depth > 0 || handle == 0xFFFFFFFF || mColumns.length > 1) {
341 handle
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecStandbyModeHandler.java27 boolean handle(HdmiCecMessage message); method in interface:HdmiCecStandbyModeHandler.CecMessageHandler
32 public boolean handle(HdmiCecMessage message) { method in class:HdmiCecStandbyModeHandler.Bystander
39 public boolean handle(HdmiCecMessage message) { method in class:HdmiCecStandbyModeHandler.Bypasser
50 public boolean handle(HdmiCecMessage message) { method in class:HdmiCecStandbyModeHandler.Aborter
58 public boolean handle(HdmiCecMessage message) { method in class:HdmiCecStandbyModeHandler.AutoOnHandler
60 mAborterRefused.handle(message);
69 public boolean handle(HdmiCecMessage message) { method in class:HdmiCecStandbyModeHandler.UserControlProcessedHandler
76 return mAborterIncorrectMode.handle(message);
161 return handler.handle(message);
163 return mDefaultHandler.handle(messag
[all...]
/frameworks/native/libs/gui/
H A DSensorEventQueue.cpp131 status_t SensorEventQueue::enableSensor(int32_t handle, int32_t samplingPeriodUs, argument
133 return mSensorEventConnection->enableDisable(handle, true, us2ns(samplingPeriodUs),
141 status_t SensorEventQueue::disableSensor(int32_t handle) const {
142 return mSensorEventConnection->enableDisable(handle, false, 0, 0, false);
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14cHeader.cpp109 jlong handle = _env->CallLongMethod(obj, mid); local
110 return reinterpret_cast<void*>(handle);
114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { argument
116 (EGLContext)handle == EGL_NO_CONTEXT) {
121 (EGLDisplay)handle == EGL_NO_DISPLAY) {
126 (EGLSurface)handle == EGL_NO_SURFACE) {
130 return _env->NewObject(cls, con, reinterpret_cast<jlong>(handle));
H A DEGLExtcHeader.cpp114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { argument
116 (EGLContext)handle == EGL_NO_CONTEXT) {
121 (EGLDisplay)handle == EGL_NO_DISPLAY) {
126 (EGLSurface)handle == EGL_NO_SURFACE) {
130 return _env->NewObject(cls, con, reinterpret_cast<jlong>(handle));
/frameworks/native/services/sensorservice/
H A DSensorDevice.cpp67 mActivationCount.add(list[i].handle, model);
70 list[i].handle, 0);
87 const Info& info = mActivationCount.valueFor(list[i].handle);
88 result.appendFormat("handle=0x%08x, active-count=%zu, batch_period(ms)={ ", list[i].handle,
97 result.appendFormat("handle=0x%08x, active-count=%zu, batch_timeout(ms)={ ", list[i].handle,
128 void SensorDevice::autoDisable(void *ident, int handle) { argument
129 Info& info( mActivationCount.editValueFor(handle) );
134 status_t SensorDevice::activate(void* ident, int handle, in argument
205 handle, info.bestBatchParams.batchDelay); local
210 batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) argument
275 setDelay(void* ident, int handle, int64_t samplingPeriodNs) argument
305 flush(void* ident, int handle) argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DClient.cpp57 void Client::attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer) argument
60 mLayers.add(handle, layer);
75 sp<Layer> Client::getLayerUser(const sp<IBinder>& handle) const
79 wp<Layer> layer(mLayers.valueFor(handle));
82 ALOGE_IF(lbc==0, "getLayerUser(name=%p) is dead", handle.get());
112 sp<IBinder>* handle,
123 sp<IBinder>* handle; member in class:android::MessageCreateLayer
134 sp<IBinder>* handle,
137 handle(handle), gb
109 createSurface( const String8& name, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp) argument
131 MessageCreateLayer(SurfaceFlinger* flinger, const String8& name, Client* client, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp) argument
154 destroySurface(const sp<IBinder>& handle) argument
167 getLayerFrameStats(const sp<IBinder>& handle, FrameStats* outStats) const argument
[all...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionListenerProxy.java55 handle(t, "onCalling()");
71 handle(t, "onRinging()");
86 handle(t, "onRingingBack()");
102 handle(t, "onCallEstablished()");
117 handle(t, "onCallEnded()");
133 handle(t, "onCallTransferring()");
148 handle(t, "onCallBusy()");
164 handle(t, "onCallChangeFailed()");
180 handle(t, "onError()");
195 handle(
248 private void handle(Throwable t, String message) { method in class:SipSessionListenerProxy
[all...]
/frameworks/rs/cpp/
H A DRenderScript.cpp81 static bool loadSymbols(void* handle) { argument
83 RS::dispatch->AllocationGetType = (AllocationGetTypeFnPtr)dlsym(handle, "rsaAllocationGetType");
88 RS::dispatch->TypeGetNativeData = (TypeGetNativeDataFnPtr)dlsym(handle, "rsaTypeGetNativeData");
93 RS::dispatch->ElementGetNativeData = (ElementGetNativeDataFnPtr)dlsym(handle, "rsaElementGetNativeData");
98 RS::dispatch->ElementGetSubElements = (ElementGetSubElementsFnPtr)dlsym(handle, "rsaElementGetSubElements");
103 RS::dispatch->DeviceCreate = (DeviceCreateFnPtr)dlsym(handle, "rsDeviceCreate");
108 RS::dispatch->DeviceDestroy = (DeviceDestroyFnPtr)dlsym(handle, "rsDeviceDestroy");
113 RS::dispatch->DeviceSetConfig = (DeviceSetConfigFnPtr)dlsym(handle, "rsDeviceSetConfig");
118 RS::dispatch->ContextCreate = (ContextCreateFnPtr)dlsym(handle, "rsContextCreate");;
123 RS::dispatch->GetName = (GetNameFnPtr)dlsym(handle, "rsaGetNam
420 void* handle = dlopen(filename, RTLD_LAZY | RTLD_LOCAL); local
[all...]
/frameworks/webview/chromium/loader/
H A Dloader.cpp83 void* handle = android_dlopen_ext(lib, RTLD_NOW, &extinfo); local
85 if (handle == NULL) {
112 void* handle = android_dlopen_ext(lib, RTLD_NOW, &extinfo); local
114 if (handle == NULL) {
123 /* JNI wrappers - handle string lifetimes and 32/64 ABI choice */
194 // return, so no need to handle errors here.
/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp230 int LELib_Release(effect_handle_t handle) { argument
231 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)handle;
233 ALOGV("LELib_Release %p", handle);
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
H A DAAC_E_SAMPLES.c153 void *handle; local
191 handle = dlopen("libstagefright.so", RTLD_NOW);
192 if(handle == 0)
198 pfunc = dlsym(handle, "voGetAACEncAPI");
279 dlclose(handle);
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c102 void *handle = NULL; local
132 handle = dlopen("libstagefright.so", RTLD_NOW);
133 if(handle == 0)
139 pfunc = dlsym(handle, "voGetAMRWBEncAPI");
255 dlclose(handle);
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp256 // Pull the graphic buffer handle back out of the buffer, and confirm
263 if (bufferHandle != codecBuffer.mGraphicBuffer->handle) {
265 ALOGE("codecBufferEmptied: buffer's handle is %p, expected %p",
266 bufferHandle, codecBuffer.mGraphicBuffer->handle);
286 mBufferSlot[id]->handle == codecBuffer.mGraphicBuffer->handle) {
287 ALOGV("cbi %d matches bq slot %d, handle=%p",
288 cbi, id, mBufferSlot[id]->handle);
659 buffer_handle_t handle; local
662 handle
[all...]
H A DSoftVideoEncoderOMXComponent.cpp193 buffer_handle_t handle; local
204 handle = buffer->handle;
222 handle = *(buffer_handle_t *)(src + 4);
243 grmodule, handle,
248 grmodule, handle,
253 ALOGE("Unable to lock image buffer %p for access", handle);
294 if (grmodule->unlock(grmodule, handle) != OK) {
295 ALOGE("Unable to unlock image buffer %p for access", handle);
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.cpp414 native_handle_t* handle; local
415 if (accessUnit->meta()->findPointer("handle", (void**)&handle)
416 && handle != NULL) {
428 handle, false));

Completed in 1215 milliseconds

1234567