/hardware/ti/omap3/dspbridge/inc/ |
dbdcddef.h | 95 IN PVOID handle);
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbdcddef.h | 95 IN PVOID handle);
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KSCallbackHandlerProtectionTest.java | 56 public void handle(Callback[] callbacks) throws IOException, method in class:KSCallbackHandlerProtectionTest.TestCallbackHandler
|
/ndk/build/core/ |
build-executable.mk | 30 $(call handle-module-filename,,) 31 $(call handle-module-built)
|
build-shared-library.mk | 30 $(call handle-module-filename,lib,$(TARGET_SONAME_EXTENSION)) 31 $(call handle-module-built)
|
build-static-library.mk | 29 $(call handle-module-filename,lib,$(TARGET_LIB_EXTENSION)) 30 $(call handle-module-built)
|
/packages/apps/Nfc/nci/jni/ |
NativeLlcpConnectionlessSocket.cpp | 66 jint handle = e->GetIntField(o, f); local 77 tNFA_STATUS status = NFA_P2pSendUI((tNFA_HANDLE) handle, nsap, byte_count, raw_ptr); 266 jint handle = e->GetIntField(o, f); local 268 tNFA_STATUS status = NFA_P2pDisconnect((tNFA_HANDLE) handle, FALSE);
|
/bionic/libc/private/ |
arpa_nameser.h | 106 * This is a message handle. It is caller allocated and has no dynamic data. 125 #define ns_msg_id(handle) ((handle)._id + 0) 126 #define ns_msg_base(handle) ((handle)._msg + 0) 127 #define ns_msg_end(handle) ((handle)._eom + 0) 128 #define ns_msg_size(handle) ((size_t)((handle)._eom - (handle)._msg) [all...] |
/external/bluetooth/bluedroid/stack/include/ |
gatt_api.h | 313 UINT16 handle; /* attribute handle */ member in struct:__anon3778 327 UINT16 handle; /* WRITE, WRITE_BLOB */ member in union:__anon3779 347 UINT16 handle; member in struct:__anon3781 355 UINT16 handle; /* attribute handle */ member in struct:__anon3782 371 UINT16 handle; /* handle value confirmation */ member in union:__anon3783 384 GATTS_REQ_TYPE_CONF /* handle value confirmation */ 446 /* Read By Handle Request (GATT_READ_BY_HANDLE) data * 450 UINT16 handle; member in struct:__anon3790 457 UINT16 handle; member in struct:__anon3791 487 UINT16 handle; member in union:__anon3794 537 UINT16 handle; \/* When used with GATT_DISC_INC_SRVC type discovery result, member in union:__anon3798 549 UINT16 handle; member in struct:__anon3799 [all...] |
/external/chromium_org/content/common/gpu/client/ |
command_buffer_proxy_impl.cc | 39 // Delete all the locally cached shared memory objects, closing the handle 150 // This handle is owned by the GPU process and must be passed to it or it 153 base::SharedMemoryHandle handle = local 154 channel_->ShareToGpuProcess(shared_state_shm_->handle()); 155 if (!base::SharedMemory::IsHandleValid(handle)) 159 if (!Send(new GpuCommandBufferMsg_Initialize(route_id_, handle, &result))) { 272 // This handle is owned by the GPU process and must be passed to it or it 275 base::SharedMemoryHandle handle = 276 channel_->ShareToGpuProcess(shared_memory->handle()); 277 if (!base::SharedMemory::IsHandleValid(handle)) 324 base::SharedMemoryHandle handle = base::SharedMemoryHandle(); local [all...] |
/external/chromium_org/ppapi/proxy/ |
ppapi_proxy_test.cc | 80 const IPC::ChannelHandle& handle, 84 harness->SetUpHarnessWithChannel(handle, ipc_message_loop_proxy, 247 base::PlatformFile handle, 250 return IPC::GetFileHandleForProcess(handle, 251 base::Process::Current().handle(), 490 base::PlatformFile handle, 493 return IPC::GetFileHandleForProcess(handle, 494 base::Process::Current().handle(), 546 // Construct the IPC handle name using the process ID so we can safely run 550 IPC::ChannelHandle handle(handle_name.str()) [all...] |
/external/chromium_org/remoting/host/ |
desktop_session_proxy.cc | 45 base::SharedMemoryHandle handle, 50 shared_memory_(handle, kReadOnly, process), 52 shared_memory_(handle, kReadOnly), 58 << ", handle=" << handle 60 << ", handle.fd=" << handle.fd 69 webrtc::SharedMemory::Handle handle() { function in class:remoting::DesktopSessionProxy::IpcSharedBufferCore 71 return shared_memory_.handle(); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_wingl.c | 597 HMODULE handle; local 607 handle = LoadLibrary(path); 608 if ( handle == NULL ) { 619 GetProcAddress(handle, "wglGetProcAddress"); 621 GetProcAddress(handle, "wglCreateContext"); 623 GetProcAddress(handle, "wglDeleteContext"); 625 GetProcAddress(handle, "wglMakeCurrent"); 627 GetProcAddress(handle, "wglSwapIntervalEXT"); 629 GetProcAddress(handle, "wglGetSwapIntervalEXT"); 636 FreeLibrary(handle); [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
bt_amp_hci.h | 141 hci_handle_t handle; member in struct:ls_to_cmd_parms 222 uint16 handle; member in struct:flush_occurred_evt_parms 288 hci_handle_t handle; member in struct:read_ls_to_evt_parms 305 uint16 handle; member in struct:data_blocks 340 hci_handle_t handle; member in struct:read_linkq_evt_parms 353 uint16 handle; member in struct:eflush_complete_evt_parms 403 uint16 handle; /* 12-bit connection handle + 2-bit PB and 2-bit BC flags */ member in struct:amp_hci_ACL_data 413 #define HCI_ACL_DATA_HANDLE(handle) ((handle) & 0x0fff [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioStreamOutALSA.cpp | 53 AudioStreamOutALSA::AudioStreamOutALSA(AudioHardwareALSA *parent, alsa_handle_t *handle) : 54 ALSAStreamOps(parent, handle), 123 if((mHandle->handle == NULL) && (mHandle->rxHandle == NULL) && 197 if(mHandle->handle == NULL) { 246 } else if (mHandle->handle != 0){ 247 n = pcm_write(mHandle->handle, 253 if (mHandle->handle != NULL) { 255 pcm_close(mHandle->handle); 256 mHandle->handle = NULL; 265 if(mHandle->handle == NULL) [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_INVOKE_INTERFACE.S | 6 * Handle an interface method call. 26 beq common_exceptionThrown @ yes, handle exception
|
/dalvik/vm/mterp/mips/ |
OP_INVOKE_INTERFACE.S | 6 * Handle an interface method call. 27 beqz v0, common_exceptionThrown # yes, handle exception
|
/device/generic/goldfish/opengl/system/GLESv1/ |
gl.cpp | 70 ((cb_handle_t *)(native_buffer->handle))->hostHandle); 93 ((cb_handle_t *)(native_buffer->handle))->hostHandle);
|
/device/generic/goldfish/opengl/system/GLESv2/ |
gl2.cpp | 69 rcEnc->rcBindTexture(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle); 90 rcEnc->rcBindRenderbuffer(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
|
/external/bluetooth/bluedroid/btif/src/ |
btif_hh.c | 328 ** Description Return the device pointer of the specified device handle 332 static btif_hh_device_t *btif_hh_find_dev_by_handle(UINT8 handle) 335 // LOGV("%s: handle = %d", __FUNCTION__, handle); 338 btif_hh_cb.devices[i].dev_handle == handle) 351 ** Description Return the connected device pointer of the specified device handle 355 btif_hh_device_t *btif_hh_find_connected_dev_by_handle(UINT8 handle) 360 btif_hh_cb.devices[i].dev_handle == handle) 811 BTIF_TRACE_WARNING3("%s: BTA_HH_OPN_EVT: handle=%d, status =%d",__FUNCTION__, p_data->conn.handle, p_data->conn.status) [all...] |
/external/chromium/chrome/browser/geolocation/ |
access_token_store.cc | 95 AccessTokenStore::Handle AccessTokenStore::LoadAccessTokens( 101 DCHECK(request->handle()); 104 return request->handle();
|
/external/chromium/chrome/browser/ |
jumplist_win.h | 153 void OnSegmentUsageAvailable(CancelableRequestProvider::Handle handle, 162 void OnFaviconDataAvailable(HistoryService::Handle handle,
|
/external/chromium/chrome/browser/password_manager/ |
password_form_manager.h | 72 int handle, const std::vector<webkit_glue::PasswordForm*>& result); 76 CancelableRequestProvider::Handle handle, 197 // Handle to any pending PasswordStore::GetLogins query. 198 CancelableRequestProvider::Handle pending_login_query_;
|
/external/chromium/chrome/browser/ui/cocoa/ |
history_menu_bridge.h | 81 // The Handle given to us by the FaviconService for the icon fetch request. 82 FaviconService::Handle icon_handle; 174 void OnVisitedHistoryResults(CancelableRequestProvider::Handle handle, 189 void GotFaviconData(FaviconService::Handle handle,
|
/external/chromium/third_party/libjingle/source/talk/base/ |
latebindingsymboltable.h | 55 void InternalUnloadDll(DllHandle handle); 57 bool InternalLoadSymbols(DllHandle handle,
|