/external/chromium/chrome/browser/automation/ |
testing_automation_provider.cc | 444 void TestingAutomationProvider::ActivateTab(int handle, 448 if (browser_tracker_->ContainsHandle(handle) && at_index > -1) { 449 Browser* browser = browser_tracker_->GetResource(handle); 457 void TestingAutomationProvider::AppendTab(int handle, 463 if (browser_tracker_->ContainsHandle(handle)) { 464 Browser* browser = browser_tracker_->GetResource(handle); 487 void TestingAutomationProvider::GetActiveTabIndex(int handle, 490 if (browser_tracker_->ContainsHandle(handle)) { 491 Browser* browser = browser_tracker_->GetResource(handle); 513 void TestingAutomationProvider::GetCookies(const GURL& url, int handle, [all...] |
/bionic/libthread_db/include/ |
thread_db.h | 143 extern td_err_e td_thr_get_info(td_thrhandle_t const * handle, 146 extern td_err_e td_thr_event_enable(td_thrhandle_t const * handle, 152 extern td_err_e td_thr_event_enable(td_thrhandle_t const * handle, td_event_e event); 154 extern td_err_e td_thr_get_info(td_thrhandle_t const * handle, td_thrinfo_t * info);
|
/bionic/tests/ |
dlfcn_test.cpp | 92 // NULL handle. 96 ASSERT_SUBSTR("dlsym library handle is null", dlerror()); 198 void* handle = dlopen("no-elf-hash-table-library.so", RTLD_NOW); local 199 ASSERT_TRUE(handle == NULL); 207 void* handle; local 211 handle = dlopen(NULL, 0); 212 ASSERT_TRUE(handle == NULL); 216 handle = dlopen(NULL, 0xffffffff); 217 ASSERT_TRUE(handle == NULL); 221 handle = dlopen(NULL, RTLD_NOW|RTLD_LAZY) [all...] |
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraThermalAdapter.h | 73 int (*mUnregister)(int handle);
|
/device/asus/flo/camera/mm-image-codec/qomx_core/ |
qomx_core.h | 60 * @handle: array of number of instances of the component 65 * @lib_handle: Library handle after dlopen 68 * OMX handle to its respective function implementation in 72 OMX_HANDLETYPE *handle[OMX_COMP_MAX_INSTANCES]; //Instance handle member in struct:_omx_core_component_t
|
/external/bluetooth/bluedroid/btif/src/ |
btif_gatt_test.c | 126 GATTC_SendHandleValueConfirm(conn_id, p_data->handle); 142 ALOGD(" Attribute handle: 0x%04x (%d)", p_data->handle, p_data->handle); 151 ALOGD(" Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", 152 p_data->handle, p_data->value.group_value.e_handle, 153 p_data->handle, p_data->value.group_value.e_handle); 159 ALOGD(" Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", 160 p_data->handle, p_data->value.handle, [all...] |
/external/chromium/chrome/browser/chromeos/ |
audio_mixer_alsa.cc | 270 snd_mixer_t* handle = NULL; local 273 if ((err = snd_mixer_open(&handle, 0)) < 0) { 278 if ((err = snd_mixer_attach(handle, card)) < 0) { 281 snd_mixer_close(handle); 298 if ((err = snd_mixer_selem_register(handle, NULL, NULL)) < 0) { 300 snd_mixer_close(handle); 304 if ((err = snd_mixer_load(handle)) < 0) { 307 snd_mixer_close(handle); 313 elem_master_ = FindElementWithName_Locked(handle, kMasterVolume); 322 snd_mixer_close(handle); [all...] |
/external/chromium/chrome/browser/nacl_host/ |
nacl_process_host.h | 35 void OnProcessLaunchedByBroker(base::ProcessHandle handle); 42 // Internal class that holds the nacl::Handle objecs so that
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_item_mac.h | 49 void OnExtractIconComplete(IconManager::Handle handle,
|
/external/chromium/third_party/libjingle/source/talk/base/ |
win32window.h | 46 HWND handle() const { return wnd_; } function in class:talk_base::Win32Window
|
/external/chromium_org/base/synchronization/ |
waitable_event_watcher_win.cc | 25 return watcher_.StartWatching(event->handle(), this); 38 void WaitableEventWatcher::OnObjectSignaled(HANDLE h) {
|
/external/chromium_org/cc/resources/ |
texture_mailbox.cc | 86 return ContainsHandle(other.shared_memory_->handle()); 96 bool TextureMailbox::ContainsHandle(base::SharedMemoryHandle handle) const { 97 return shared_memory_ && shared_memory_->handle() == handle;
|
/external/chromium_org/chrome/browser/nacl_host/ |
nacl_broker_host_win.h | 47 base::ProcessHandle handle);
|
/external/chromium_org/chrome/browser/task_manager/ |
child_process_resource_provider.cc | 35 base::ProcessHandle handle, 78 base::ProcessHandle handle, 82 handle_(handle), 87 pid_ = base::GetProcId(handle); 267 if (resources_.count(data.handle)) { 284 ChildProcessMap::iterator iter = resources_.find(data.handle); 313 child_process_data.handle, 315 resources_[child_process_data.handle] = resource; 324 // Only add processes which are already started, since we need their handle. 325 if (iter.GetData().handle == base::kNullProcessHandle [all...] |
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
suggestions_source_top_sites.h | 40 CancelableRequestProvider::Handle handle,
|
/external/chromium_org/chrome/browser/usb/ |
usb_device_handle.h | 62 PlatformUsbDeviceHandle handle() const { return handle_; } function in class:UsbDeviceHandle 68 // The platform device handle will be closed when UsbDeviceHandle destructs. 122 UsbDevice* device, PlatformUsbDeviceHandle handle); 131 friend void HandleTransferCompletion(PlatformUsbTransferHandle handle); 148 void SubmitTransfer(PlatformUsbTransferHandle handle, 177 // before this handle.
|
/external/chromium_org/content/browser/gamepad/ |
gamepad_service.h | 47 // Returns the shared memory handle of the gamepad data duplicated into the 50 base::ProcessHandle handle);
|
/external/chromium_org/content/browser/renderer_host/media/ |
video_capture_controller_event_handler.h | 38 base::SharedMemoryHandle handle,
|
/external/chromium_org/content/child/ |
socket_stream_dispatcher.h | 35 WebKit::WebSocketStreamHandle* handle,
|
webkitplatformsupport_impl.h | 33 WebKit::WebSocketStreamHandle* handle,
|
/external/chromium_org/content/public/browser/ |
browser_child_process_host.h | 69 // Set the handle of the process. BrowserChildProcessHost will do this when 72 // they need to call this method so that the process handle is associated with 74 virtual void SetHandle(base::ProcessHandle handle) = 0;
|
/external/chromium_org/content/renderer/device_orientation/ |
device_motion_event_pump.h | 37 virtual bool InitializeReader(base::SharedMemoryHandle handle) OVERRIDE;
|
device_orientation_event_pump.h | 41 virtual bool InitializeReader(base::SharedMemoryHandle handle) OVERRIDE;
|
/external/chromium_org/content/renderer/pepper/ |
host_array_buffer_var.h | 22 base::SharedMemoryHandle handle);
|
/external/chromium_org/media/audio/ |
audio_input_ipc.h | 28 // The shared memory |handle| points to a memory section that's used to 35 virtual void OnStreamCreated(base::SharedMemoryHandle handle, 36 base::SyncSocket::Handle socket_handle,
|