/external/v8/src/extensions/ |
free-buffer-extension.cc | 14 v8::Handle<v8::FunctionTemplate> FreeBufferExtension::GetNativeFunctionTemplate( 16 v8::Handle<v8::String> str) { 23 v8::Handle<v8::ArrayBuffer> arrayBuffer = args[0].As<v8::ArrayBuffer>();
|
/frameworks/base/core/java/com/android/internal/content/ |
NativeLibraryHelper.java | 66 * A handle to an opened package, consisting of one or more APKs. Used as 72 public static class Handle implements Closeable { 80 public static Handle create(File packageFile) throws IOException { 89 public static Handle create(Package pkg) throws IOException { 95 public static Handle create(PackageLite lite) throws IOException { 99 private static Handle create(List<String> codePaths, boolean multiArch, 115 return new Handle(apkHandles, multiArch, extractNativeLibs); 118 Handle(long[] apkHandles, boolean multiArch, boolean extractNativeLibs) { 150 private static native void nativeClose(long handle); 152 private static native long nativeSumNativeBinaries(long handle, String cpuAbi) [all...] |
/frameworks/opt/net/wifi/service/jni/ |
wifi_hal_stub.h | 26 wifi_error wifi_initialize_stub(wifi_handle *handle); 27 void wifi_cleanup_stub(wifi_handle handle, wifi_cleaned_up_handler handler); 28 void wifi_event_loop_stub(wifi_handle handle); 30 wifi_error wifi_get_supported_feature_set_stub(wifi_interface_handle handle, feature_set *set); 31 wifi_error wifi_get_concurrency_matrix_stub(wifi_interface_handle handle, int set_size_max, 33 wifi_error wifi_get_ifaces_stub(wifi_handle handle, int *num_ifaces, wifi_interface_handle **ifaces); 38 wifi_error wifi_set_nodfs_flag_stub(wifi_interface_handle handle, u32 nodfs); 39 wifi_error wifi_set_scanning_mac_oui_stub(wifi_interface_handle handle, unsigned char *oui); 40 wifi_error wifi_get_supported_channels_stub(wifi_handle handle, int *size, wifi_channel *list); 41 wifi_error wifi_is_epr_supported_stub(wifi_handle handle); [all...] |
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
TngGrallocBuffer.h | 31 TngGrallocBuffer(buffer_handle_t handle); 34 void resetBuffer(buffer_handle_t handle); 37 void initBuffer(buffer_handle_t handle);
|
TngPrimaryPlane.cpp | 39 void TngPrimaryPlane::setFramebufferTarget(buffer_handle_t handle) 43 // do not need to update the buffer handle 44 if (mCurrentDataBuffer != handle) 69 mCurrentDataBuffer = handle; 99 bool TngPrimaryPlane::setDataBuffer(buffer_handle_t handle) 101 if (!handle) { 102 setFramebufferTarget(handle); 106 TngGrallocBuffer tmpBuf(handle); 110 ATRACE("handle = %#x", handle); [all...] |
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
GrallocBufferBase.h | 26 GrallocBufferBase(uint32_t handle); 28 virtual void resetBuffer(uint32_t handle); 35 void initBuffer(uint32_t handle);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
TngGrallocBuffer.h | 31 TngGrallocBuffer(uint32_t handle); 34 void resetBuffer(uint32_t handle); 37 void initBuffer(uint32_t handle);
|
/hardware/qcom/display/msm8960/libgenlock/ |
genlock.h | 57 * handle are stored in the buffer_handle. 59 * @param: handle of the buffer 66 * Release a genlock lock associated with the handle. 68 * @param: handle of the buffer 74 * Attach a lock to the buffer handle passed via an IPC. 76 * @param: handle of the buffer 82 * Lock the buffer specified by the buffer handle. The lock held by the 89 * @param: handle of the buffer 102 * @param: handle of the buffer to be unlocked. 108 * Blocks the calling process until the lock held on the handle is unlocked [all...] |
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/ |
WarpRenderer.h | 31 GLuint mTexHandle; // Handle to s_texture. 32 GLuint mTexCoordHandle; // Handle to a_texCoord. 33 GLuint mTriangleVerticesHandle; // Handle to vPosition.
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
WarpRenderer.h | 31 GLuint mTexHandle; // Handle to s_texture. 32 GLuint mTexCoordHandle; // Handle to a_texCoord. 33 GLuint mTriangleVerticesHandle; // Handle to vPosition.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
nouveau_drm.h | 41 uint32_t handle; member in struct:drm_nouveau_channel_alloc::__anon30615 53 uint32_t handle; member in struct:drm_nouveau_grobj_alloc 59 uint32_t handle; member in struct:drm_nouveau_notifierobj_alloc 66 uint32_t handle; member in struct:drm_nouveau_gpuobj_free 97 uint32_t handle; member in struct:drm_nouveau_gem_info 114 uint32_t handle; member in struct:drm_nouveau_gem_pushbuf_bo 150 uint32_t handle; member in struct:drm_nouveau_gem_pushbuf_call 165 uint32_t handle; member in struct:drm_nouveau_gem_pin 171 uint32_t handle; member in struct:drm_nouveau_gem_unpin 178 uint32_t handle; member in struct:drm_nouveau_gem_cpu_prep 183 uint32_t handle; member in struct:drm_nouveau_gem_cpu_fini 187 uint32_t handle; member in struct:drm_nouveau_gem_tile [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
fltuser.h | 31 HRESULT WINAPI FilterConnectCommunicationPort(LPCWSTR lpPortName, DWORD dwOptions, LPCVOID lpContext, WORD wSizeOfContext, LPSECURITY_ATTRIBUTES lpSecurityAttributes, HANDLE *hPort); 34 HRESULT WINAPI FilterFindClose(HANDLE hFilterFind); 36 HRESULT WINAPI FilterFindNext(HANDLE hFilterFind, FILTER_INFORMATION_CLASS dwInformationClass, LPVOID lpBuffer, DWORD dwBufferSize, LPDWORD lpBytesReturned); 39 HRESULT WINAPI FilterGetMessage(HANDLE hPort, PFILTER_MESSAGE_HEADER lpMessageBuffer, DWORD dwMessageBufferSize, LPOVERLAPPED lpOverlapped); 42 HRESULT WINAPI FilterInstanceFindClose(HANDLE hFilterInstanceFind); 44 HRESULT WINAPI FilterInstanceFindNext(HANDLE hFilterInstanceFind, INSTANCE_INFORMATION_CLASS dwInformationClass, LPVOID lpBuffer, DWORD dwBufferSize, LPDWORD lpBytesReturned); 47 HRESULT WINAPI FilterReplyMessage(HANDLE hPort,PFILTER_REPLY_HEADER lpReplyBuffer,DWORD dwReplyBufferSize); 48 HRESULT WINAPI FilterSendMessage(HANDLE hPort, LPVOID lpInBuffer, DWORD dwInBufferSize, LPVOID lpOutBuffer, DWORD dwOutBufferSize, LPDWORD lpBytesReturned); 50 HRESULT WINAPI FilterVolumeFindClose(HANDLE hVolumeFind); 52 HRESULT WINAPI FilterVolumeFindNext(HANDLE hVolumeFind, FILTER_VOLUME_INFORMATION_CLASS dwInformationClass, LPVOID lpBuffer, DWORD dwBufferSi (…) [all...] |
/external/drm_gralloc/ |
gralloc_drm_intel.c | 210 pitches[0] = ib->base.handle->stride; 213 switch(ib->base.handle->format) { 222 pitches[0] * ib->base.handle->height; 224 pitches[2] * ib->base.handle->height/2; 234 pitches[0] * ib->base.handle->height; 242 const struct gralloc_drm_handle_t *handle, 251 bpp = gralloc_drm_get_bpp(handle->format); 253 ALOGE("unrecognized format 0x%x", handle->format); 257 aligned_width = handle->width; 258 aligned_height = handle->height [all...] |
/external/v8/src/ |
debug.cc | 31 : debug_context_(Handle<Context>()), 32 event_listener_(Handle<Object>()), 33 event_listener_data_(Handle<Object>()), 52 static v8::Handle<v8::Context> GetDebugEventContext(Isolate* isolate) { 53 Handle<Context> context = isolate->debug()->debugger_entry()->GetContext(); 57 Handle<Context> native_context(context->native_context()); 62 BreakLocationIterator::BreakLocationIterator(Handle<DebugInfo> debug_info, 269 void BreakLocationIterator::SetBreakPoint(Handle<Object> break_point_object) { 281 void BreakLocationIterator::ClearBreakPoint(Handle<Object> break_point_object) { 371 Handle<Code> target_code(Code::GetCodeFromTargetAddress(target)) [all...] |
allocation-site-scopes.cc | 11 Handle<AllocationSite> AllocationSiteCreationContext::EnterNewScope() { 12 Handle<AllocationSite> scope_site; 17 scope_site = Handle<AllocationSite>(*top(), isolate()); 40 Handle<AllocationSite> scope_site, 41 Handle<JSObject> object) { 63 bool AllocationSiteUsageContext::ShouldCreateMemento(Handle<JSObject> object) {
|
/external/iptables/libiptc/ |
libiptc.c | 337 unsigned int *idx, struct xtc_handle *handle, 344 list_pos=&handle->chains; 347 if (handle->chain_index_sz == 0) { 348 debug("WARNING: handle->chain_index_sz == 0\n"); 353 end = handle->chain_index_sz; 361 if (!handle->chain_index[pos]) { 363 return &handle->chains; /* Be safe, return orig start pos */ 367 pos, handle->chain_index[pos]->name); 372 res = strcmp(name, handle->chain_index[pos]->name); 376 handle->chain_index[pos]->head_offset [all...] |
/art/runtime/mirror/ |
stack_trace_element.cc | 42 StackTraceElement* StackTraceElement::Alloc(Thread* self, Handle<String> declaring_class, 43 Handle<String> method_name, Handle<String> file_name, 58 void StackTraceElement::Init(Handle<String> declaring_class, Handle<String> method_name, 59 Handle<String> file_name, int32_t line_number) {
|
/device/htc/flounder/sensor_hub/libsensors/ |
SensorBase.h | 64 virtual int setDelay(int32_t handle, int64_t ns); 65 virtual int64_t getDelay(int32_t handle); 68 virtual int setEnable(int32_t handle, int enabled) = 0; 70 virtual int getEnable(int32_t handle) = 0; 71 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout) = 0; 72 virtual int flush(int handle) = 0;
|
/external/selinux/libsepol/include/sepol/ |
booleans.h | 7 #include <sepol/handle.h> 31 extern int sepol_bool_set(sepol_handle_t * handle, 37 extern int sepol_bool_count(sepol_handle_t * handle, 41 extern int sepol_bool_exists(sepol_handle_t * handle, 46 extern int sepol_bool_query(sepol_handle_t * handle, 57 extern int sepol_bool_iterate(sepol_handle_t * handle,
|
users.h | 6 #include <sepol/handle.h> 30 extern int sepol_user_modify(sepol_handle_t * handle, 36 extern int sepol_user_count(sepol_handle_t * handle, 40 extern int sepol_user_exists(sepol_handle_t * handle, 45 extern int sepol_user_query(sepol_handle_t * handle, 55 extern int sepol_user_iterate(sepol_handle_t * handle,
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CallInfo.java | 31 private String handle; field in class:CallInfo 33 public CallInfo(String handle) { 34 this.handle = handle; 38 return handle; 75 destination.writeString(handle);
|
/hardware/intel/img/hwcomposer/merrifield/common/buffers/ |
BufferCache.cpp | 35 bool BufferCache::addMapper(uint64_t handle, BufferMapper* mapper) 37 ssize_t index = mBufferPool.indexOfKey(handle); 39 ETRACE("buffer %#llx exists", handle); 44 index = mBufferPool.add(handle, mapper); 71 BufferMapper* BufferCache::getMapper(uint64_t handle) 73 ssize_t index = mBufferPool.indexOfKey(handle);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/ |
BufferCache.cpp | 35 bool BufferCache::addMapper(uint64_t handle, BufferMapper* mapper) 37 ssize_t index = mBufferPool.indexOfKey(handle); 39 ELOGTRACE("buffer %#llx exists", handle); 44 index = mBufferPool.add(handle, mapper); 71 BufferMapper* BufferCache::getMapper(uint64_t handle) 73 ssize_t index = mBufferPool.indexOfKey(handle);
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
nan_rsp.cpp | 70 pRsp->header.handle = pFwRsp->fwHeader.handle; 81 pRsp->header.handle = pFwRsp->fwHeader.handle; 92 pRsp->header.handle = pFwRsp->fwHeader.handle; 103 pRsp->header.handle = pFwRsp->fwHeader.handle; 114 pRsp->header.handle = pFwRsp->fwHeader.handle; [all...] |
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
msm_ion.h | 203 * ion_handle_get_flags - get the flags for a given handle 205 * @client - client who allocated the handle 206 * @handle - handle to get the flags 209 * Gets the current flags for a handle. These flags indicate various options 212 int ion_handle_get_flags(struct ion_client *client, struct ion_handle *handle, 217 * ion_map_iommu - map the given handle into an iommu 219 * @client - client who allocated the handle 220 * @handle - handle to ma 490 struct ion_handle *handle; member in struct:ion_flush_data [all...] |