/system/bt/hci/src/ |
packet_fragmenter.c | 34 #define APPLY_CONTINUATION_FLAG(handle) (((handle) & 0xCFFF) | 0x1000) 35 #define APPLY_START_FLAG(handle) (((handle) & 0xCFFF) | 0x2000) 37 #define GET_BOUNDARY_FLAG(handle) (((handle) >> 12) & 0x0003) 125 uint16_t handle; local 129 STREAM_TO_UINT16(handle, stream); 135 uint8_t boundary_flag = GET_BOUNDARY_FLAG(handle); 136 handle = handle & HANDLE_MASK [all...] |
/system/core/include/ziparchive/ |
zip_archive.h | 88 * Open a Zip archive, and sets handle to the value of the opaque 89 * handle for the file. This handle must be released by calling 90 * CloseArchive with this handle. 94 int32_t OpenArchive(const char* fileName, ZipArchiveHandle* handle); 101 * Sets handle to the value of the opaque handle for this file descriptor. 102 * This handle must be released by calling CloseArchive with this handle. 115 ZipArchiveHandle *handle, bool assume_ownership = true) [all...] |
/external/pdfium/public/ |
fpdf_edit.h | 36 // A handle to a document. If failed, NULL is returned. 48 // document - Handle to document. Returned by FPDF_LoadDocument and FPDF_CreateNewDocument. 53 // The handle to the page. 61 // document - Handle to document. Returned by FPDF_LoadDocument and FPDF_CreateNewDocument. 70 // page - Handle to a page. Returned by FPDFPage_New or FPDF_LoadPage. 80 // page - Handle to a page. Returned by FPDFPage_New or FPDF_LoadPage. 92 // page - Handle to a page. Returned by FPDFPage_New or FPDF_LoadPage. 93 // page_obj - Handle to a page object. Returned by FPDFPageObj_NewTextObj,FPDFPageObj_NewTextObjEx and 102 // page - Handle to a page. Returned by FPDFPage_New or FPDF_LoadPage. 110 // page - Handle to a page. Returned by FPDFPage_New or FPDF_LoadPage [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
timer.h | 126 /** timer handle type */ 136 /** timer query handle */ 138 /** timer handle */ 142 int snd_timer_query_open(snd_timer_query_t **handle, const char *name, int mode); 143 int snd_timer_query_open_lconf(snd_timer_query_t **handle, const char *name, int mode, snd_config_t *lconf); 144 int snd_timer_query_close(snd_timer_query_t *handle); 145 int snd_timer_query_next_device(snd_timer_query_t *handle, snd_timer_id_t *tid); 146 int snd_timer_query_info(snd_timer_query_t *handle, snd_timer_ginfo_t *info); 147 int snd_timer_query_params(snd_timer_query_t *handle, snd_timer_gparams_t *params); 148 int snd_timer_query_status(snd_timer_query_t *handle, snd_timer_gstatus_t *status) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
timer.h | 126 /** timer handle type */ 136 /** timer query handle */ 138 /** timer handle */ 142 int snd_timer_query_open(snd_timer_query_t **handle, const char *name, int mode); 143 int snd_timer_query_open_lconf(snd_timer_query_t **handle, const char *name, int mode, snd_config_t *lconf); 144 int snd_timer_query_close(snd_timer_query_t *handle); 145 int snd_timer_query_next_device(snd_timer_query_t *handle, snd_timer_id_t *tid); 146 int snd_timer_query_info(snd_timer_query_t *handle, snd_timer_ginfo_t *info); 147 int snd_timer_query_params(snd_timer_query_t *handle, snd_timer_gparams_t *params); 148 int snd_timer_query_status(snd_timer_query_t *handle, snd_timer_gstatus_t *status) [all...] |
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
wifi_hal.cpp | 50 static void internal_event_handler(wifi_handle handle, int events); 53 static int wifi_get_multicast_id(wifi_handle handle, const char *name, const char *group); 54 static int wifi_add_membership(wifi_handle handle, const char *group); 55 static wifi_error wifi_init_interfaces(wifi_handle handle); 85 ALOGE("Could not create handle"); 96 ALOGE("Could not connect handle"); 166 wifi_error wifi_initialize(wifi_handle *handle) 187 ALOGE("Could not create handle"); 193 ALOGE("Could not create handle"); 200 ALOGE("Could not create handle"); 410 wifi_handle handle = (wifi_handle)arg; local 1009 wifi_handle handle = getWifiHandle(iface); local 1023 wifi_handle handle = getWifiHandle(iface); local [all...] |
/system/bt/bta/jv/ |
bta_jv_act.c | 59 uint16_t handle; member in struct:fc_client 163 if(bta_jv_cb.rfc_cb[i].handle ) 196 ** Description allocate a control block for the given port handle 208 if (0 == bta_jv_cb.rfc_cb[i].handle ) 211 /* mask handle to distinguish it with L2CAP handle */ 212 p_cb->handle = (i + 1) | BTA_JV_RFCOMM_MASK; 219 APPL_TRACE_DEBUG( "bta_jv_alloc_rfc_cb port_handle:%d handle:0x%2x", 220 port_handle, p_cb->handle); 223 p_pcb->handle = p_cb->handle 272 UINT32 handle; local 1066 UINT16 handle=GAP_INVALID_HANDLE; local 1231 UINT16 handle; local 1584 UINT16 handle = 0; local 1952 UINT16 handle = 0; local 2692 uint16_t handle; local [all...] |
/external/mesa3d/src/gallium/tests/graw/ |
tri-gs.c | 79 void *handle; local 88 handle = ctx->create_vertex_elements_state(ctx, 2, ve); 89 ctx->bind_vertex_elements_state(ctx, handle); 105 void *handle; local 116 handle = graw_parse_vertex_shader(ctx, text); 117 ctx->bind_vs_state(ctx, handle); 122 void *handle; local 130 handle = graw_parse_fragment_shader(ctx, text); 131 ctx->bind_fs_state(ctx, handle); 137 void *handle; local 238 void *handle; local 247 void *handle; local 255 void *handle; local [all...] |
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
mqc.h | 89 Create a new MQC handle 90 @return Returns a new MQC handle if successful, returns NULL otherwise 94 Destroy a previously created MQC handle 95 @param mqc MQC handle to destroy 100 @param mqc MQC handle 107 @param mqc MQC handle 112 @param mqc MQC handle 120 @param mqc MQC handle 126 @param mqc MQC handle 132 @param mqc MQC handle [all...] |
/external/selinux/policycoreutils/setsebool/ |
setsebool.c | 12 #include <semanage/handle.h> 128 semanage_handle_t *handle = NULL; local 134 handle = semanage_handle_create(); 135 if (handle == NULL) { 136 fprintf(stderr, "Could not create semanage library handle\n"); 141 semanage_msg_set_callback(handle,NULL, NULL); 144 managed = semanage_is_managed(handle); 161 if (semanage_connect(handle) < 0) 164 if (semanage_begin_transaction(handle) < 0) 169 if (semanage_bool_create(handle, &boolean) < 0 [all...] |
/hardware/intel/img/hwcomposer/merrifield/common/buffers/ |
BufferManager.cpp | 120 d.append("Buffer %d: handle %#x, (%dx%d), format %d, refCount %d\n", 131 DataBuffer* BufferManager::lockDataBuffer(buffer_handle_t handle) 134 mDataBuffer->resetBuffer(handle); 143 DataBuffer* BufferManager::get(buffer_handle_t handle) 145 return createDataBuffer(mGrallocModule, handle); 236 buffer_handle_t handle = 0; local 243 &handle, 255 buffer = lockDataBuffer(handle); 257 ETRACE("failed to get data buffer, handle = %p", handle); 305 buffer_handle_t handle = mapper->getHandle(); local 327 buffer_handle_t handle = 0; local [all...] |
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/ |
BufferManager.cpp | 120 d.append("Buffer %d: handle %#x, (%dx%d), format %d, refCount %d\n", 131 DataBuffer* BufferManager::lockDataBuffer(uint32_t handle) 134 mDataBuffer->resetBuffer(handle); 143 DataBuffer* BufferManager::get(uint32_t handle) 145 return createDataBuffer(mGrallocModule, handle); 236 uint32_t handle = 0; local 243 (buffer_handle_t *)&handle, 255 buffer = lockDataBuffer(handle); 257 ELOGTRACE("failed to get data buffer, handle = %#x", handle); 305 uint32_t handle = mapper->getHandle(); local 327 uint32_t handle = 0; local [all...] |
/external/v8/test/cctest/ |
test-compiler.cc | 40 static Handle<Object> GetGlobalProperty(const char* name) { 49 Handle<Object> object(value, isolate); 50 Handle<String> internalized_name = 52 Handle<JSObject> global(isolate->context()->global_object()); 58 static Handle<JSFunction> Compile(const char* source) { 60 Handle<String> source_code = isolate->factory()->NewStringFromUtf8( 62 Handle<SharedFunctionInfo> shared_function = Compiler::CompileScript( 63 source_code, Handle<String>(), 0, 0, false, 64 Handle<Context>(isolate->native_context()), NULL, NULL, 76 Handle<JSFunction> fun = Compile(buffer.start()) [all...] |
/system/core/fastboot/ |
usb_osx.c | 67 static int try_interfaces(IOUSBDeviceInterface182 **dev, usb_handle *handle) { 171 if ((*interface)->GetInterfaceClass(interface, &handle->info.ifc_class) != 0 || 172 (*interface)->GetInterfaceSubClass(interface, &handle->info.ifc_subclass) != 0 || 173 (*interface)->GetInterfaceProtocol(interface, &handle->info.ifc_protocol) != 0) 179 handle->info.has_bulk_in = 0; 180 handle->info.has_bulk_out = 0; 201 handle->info.has_bulk_in = 1; 202 handle->bulkIn = endpoint; 204 handle->info.has_bulk_out = 1; 205 handle->bulkOut = endpoint 456 usb_handle *handle = NULL; local [all...] |
/external/clang/test/CodeGen/ |
PR2743-reference-missing-static.c | 5 /* CodeGen should handle this even if it makes it past
|
/external/clang/test/CodeGenOpenCL/ |
2011-04-15-vec-init-from-vec.cl | 6 // OpenCL allows vectors to be initialized by vectors Handle bug in
|
/external/clang/test/SemaTemplate/ |
instantiate-sizeof.cpp | 4 // Make sure we handle contexts correctly with sizeof
|
/external/e2fsprogs/debian/attic/ |
e2fslibsg-dev.menu | 3 longtitle="A library to handle low-level structures in an ext2 filesystem"\
|
/external/fio/os/windows/posix/include/ |
dirent.h | 14 HANDLE find_handle;
|
/external/google-breakpad/src/client/windows/crash_generation/ |
client_info.h | 47 // handle for the given process id and creates necessary event 65 HANDLE process_handle() const { return process_handle_; } 66 HANDLE dump_requested_handle() const { return dump_requested_handle_; } 67 HANDLE dump_generated_handle() const { return dump_generated_handle_; } 73 void set_dump_request_wait_handle(HANDLE value) { 77 void set_process_exit_wait_handle(HANDLE value) { 146 // Client process handle. 147 HANDLE process_handle_; 149 // Dump request event handle. 150 HANDLE dump_requested_handle_ [all...] |
crash_generation_client.h | 69 CrashGenerationClient(HANDLE pipe_handle, 105 // handle and duplicate it into the client process with this helper method. 108 static HANDLE DuplicatePipeToClientProcess(const wchar_t* pipe_name, 109 HANDLE hProcess); 112 // Connects to the appropriate pipe and sets the pipe handle state. 114 // Returns the pipe handle if everything goes well; otherwise Returns NULL. 115 HANDLE ConnectToServer(); 121 bool RegisterClient(HANDLE pipe); 132 HANDLE ConnectToPipe(const wchar_t* pipe_name, 142 // Pipe handle duplicated from server process. Only valid befor [all...] |
/external/iproute2/examples/diffserv/ |
ef-prio | 6 print "$TC qdisc add $DEV handle 1:0 root dsmark indices 64 set_tc_index\n"; 9 print "$TC qdisc add $DEV parent 1:0 handle 2:0 prio\n"; 15 "handle 0x2e tcindex classid 2:1 pass_on\n"; 25 "handle 0 tcindex mask 0 classid 2:2 pass_on\n";
|
/external/iptables/extensions/ |
filter_init | 2 # This is for working around Android.mk's incapability to handle $* in CFLAGS,
|
/external/libavc/encoder/ |
ih264e_rate_control.h | 58 * Handle to rate control api 61 * Handle to frame time context 64 * Handle to time stamp context 67 * Handle to pull down frame time context 141 * Handle to Rate control api 165 * Handle to rate control api 168 * Handle to pull down frm rate context 171 * Handle to time stamp context 174 * Handle to frame time context 200 * Handle Frame info contex [all...] |
/external/libunwind/src/dwarf/ |
Gstep_dwarf.c | 5 * of Gstep.o. Our build system is unable to handle this right now.
|