/hardware/libhardware/include/hardware/ |
gralloc.h | 148 * This function checks that the handle is indeed a valid one and prepares 151 * It is not necessary to call (*registerBuffer)() on a handle created 157 buffer_handle_t handle); 160 * (*unregisterBuffer)() is called once this handle is no longer needed in 164 * This function doesn't close or free the handle itself; this is done 172 buffer_handle_t handle); 210 buffer_handle_t handle, int usage, 221 buffer_handle_t handle); 240 buffer_handle_t handle, int usage, 274 buffer_handle_t* handle, int* stride) [all...] |
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
ndldic.c | 100 #define COPY_QUE(handle, src, dst) \ 101 nj_memcpy(POS_TO_ADDRESS((handle), (dst)), POS_TO_ADDRESS((handle), (src)), QUE_SIZE(handle)) 110 static NJ_WQUE *get_que(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que_id); 111 static NJ_INT16 is_continued(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que_id); 112 static NJ_UINT16 search_next_que(NJ_DIC_HANDLE handle, NJ_UINT16 que_id); 113 static NJ_INT16 que_strcmp_complete_with_hyouki(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que_id, NJ_CHAR *yomi, NJ_UINT16 yomi_len, NJ_CHAR *hyouki, NJ_UINT8 multi_flg); 114 static NJ_CHAR *get_string(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que_id, NJ_UINT8 *slen); 115 static NJ_CHAR *get_hyouki(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que_id, NJ_UINT8 *slen) [all...] |
/external/chromium/base/ |
shared_memory_win.cc | 29 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only) 30 : mapped_file_(handle), 37 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only, 44 ::DuplicateHandle(process, handle, 58 bool SharedMemory::IsHandleValid(const SharedMemoryHandle& handle) { 59 return handle != NULL; 68 void SharedMemory::CloseHandle(const SharedMemoryHandle& handle) { 69 DCHECK(handle != NULL); 70 ::CloseHandle(handle); 163 HANDLE mapped_file = mapped_file_ 224 SharedMemoryHandle SharedMemory::handle() const { function in class:base::SharedMemory [all...] |
/external/chromium_org/chrome/browser/history/ |
history_backend_android.cc | 21 request->ForwardResult(request->handle(), id != 0, id); 38 request->ForwardResult(request->handle(), statement, statement); 56 request->ForwardResult(request->handle(), result, count); 72 request->ForwardResult(request->handle(), result, count); 88 request->ForwardResult(request->handle(), result, count); 111 request->ForwardResult(request->handle(), cur); 129 request->ForwardResult(request->handle(), id != 0, id); 146 request->ForwardResult(request->handle(), result, count); 163 request->ForwardResult(request->handle(), result, count); 180 request->ForwardResult(request->handle(), statement, statement) [all...] |
/external/libnfc-nci/src/nfa/ce/ |
nfa_ce_api.c | 41 ** NFA_STATUS_BAD_HANDLE invalid handle 45 tNFA_STATUS nfa_ce_api_deregister_listen (tNFA_HANDLE handle, UINT32 listen_info) 49 /* Validate handle */ 51 &&((handle & NFA_HANDLE_GROUP_MASK) != NFA_HANDLE_GROUP_CE) ) 53 NFA_TRACE_ERROR0 ("nfa_ce_api_reregister_listen: Invalid handle"); 60 p_ce_msg->dereg_listen.handle = handle; 293 ** NFA_STATUS_BAD_HANDLE if invalid handle 297 tNFA_STATUS NFA_CeDeregisterFelicaSystemCodeOnDH (tNFA_HANDLE handle) 299 NFA_TRACE_API1 ("NFA_CeDeregisterFelicaSystemCodeOnDH (): handle:0x%X", handle) [all...] |
/hardware/akm/AK8975_FS/libsensors/ |
AdxlSensor.cpp | 86 int AdxlSensor::setEnable(int32_t handle, int enabled) { 90 /* handle check */ 91 if (handle != ID_A) { 92 ALOGE("AdxlSensor: Invalid handle (%d)", handle); 126 int AdxlSensor::setDelay(int32_t handle, int64_t delay_ns) 134 /* handle check */ 135 if (handle != ID_A) { 136 ALOGE("AdxlSensor: Invalid handle (%d)", handle); [all...] |
KionixSensor.cpp | 82 int KionixSensor::setEnable(int32_t handle, int enabled) { 86 /* handle check */ 87 if (handle != ID_A) { 88 ALOGE("KionixSensor: Invalid handle (%d)", handle); 124 int KionixSensor::setDelay(int32_t handle, int64_t delay_ns) 129 /* handle check */ 130 if (handle != ID_A) { 131 ALOGE("KionixSensor: Invalid handle (%d)", handle); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
firewire-cdev.h | 104 * @handle: Reference to the kernel-side pending request 112 * using the same @handle. 122 __u32 handle; member in struct:fw_cdev_event_request 244 * @handle: The handle from the &fw_cdev_event_request 249 * send a reply using this ioctl. The event has a handle to the kernel-side 256 __u32 handle; member in struct:fw_cdev_send_response 264 * @handle: Handle to the allocation, written by the kernel 271 * The @handle field is an out parameter, returning a handle to the allocate 278 __u32 handle; member in struct:fw_cdev_allocate 287 __u32 handle; member in struct:fw_cdev_deallocate 333 __u32 handle; member in struct:fw_cdev_add_descriptor 345 __u32 handle; member in struct:fw_cdev_remove_descriptor 375 __u32 handle; member in struct:fw_cdev_create_iso_context 428 __u32 handle; member in struct:fw_cdev_queue_iso 452 __u32 handle; member in struct:fw_cdev_start_iso 460 __u32 handle; member in struct:fw_cdev_stop_iso [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
firewire-cdev.h | 104 * @handle: Reference to the kernel-side pending request 112 * using the same @handle. 122 __u32 handle; member in struct:fw_cdev_event_request 244 * @handle: The handle from the &fw_cdev_event_request 249 * send a reply using this ioctl. The event has a handle to the kernel-side 256 __u32 handle; member in struct:fw_cdev_send_response 264 * @handle: Handle to the allocation, written by the kernel 271 * The @handle field is an out parameter, returning a handle to the allocate 278 __u32 handle; member in struct:fw_cdev_allocate 287 __u32 handle; member in struct:fw_cdev_deallocate 333 __u32 handle; member in struct:fw_cdev_add_descriptor 345 __u32 handle; member in struct:fw_cdev_remove_descriptor 375 __u32 handle; member in struct:fw_cdev_create_iso_context 428 __u32 handle; member in struct:fw_cdev_queue_iso 452 __u32 handle; member in struct:fw_cdev_start_iso 460 __u32 handle; member in struct:fw_cdev_stop_iso [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
firewire-cdev.h | 104 * @handle: Reference to the kernel-side pending request 112 * using the same @handle. 122 __u32 handle; member in struct:fw_cdev_event_request 244 * @handle: The handle from the &fw_cdev_event_request 249 * send a reply using this ioctl. The event has a handle to the kernel-side 256 __u32 handle; member in struct:fw_cdev_send_response 264 * @handle: Handle to the allocation, written by the kernel 271 * The @handle field is an out parameter, returning a handle to the allocate 278 __u32 handle; member in struct:fw_cdev_allocate 287 __u32 handle; member in struct:fw_cdev_deallocate 333 __u32 handle; member in struct:fw_cdev_add_descriptor 345 __u32 handle; member in struct:fw_cdev_remove_descriptor 375 __u32 handle; member in struct:fw_cdev_create_iso_context 428 __u32 handle; member in struct:fw_cdev_queue_iso 452 __u32 handle; member in struct:fw_cdev_start_iso 460 __u32 handle; member in struct:fw_cdev_stop_iso [all...] |
/external/bluetooth/bluedroid/bta/jv/ |
bta_jv_act.c | 48 #define HDL2CB(handle) \ 49 UINT32 __hi = ((handle) & BTA_JV_RFC_HDL_MASK) - 1; \ 50 UINT32 __si = BTA_JV_RFC_HDL_TO_SIDX(handle); \ 148 if(bta_jv_cb.rfc_cb[i].handle ) 181 ** Description allocate a control block for the given port handle 193 if (0 == bta_jv_cb.rfc_cb[i].handle ) 196 /* mask handle to distinguish it with L2CAP handle */ 197 p_cb->handle = (i + 1) | BTA_JV_RFCOMM_MASK; 204 APPL_TRACE_DEBUG2( "bta_jv_alloc_rfc_cb port_handle:%d handle:0x%2x" 257 UINT32 handle; local 2070 UINT16 handle = 0; local 2443 UINT16 handle = 0; local [all...] |
/external/libpcap/ |
pcap-dag.c | 486 * Get a handle for a live capture from the given DAG device. Passing a NULL 500 pcap_t *handle; local 515 /* Allocate a handle for this session. */ 517 handle = malloc(sizeof(*handle)); 518 if (handle == NULL) { 525 memset(handle, 0, sizeof(*handle)); 535 if (dag_parse_name(device, newDev, strlen(device) + 16, &handle->md.dag_stream) < 0) { 541 if (handle->md.dag_stream%2) [all...] |
/external/bluetooth/bluedroid/stack/include/ |
avdt_api.h | 43 #define AVDT_BAD_HANDLE 3 /* Bad handle */ 61 /* The handle is used when reporting MULTI_AV specific events */ 358 typedef void (tAVDT_CTRL_CBACK)(UINT8 handle, BD_ADDR bd_addr, UINT8 event, 365 typedef void (tAVDT_DATA_CBACK)(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp, 375 typedef void (tAVDT_MEDIA_CBACK)(UINT8 handle, UINT8 *p_payload, UINT32 payload_len, 384 typedef void (tAVDT_REPORT_CBACK)(UINT8 handle, AVDT_REPORT_TYPE type, 487 AVDT_API extern UINT16 AVDT_RemoveStream(UINT8 handle); 584 AVDT_API extern UINT16 AVDT_DelayReport(UINT8 handle, UINT8 seid, UINT16 delay); 594 ** application via the control callback function for this handle. 599 AVDT_API extern UINT16 AVDT_OpenReq(UINT8 handle, BD_ADDR bd_addr, UINT8 seid [all...] |
/external/chromium_org/chrome/browser/usb/ |
usb_device.cc | 50 PlatformUsbDeviceHandle handle; local 51 int rv = libusb_open(platform_device_, &handle); 54 new UsbDeviceHandle(context_, this, handle); 61 bool UsbDevice::Close(scoped_refptr<UsbDeviceHandle> handle) { 67 if (*it == handle) {
|
/external/chromium_org/sandbox/win/src/ |
window.cc | 14 // Gets the security attributes of a window object referenced by |handle|. The 17 bool GetSecurityAttributes(HANDLE handle, SECURITY_ATTRIBUTES* attributes) { 22 DWORD result = ::GetSecurityInfo(handle, SE_WINDOW_OBJECT, 103 std::wstring GetWindowObjectName(HANDLE handle) { 106 ::GetUserObjectInformation(handle, UOI_NAME, NULL, 0, &size); 117 if (!::GetUserObjectInformation(handle, UOI_NAME, name_buffer.get(), size,
|
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/ |
SDL_xbios_centscreen.h | 50 unsigned short handle; /* videomode handle */ member in struct:__anon26989 75 #define Vdelete(handle) \ 76 (long)trap_14_ww((short)0x45,(short)(handle)) 81 #define Vvalid(handle) \ 82 (long)trap_14_ww((short)0x48,(short)(handle))
|
/frameworks/compile/mclinker/include/mcld/Support/ |
HandleToArea.h | 41 FileHandle* handle; member in struct:mcld::HandleToArea::Bucket 60 : handle(pHandle), area(pArea) { } 63 FileHandle* handle; member in struct:mcld::HandleToArea::Result 70 : handle(pHandle), area(pArea) { } 73 const FileHandle* handle; member in struct:mcld::HandleToArea::ConstResult
|
/hardware/qcom/display/msm8960/libgralloc/ |
gralloc.cpp | 43 buffer_handle_t handle, int usage, 48 buffer_handle_t handle, int usage, 53 buffer_handle_t handle); 56 buffer_handle_t handle); 59 buffer_handle_t handle);
|
/hardware/qcom/display/msm8974/libgralloc/ |
gralloc.cpp | 43 buffer_handle_t handle, int usage, 48 buffer_handle_t handle, int usage, 53 buffer_handle_t handle); 56 buffer_handle_t handle); 59 buffer_handle_t handle);
|
/hardware/qcom/display/msm8x26/libgralloc/ |
gralloc.cpp | 43 buffer_handle_t handle, int usage, 48 buffer_handle_t handle, int usage, 53 buffer_handle_t handle); 56 buffer_handle_t handle); 59 buffer_handle_t handle);
|
/external/chromium_org/ipc/ |
ipc_channel_posix_unittest.cc | 99 static void SetUpSocket(IPC::ChannelHandle *handle, 140 void IPCChannelPosixTest::SetUpSocket(IPC::ChannelHandle *handle, 142 const std::string& name = handle->name; 180 handle->socket.fd = socket_fd; 198 IPC::ChannelHandle handle(kChannelName); 199 SetUpSocket(&handle, IPC::Channel::MODE_NAMED_SERVER); 200 unlink(handle.name.c_str()); 201 IPC::Channel channel(handle, IPC::Channel::MODE_NAMED_SERVER, NULL); 217 IPC::ChannelHandle handle(socket_name, fd); 218 IPC::Channel channel(handle, IPC::Channel::MODE_SERVER, NULL) 241 base::ProcessHandle handle = SpawnChild("IPCChannelPosixTestConnectionProc", local 271 base::ProcessHandle handle = SpawnChild("IPCChannelPosixTestConnectionProc", local 330 base::ProcessHandle handle = SpawnChild("IPCChannelPosixTestConnectionProc", local [all...] |
/external/qemu/hw/ |
bt-hci.c | 61 } handle[HCI_HANDLES_MAX]; member in struct:bt_hci_s::__anon27041 84 uint16_t handle; /* Local */ member in struct:bt_hci_link_s 616 static inline int bt_hci_handle_bad(struct bt_hci_s *hci, uint16_t handle) 618 return !(handle & HCI_HANDLE_OFFSET) || 619 handle >= (HCI_HANDLE_OFFSET | HCI_HANDLES_MAX) || 620 !hci->lm.handle[handle & ~HCI_HANDLE_OFFSET].link; 623 static inline int bt_hci_role_master(struct bt_hci_s *hci, uint16_t handle) 625 return !!(hci->lm.role_bmp & (1 << (handle & ~HCI_HANDLE_OFFSET))); 629 uint16_t handle) 726 uint16_t handle; local 830 uint16_t handle; local 912 uint16_t handle = link->handle; local 928 uint16_t handle = link->handle; local 2012 uint16_t handle; local 2082 uint16_t handle; local 2186 int handle; local [all...] |
/external/chromium_org/content/renderer/ |
speech_recognition_dispatcher.cc | 57 const WebSpeechRecognitionHandle& handle, 75 msg_params.request_id = GetOrCreateIDForHandle(handle); 76 // The handle mapping will be removed in |OnRecognitionEnd|. 81 const WebSpeechRecognitionHandle& handle, 84 if (recognizer_client_ != recognizer_client || !HandleExists(handle)) 87 routing_id(), GetOrCreateIDForHandle(handle))); 91 const WebSpeechRecognitionHandle& handle, 94 if (recognizer_client_ != recognizer_client || !HandleExists(handle)) 97 routing_id(), GetOrCreateIDForHandle(handle))); 160 // TODO(tommi): It is possible that the handle isn't found in the array i 167 WebSpeechRecognitionHandle handle = iter->second; local [all...] |
/external/kernel-headers/original/asm-arm/ |
dma-mapping.h | 48 static inline int dma_is_consistent(dma_addr_t handle) 65 * @handle: bus-specific DMA address 69 * return the CPU-viewed address, and sets @handle to be the 73 dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp); 80 * @handle: device-view address returned from dma_alloc_coherent 85 * References to memory and mappings associated with cpu_addr/handle 90 dma_addr_t handle); 97 * @handle: device-view address returned from dma_alloc_coherent 105 void *cpu_addr, dma_addr_t handle, size_t size); 112 * @handle: bus-specific DMA addres [all...] |
/external/libnfc-nci/src/nfa/include/ |
nfa_p2p_api.h | 92 tNFA_HANDLE handle; member in struct:__anon22372 100 tNFA_HANDLE handle; member in struct:__anon22373 126 tNFA_HANDLE handle; member in struct:__anon22376 133 tNFA_HANDLE handle; member in struct:__anon22377 141 tNFA_HANDLE handle; member in struct:__anon22378 149 tNFA_HANDLE handle; member in struct:__anon22379 158 tNFA_HANDLE handle; member in struct:__anon22380 195 ** NFA_P2P_REG_SERVER_EVT will be returned with status and handle. 222 ** NFA_P2P_REG_CLIENT_EVT will be returned with status and handle. 245 ** NFA_STATUS_BAD_HANDLE if handle is not vali [all...] |