/external/chromium/webkit/glue/ |
websocketstreamhandle_impl.cc | 29 explicit Context(WebSocketStreamHandleImpl* handle); 68 WebSocketStreamHandleImpl::Context::Context(WebSocketStreamHandleImpl* handle) 69 : handle_(handle), 129 WebSocketStreamHandleImpl* handle = handle_; local 134 client->didClose(handle);
|
/external/chromium_org/components/nacl/loader/ |
nacl_validation_query.cc | 119 static void* CreateQuery(void* handle) { 120 return static_cast<NaClValidationQueryContext*>(handle)->CreateQuery(); 139 static int ResolveFileToken(void* handle, struct NaClFileToken* file_token, 145 bool ok = static_cast<NaClValidationQueryContext*>(handle)-> 164 cache->handle = new NaClValidationQueryContext(db, profile_key, nacl_version);
|
/external/chromium_org/content/browser/android/ |
child_process_launcher_android.cc | 32 // identified by render process handle, render view ID and player ID. 69 // |handle| is the processID of the child process as originated in Java, 0 if 74 jint handle) { 77 if (handle) 78 callback->Run(static_cast<base::ProcessHandle>(handle)); 128 void StopChildProcess(base::ProcessHandle handle) { 131 Java_ChildProcessLauncher_stop(env, static_cast<jint>(handle));
|
/external/chromium_org/gpu/command_buffer/service/ |
safe_shared_memory_pool.cc | 24 original_handle_ = memory->handle(); 30 // Release the handle. The pool will delete the SharedMemory 63 MemoryMap::iterator it = memory_.find(shared_memory->handle()); 71 memory_[shared_memory->handle()] = tracker; 92 ReleaseSafeSharedMemory(const base::SharedMemoryHandle& handle) { 99 MemoryMap::iterator it = memory_.find(handle); 117 // Duplicate the handle.
|
/external/chromium_org/third_party/leveldatabase/src/table/ |
two_level_iterator.cc | 160 Slice handle = index_iter_.value(); local 161 if (data_iter_.iter() != NULL && handle.compare(data_block_handle_) == 0) { 165 Iterator* iter = (*block_function_)(arg_, options_, handle); 166 data_block_handle_.assign(handle.data(), handle.size());
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
cache_test.cc | 49 Cache::Handle* handle = cache_->Lookup(EncodeKey(key)); local 50 const int r = (handle == NULL) ? -1 : DecodeValue(cache_->Value(handle)); 51 if (handle != NULL) { 52 cache_->Release(handle); 112 Cache::Handle* h1 = cache_->Lookup(EncodeKey(100)); 116 Cache::Handle* h2 = cache_->Lookup(EncodeKey(100));
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_screen.c | 89 ret = nouveau_bo_name_ref(dev, whandle->handle, &bo); 92 __FUNCTION__, whandle->handle, ret); 110 return nouveau_bo_name_get(bo, &whandle->handle) == 0; 112 whandle->handle = bo->handle;
|
/external/chromium_org/webkit/child/ |
websocketstreamhandle_impl.cc | 38 explicit Context(WebSocketStreamHandleImpl* handle); 79 WebSocketStreamHandleImpl::Context::Context(WebSocketStreamHandleImpl* handle) 80 : handle_(handle), 141 WebSocketStreamHandleImpl* handle = handle_; local 146 client->didClose(handle);
|
/external/libnfc-nxp/Linux_x86/ |
phOsalNfc_Timer.c | 48 timer_t handle; /*!< System timer handle. */ member in struct:phOsalNfc_Timer 189 if(timer_create(CLOCK_REALTIME, &se, &(timers[timerid].handle)) == -1) 237 timer_settime(timers[TimerId].handle, 0, &its, NULL); 258 timer_settime(timers[TimerId].handle, 0, &its, NULL); 274 timer_delete(timers[TimerId].handle);
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_screen.c | 89 ret = nouveau_bo_name_ref(dev, whandle->handle, &bo); 92 __FUNCTION__, whandle->handle, ret); 110 return nouveau_bo_name_get(bo, &whandle->handle) == 0; 112 whandle->handle = bo->handle;
|
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/ |
AAC_E_SAMPLES.c | 153 void *handle; local 191 handle = dlopen("libstagefright.so", RTLD_NOW); 192 if(handle == 0) 198 pfunc = dlsym(handle, "voGetAACEncAPI"); 279 dlclose(handle);
|
/frameworks/base/core/jni/ |
android_opengl_EGLExt.cpp | 114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { 116 (EGLContext)handle == EGL_NO_CONTEXT) { 121 (EGLDisplay)handle == EGL_NO_DISPLAY) { 126 (EGLSurface)handle == EGL_NO_SURFACE) { 130 return _env->NewObject(cls, con, (jint)handle);
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
EGL14cHeader.cpp | 113 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { 115 (EGLContext)handle == EGL_NO_CONTEXT) { 120 (EGLDisplay)handle == EGL_NO_DISPLAY) { 125 (EGLSurface)handle == EGL_NO_SURFACE) { 129 return _env->NewObject(cls, con, (jint)handle);
|
EGLExtcHeader.cpp | 114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { 116 (EGLContext)handle == EGL_NO_CONTEXT) { 121 (EGLDisplay)handle == EGL_NO_DISPLAY) { 126 (EGLSurface)handle == EGL_NO_SURFACE) { 130 return _env->NewObject(cls, con, (jint)handle);
|
/hardware/libhardware/tests/nusensors/ |
nusensors.cpp | 93 list[i].handle, 104 err = device->activate(device, list[i].handle, 0); 113 err = device->activate(device, list[i].handle, 1); 119 device->setDelay(device, list[i].handle, ms2ns(10)); 181 err = device->activate(device, list[i].handle, 0);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/ |
native_android.cpp | 152 get_handle_name(buffer_handle_t handle) 157 dh = gralloc_drm_handle(handle); 165 get_handle_name(buffer_handle_t handle) 194 struct winsys_handle handle; local 196 memset(&handle, 0, sizeof(handle)); 197 handle.type = DRM_API_HANDLE_TYPE_SHARED; 199 handle.handle = get_handle_name(abuf->handle); 211 struct android_winsys_handle handle; local 247 void *handle; local 444 struct winsys_handle handle; local [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/android/ |
native_android.cpp | 152 get_handle_name(buffer_handle_t handle) 157 dh = gralloc_drm_handle(handle); 165 get_handle_name(buffer_handle_t handle) 194 struct winsys_handle handle; local 196 memset(&handle, 0, sizeof(handle)); 197 handle.type = DRM_API_HANDLE_TYPE_SHARED; 199 handle.handle = get_handle_name(abuf->handle); 211 struct android_winsys_handle handle; local 247 void *handle; local 444 struct winsys_handle handle; local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/ |
SDL_dlcompat.c | 113 static int SDL_OSX_dlclose(void * handle); 116 static void * SDL_OSX_dlsym(void * dl_restrict handle, const char * dl_restrict symbol); 128 * Special handle arguments for SDL_OSX_dlsym(). 258 static void *dlsym_prepend_underscore(void *handle, const char *symbol); 259 static void *dlsym_auto_underscore(void *handle, const char *symbol); 262 static void *dlsym_prepend_underscore_intern(void *handle, const char *symbol); 263 static void *dlsym_auto_underscore_intern(void *handle, const char *symbol); 475 error("invalid handle"); 477 error("handle to closed library"); 994 error("no existing handle and RTLD_NOLOAD specified") 1383 void *handle = SDL_OSX_dlopen(sofile, RTLD_NOW); local [all...] |
/external/blktrace/btt/ |
seek.c | 251 void seeki_add(void *handle, struct io *iop) 253 struct seeki *sip = handle; 272 long long seeki_nseeks(void *handle) 274 return ((struct seeki *)handle)->tot_seeks; 277 double seeki_mean(void *handle) 279 struct seeki *sip = handle; 283 long long seeki_median(void *handle) 286 struct seeki *sip = handle; 295 int seeki_mode(void *handle, struct mode *mp) 297 struct seeki *sip = handle; [all...] |
/external/bluetooth/bluedroid/stack/srvc/ |
srvc_eng.c | 207 p_rsp->attr_value.handle = p_data->handle; 209 if (dis_valid_handle_range(p_data->handle)) 210 act = dis_read_attr_value(clcb_idx, p_data->handle, &p_rsp->attr_value, p_data->is_long, p_status); 212 else if (battery_valid_handle_range(p_data->handle)) 213 act = battery_s_read_attr_value(clcb_idx, p_data->handle, &p_rsp->attr_value, p_data->is_long, p_status); 226 if (dis_valid_handle_range(p_data->handle)) 230 else if (battery_valid_handle_range(p_data->handle)) 443 void srvc_sr_notify(BD_ADDR remote_bda, UINT16 handle, UINT16 len, UINT8 *p_value) 449 GATTS_HandleValueNotification( conn_id, handle, len, p_value) [all...] |
/external/chromium_org/chrome/test/automation/ |
automation_proxy.cc | 324 int handle = 0; local 325 if (!Send(new AutomationMsg_BrowserWindow(window_index, &handle))) 328 return ProxyObjectFromHandle<BrowserProxy>(handle); 364 int handle; local 366 if (message.ReadInt(&iter, &handle)) { 367 tracker_->InvalidateHandle(handle); 378 int handle) { 379 if (!handle) 382 // Get AddRef-ed pointer to the object if handle is already seen. 383 T* p = static_cast<T*>(tracker_->GetResource(handle)); [all...] |
/external/chromium_org/sandbox/win/src/ |
filesystem_dispatcher.cc | 109 HANDLE handle; local 116 &handle, &nt_status, 124 ipc->return_info.handle = handle; 151 HANDLE handle; local 156 share_access, open_options, &handle, 164 ipc->return_info.handle = handle; [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
win32socketserver.cc | 158 HANDLE handle; member in struct:talk_base::Win32Socket::DnsLookup 182 if (::IsWindow(handle())) { 183 ::DestroyWindow(handle()); 225 parent_->OnDnsNotify(reinterpret_cast<HANDLE>(wParam), error); 280 ::SetTimer(sink_->handle(), 1, ms, 0); 342 dns->handle = WSAAsyncGetHostByName(sink_->handle(), WM_DNSNOTIFY, 345 if (!dns->handle) { 491 WSACancelAsyncRequest(dns_->handle); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32socketserver.cc | 159 HANDLE handle; member in struct:talk_base::Win32Socket::DnsLookup 183 if (::IsWindow(handle())) { 184 ::DestroyWindow(handle()); 226 parent_->OnDnsNotify(reinterpret_cast<HANDLE>(wParam), error); 286 ::SetTimer(sink_->handle(), 1, ms, 0); 351 dns->handle = WSAAsyncGetHostByName(sink_->handle(), WM_DNSNOTIFY, 355 if (!dns->handle) { 516 WSACancelAsyncRequest(dns_->handle); [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
browser_feature_extractor.cc | 302 CancelableRequestProvider::Handle handle = history->QueryURL( local 309 StorePendingQuery(handle, request, callback); 313 CancelableRequestProvider::Handle handle, 320 if (!GetPendingQuery(handle, &request, &callback)) { 373 CancelableRequestProvider::Handle next_handle = 383 CancelableRequestProvider::Handle handle, 390 if (!GetPendingQuery(handle, &request, &callback)) [all...] |