/frameworks/av/include/media/ |
EffectsFactoryApi.h | 91 // a handle on the effect control interface. 103 // pHandle: address where to return the effect handle. 110 // *pHandle: updated with the effect handle. 120 // Description: Releases the effect engine whose handle is given as argument. 125 // handle: handle on the effect interface to be released. 130 // -EINVAL invalid interface handle 133 int EffectRelease(effect_handle_t handle);
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_Init.c | 37 /* hInstance = Instance handle Returns the memory requirements and */ 46 /* When the function is called for free (hInstance = Instance Handle) the */ 51 /* hInstance Instance Handle */ 125 /* handle. */ 128 /* by calling with hInstance = Instance Handle. In this case the memory table */ 133 /* hInstance Instance handle */ 141 /* 1. The instance handle is the pointer to the base address of the first memory */ 159 * Set the instance handle if not already initialised
|
/frameworks/av/media/libstagefright/ |
FrameRenderTracker.cpp | 60 if (it->mGraphicBuffer->handle == buf->handle) { 177 ALOGI(" RENDERED: handle: %p, media time: %lldus, index: %zd, render time: %lldns", 178 it->mGraphicBuffer == NULL ? NULL : it->mGraphicBuffer->handle, 181 ALOGI(" QUEUED: handle: %p, media time: %lldus, fence: %s", 182 it->mGraphicBuffer->handle, (long long)it->mMediaTimeUs, 185 ALOGI(" DEQUEUED: handle: %p, media time: %lldus, index: %zd", 186 it->mGraphicBuffer->handle, (long long)it->mMediaTimeUs, it->mIndex);
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
AudioPatch.h | 46 status_t addAudioPatch(audio_patch_handle_t handle, const sp<AudioPatch>& patch); 48 status_t removeAudioPatch(audio_patch_handle_t handle);
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleProfiling.java | 27 * Handle profiling requests. 72 * Handle a chunk of data. 100 * Handle a "Method PRofiling Start" request. 122 * Handle a "Method PRofiling End" request. 142 * Handle a "Method Profiling w/Streaming Start" request. 163 * Handle a "Method Profiling w/Streaming End" request or a 184 * Handle a "Method PRofiling Query" request. 195 * Handle a "Sample Profiling w/Streaming Start" request.
|
/frameworks/base/core/res/res/xml/ |
global_keys.xml | 29 <!-- Example format: keyCode = keycode to handle globally. component = component which will handle this key. -->
|
/frameworks/base/services/core/java/com/android/server/input/ |
InputApplicationHandle.java | 20 * Functions as a handle for an application that can receive input. 26 // Pointer to the native input application handle.
|
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
MainActivity.java | 32 // Handle action bar item clicks here. The action bar will 33 // automatically handle clicks on the Home/Up button, so long
|
/frameworks/native/libs/gui/ |
ISensorEventConnection.cpp | 58 virtual status_t enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs, 63 data.writeInt32(handle); 72 virtual status_t setEventRate(int handle, nsecs_t ns) 76 data.writeInt32(handle); 110 int handle = data.readInt32(); local 115 status_t result = enableDisable(handle, enabled, samplingPeriodNs, 122 int handle = data.readInt32(); local 124 status_t result = setEventRate(handle, ns);
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
BluetoothMapEventReport.java | 74 String handle = attrs.get("handle"); local 77 new BigInteger(attrs.get("handle"), 16); 79 mHandle = attrs.get("handle"); 81 throw new IllegalArgumentException("Invalid value for handle:" + handle); 136 * @return value corresponding to <code>handle</code> parameter in MAP 173 json.put("handle", mHandle);
|
BluetoothMasRequestSetMessageStatus.java | 34 public BluetoothMasRequestSetMessageStatus(String handle, StatusIndicator statusInd, 38 mHeaderSet.setHeader(HeaderSet.NAME, handle);
|
/hardware/intel/common/libva/va/wayland/ |
va_wayland_drm.c | 45 void *handle; member in struct:va_wayland_drm_context 131 if (wl_drm_ctx->handle) { 132 dlclose(wl_drm_ctx->handle); 133 wl_drm_ctx->handle = NULL; 180 wl_drm_ctx->handle = NULL; 194 wl_drm_ctx->handle = dlopen(LIBWAYLAND_DRM_NAME, RTLD_LAZY|RTLD_LOCAL); 195 if (!wl_drm_ctx->handle) 199 dlsym(wl_drm_ctx->handle, "wl_drm_interface");
|
/hardware/intel/img/hwcomposer/merrifield/common/buffers/ |
BufferCache.h | 31 virtual bool addMapper(uint64_t handle, BufferMapper* mapper); 35 virtual BufferMapper* getMapper(uint64_t handle);
|
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/ |
AnnRGBPlane.h | 44 bool setDataBuffer(buffer_handle_t handle); 49 void setFramebufferTarget(buffer_handle_t handle);
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
WsbmWrapper.h | 30 extern int psbWsbmWrapTTMBuffer(uint64_t handle, void **buf); 31 extern int psbWsbmWrapTTMBuffer2(uint64_t handle, void **buf);
|
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/ |
PlatfBufferManager.cpp | 46 buffer_handle_t handle) 48 return new TngGrallocBuffer(handle);
|
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/ |
PlatfBufferManager.cpp | 46 buffer_handle_t handle) 48 return new TngGrallocBuffer(handle);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/ |
BufferCache.h | 31 virtual bool addMapper(uint64_t handle, BufferMapper* mapper); 35 virtual BufferMapper* getMapper(uint64_t handle);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/ |
AnnRGBPlane.h | 45 bool setDataBuffer(uint32_t handle); 50 void setFramebufferTarget(uint32_t handle);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
WsbmWrapper.h | 30 extern int psbWsbmWrapTTMBuffer(uint32_t handle, void **buf); 31 extern int psbWsbmWrapTTMBuffer2(uint32_t handle, void **buf);
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg_ionbuf.c | 74 p_buffer->ion_info_fd.handle = p_buffer->alloc.handle; 96 lhandle_data.handle = p_buffer->ion_info_fd.handle; 126 lhandle_data.handle = p_buffer->ion_info_fd.handle; 155 cache_inv_data.handle = p_buffer->ion_info_fd.handle;
|
/hardware/qcom/display/msm8084/libgralloc/ |
ionalloc.cpp | 92 fd_data.handle = ionAllocData.handle; 93 handle_data.handle = ionAllocData.handle; 194 handle_data.handle = fd_data.handle; 195 flush_data.handle = fd_data.handle;
|
/hardware/qcom/display/msm8226/libgralloc/ |
ionalloc.cpp | 92 fd_data.handle = ionAllocData.handle; 93 handle_data.handle = ionAllocData.handle; 198 handle_data.handle = fd_data.handle; 199 flush_data.handle = fd_data.handle;
|
/hardware/qcom/display/msm8960/libgralloc/ |
ionalloc.cpp | 92 fd_data.handle = ionAllocData.handle; 93 handle_data.handle = ionAllocData.handle; 198 handle_data.handle = fd_data.handle; 199 flush_data.handle = fd_data.handle;
|
/hardware/ti/omap3/dspbridge/inc/ |
DSPProcessor_OEM.h | 52 * hProcessor: The processor handle. 57 * DSP_EHANDLE: Invalid processor handle. 77 * hProcessor: The processor handle. 83 * DSP_EHANDLE: Invalid processor handle. 108 * hProcessor: The processor handle. 111 * DSP_EHANDLE: Invalid processor handle. 128 * hProcessor: The processor handle. 131 * DSP_EHANDLE: Invalid processor handle.
|