/external/libsepol/include/sepol/ |
user_record.h | 5 #include <sepol/handle.h> 13 extern int sepol_user_key_create(sepol_handle_t * handle, 19 extern int sepol_user_key_extract(sepol_handle_t * handle, 34 extern int sepol_user_set_name(sepol_handle_t * handle, 40 extern int sepol_user_set_mlslevel(sepol_handle_t * handle, 45 extern int sepol_user_set_mlsrange(sepol_handle_t * handle, 51 extern int sepol_user_add_role(sepol_handle_t * handle, 58 extern int sepol_user_get_roles(sepol_handle_t * handle, 63 extern int sepol_user_set_roles(sepol_handle_t * handle, 68 extern int sepol_user_create(sepol_handle_t * handle, sepol_user_t ** user_ptr) [all...] |
node_record.h | 6 #include <sepol/handle.h> 23 extern int sepol_node_key_create(sepol_handle_t * handle, 32 extern int sepol_node_key_extract(sepol_handle_t * handle, 39 extern int sepol_node_get_addr(sepol_handle_t * handle, 42 extern int sepol_node_get_addr_bytes(sepol_handle_t * handle, 46 extern int sepol_node_set_addr(sepol_handle_t * handle, 50 extern int sepol_node_set_addr_bytes(sepol_handle_t * handle, 55 extern int sepol_node_get_mask(sepol_handle_t * handle, 58 extern int sepol_node_get_mask_bytes(sepol_handle_t * handle, 62 extern int sepol_node_set_mask(sepol_handle_t * handle, [all...] |
boolean_record.h | 5 #include <sepol/handle.h> 13 extern int sepol_bool_key_create(sepol_handle_t * handle, 19 extern int sepol_bool_key_extract(sepol_handle_t * handle, 34 extern int sepol_bool_set_name(sepol_handle_t * handle, 43 extern int sepol_bool_create(sepol_handle_t * handle, sepol_bool_t ** bool_ptr); 45 extern int sepol_bool_clone(sepol_handle_t * handle,
|
booleans.h | 7 #include <sepol/handle.h> 28 extern int sepol_bool_set(sepol_handle_t * handle, 34 extern int sepol_bool_count(sepol_handle_t * handle, 38 extern int sepol_bool_exists(sepol_handle_t * handle, 43 extern int sepol_bool_query(sepol_handle_t * handle, 54 extern int sepol_bool_iterate(sepol_handle_t * handle,
|
users.h | 6 #include <sepol/handle.h> 27 extern int sepol_user_modify(sepol_handle_t * handle, 33 extern int sepol_user_count(sepol_handle_t * handle, 37 extern int sepol_user_exists(sepol_handle_t * handle, 42 extern int sepol_user_query(sepol_handle_t * handle, 52 extern int sepol_user_iterate(sepol_handle_t * handle,
|
/hardware/samsung_slsi/exynos5/libcsc/ |
csc.h | 125 * Init CSC handle 128 * csc handle 134 * Deinit CSC handle 136 * @param handle 137 * CSC handle[in] 143 void *handle); 148 * @param handle 149 * CSC handle[in] 158 void *handle, 164 * @param handle [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_pan_ci.h | 50 BTA_API extern void bta_pan_ci_tx_ready(UINT16 handle); 65 BTA_API extern void bta_pan_ci_rx_ready(UINT16 handle); 73 ** disable data flow when it is congested and cannot handle 82 BTA_API extern void bta_pan_ci_tx_flow(UINT16 handle, BOOLEAN enable); 99 BTA_API extern void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext); 114 BTA_API extern BT_HDR * bta_pan_ci_readbuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 *p_protocol, 127 BTA_API extern void bta_pan_ci_set_pfilters(UINT16 handle, UINT16 num_filters, UINT16 *p_start_array, UINT16 *p_end_array); 140 BTA_API extern void bta_pan_ci_set_mfilters(UINT16 handle, UINT16 num_mcast_filters, UINT8 *p_start_array,
|
/external/chromium_org/media/audio/alsa/ |
alsa_wrapper.cc | 17 int AlsaWrapper::PcmOpen(snd_pcm_t** handle, const char* name, 19 return snd_pcm_open(handle, name, stream, mode); 38 int AlsaWrapper::PcmClose(snd_pcm_t* handle) { 39 return snd_pcm_close(handle); 42 int AlsaWrapper::PcmPrepare(snd_pcm_t* handle) { 43 return snd_pcm_prepare(handle); 46 int AlsaWrapper::PcmDrop(snd_pcm_t* handle) { 47 return snd_pcm_drop(handle); 50 int AlsaWrapper::PcmDelay(snd_pcm_t* handle, snd_pcm_sframes_t* delay) { 51 return snd_pcm_delay(handle, delay) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/ |
htab.c | 42 /* Make sure handle table handles match VAAPI handles. */ 71 VAGenericID handle = 0; local 74 handle = handle_table_add(htab, data); 76 return handle; 82 void* vlGetDataHTAB(VAGenericID handle) 84 assert(handle); 89 data = handle_table_get(htab, handle); 93 return (void*)handle;
|
/external/mesa3d/src/gallium/state_trackers/va/ |
htab.c | 42 /* Make sure handle table handles match VAAPI handles. */ 71 VAGenericID handle = 0; local 74 handle = handle_table_add(htab, data); 76 return handle; 82 void* vlGetDataHTAB(VAGenericID handle) 84 assert(handle); 89 data = handle_table_get(htab, handle); 93 return (void*)handle;
|
/hardware/samsung_slsi/exynos5/include/ |
exynos_gscaler.h | 86 * Create libgscaler handle. 92 * libgscaler handle 98 * Create exclusive libgscaler handle. 112 * libgscaler handle 121 * Destroy libgscaler handle 125 * \param handle 126 * libgscaler handle[in] 129 void *handle); 136 * \param handle 137 * libgscaler handle[in [all...] |
/system/core/libion/ |
ion.c | 58 unsigned int flags, struct ion_handle **handle) 71 *handle = data.handle; 75 int ion_free(int fd, struct ion_handle *handle) 78 .handle = handle, 83 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot, 87 .handle = handle, 106 int ion_share(int fd, struct ion_handle *handle, int *share_fd 126 struct ion_handle *handle; local [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prtrace.h | 74 ** handle as an input argument, the caller must ensure that the 75 ** trace handle argument is valid. An invalid trace handle 100 ** Opaque type for the trace handle 114 PRTraceHandle handle; /* PRTraceHandle creating the trace entry */ member in struct:PRTraceEntry 142 ** handle. 156 #define PR_INIT_TRACE_HANDLE(handle,value)\ 157 (handle) = (PRCounterHandle)(value) 159 #define PR_INIT_TRACE_HANDLE(handle,value) 164 ** FUNCTION: PR_CreateTrace() -- Create a trace handle 241 PRTraceHandle handle \/* Handle to be destroyed *\/ variable 517 PRTraceHandle handle variable [all...] |
/hardware/ti/omap4xxx/ion/ |
ion.c | 59 struct ion_handle **handle) 71 *handle = data.handle; 76 struct ion_handle **handle, size_t *stride) 95 *handle = alloc_data.handle; 99 int ion_free(int fd, struct ion_handle *handle) 102 .handle = handle, 107 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot [all...] |
/external/e2fsprogs/lib/ss/ |
get_readline.c | 44 void *handle = NULL; local 69 if ((handle = dlopen(cp, RTLD_NOW))) { 75 if (!handle) 78 info->readline_handle = handle; 80 dlsym(handle, "readline"); 82 dlsym(handle, "add_history"); 84 dlsym(handle, "rl_forced_update_display"); 87 dlsym(handle, "rl_completion_matches"); 88 if ((t = dlsym(handle, "rl_readline_name")) != NULL) 91 dlsym(handle, "rl_attempted_completion_function")) != NULL [all...] |
/hardware/qcom/keymaster/ |
QSEEComAPI.h | 71 * @brief Open a handle to the QSEECom device. 89 * @param[in/out] handle The device handle 99 * @brief Close the application associated with the handle. 103 * the "handle" is tied. 106 * @param[in] handle The device handle 110 int QSEECom_shutdown_app(struct QSEECom_handle **handle); 113 * @brief Open a handle to the QSEECom device. 121 * @param[in/out] handle The device handl [all...] |
/external/chromium_org/ui/surface/ |
transport_dib_win.cc | 23 TransportDIB::TransportDIB(HANDLE handle) 24 : shared_memory_(handle, false /* read write */), 44 TransportDIB* TransportDIB::Map(Handle handle) { 45 scoped_ptr<TransportDIB> dib(CreateWithHandle(handle)); 52 TransportDIB* TransportDIB::CreateWithHandle(Handle handle) { 53 return new TransportDIB(handle); 57 bool TransportDIB::is_valid_handle(Handle dib) 106 TransportDIB::Handle TransportDIB::handle() const { function in class:TransportDIB [all...] |
/external/libsepol/src/ |
policydb_convert.c | 10 int policydb_from_image(sepol_handle_t * handle, 20 pf.handle = handle; 24 ERR(handle, "policy image is invalid"); 34 int policydb_to_image(sepol_handle_t * handle, 46 pf.handle = handle; 48 ERR(handle, "could not compute policy length"); 57 ERR(handle, "out of memory"); 67 ERR(handle, "could not write policy") [all...] |
booleans.c | 4 #include "handle.h" 14 static int bool_update(sepol_handle_t * handle, 33 ERR(handle, "boolean %s no longer in policy", name); 37 ERR(handle, "illegal value %d for boolean %s", value, name); 46 ERR(handle, "out of memory"); 50 ERR(handle, "could not update boolean %s", cname); 54 static int bool_to_record(sepol_handle_t * handle, 65 if (sepol_bool_create(handle, &tmp_record) < 0) 68 if (sepol_bool_set_name(handle, tmp_record, name) < 0) 77 ERR(handle, "could not convert boolean %s to record", name) [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
alsa_default.cpp | 197 static void switchDevice(alsa_handle_t *handle, uint32_t devices, uint32_t mode); 199 static void disableDevice(alsa_handle_t *handle); 216 int deviceName(alsa_handle_t *handle, unsigned flags, char **value) 226 strlcat(ident, handle->useCase, sizeof(ident)); 227 ret = snd_use_case_get(handle->ucMgr, ident, (const char **)value); 262 status_t setHardwareParams(alsa_handle_t *handle) 267 unsigned int requestedRate = handle->sampleRate; 269 int channels = handle->channels; 278 reqBuffSize = handle->bufferSize; 280 (int) reqBuffSize, handle->channels, handle->sampleRate) [all...] |
/hardware/libhardware/modules/gralloc/ |
mapper.cpp | 47 buffer_handle_t handle, 50 private_handle_t* hnd = (private_handle_t*)handle; 68 buffer_handle_t handle) 70 private_handle_t* hnd = (private_handle_t*)handle; 90 buffer_handle_t handle) 92 if (private_handle_t::validate(handle) < 0) 97 // If a buffer handle is passed from the process that allocated it to a 110 // allocations happen in its process. After returning the buffer handle to 111 // the IGraphicBufferAlloc client, SurfaceFlinger free's its handle to the 114 // buffer belongs to, it will get a new handle to the buffer in respons [all...] |
/external/e2fsprogs/lib/ext2fs/ |
extent.c | 159 * Begin functions to handle an inode's extent information 161 extern void ext2fs_extent_free(ext2_extent_handle_t handle) 165 if (!handle) 168 if (handle->inode) 169 ext2fs_free_mem(&handle->inode); 170 if (handle->path) { 171 for (i=1; i <= handle->max_depth; i++) { 172 if (handle->path[i].buf) 173 ext2fs_free_mem(&handle->path[i].buf); 175 ext2fs_free_mem(&handle->path) 190 struct ext2_extent_handle *handle; local [all...] |
/external/chromium_org/webkit/browser/fileapi/ |
file_system_operation_runner.cc | 51 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); local 53 DidFinish(handle, callback, error); 54 return handle.id; 56 PrepareForWrite(handle.id, url); 60 handle, callback)); 61 return handle.id; 73 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); local 75 DidFinish(handle, callback, error); 76 return handle.id; 78 PrepareForWrite(handle.id, url) 96 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); local 123 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); local 144 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); local 164 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); local 184 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); local 204 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); local 225 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); local 249 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); local 287 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); local 326 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); local 347 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); local 377 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); local 399 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); local 418 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); local 437 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); local 459 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); local 480 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); local 650 OperationHandle handle; local [all...] |
/external/chromium_org/chrome/renderer/extensions/ |
unsafe_persistent.h | 21 explicit UnsafePersistent(v8::Persistent<T>* handle) { 22 value_ = handle->ClearAndLeak(); 25 UnsafePersistent(v8::Isolate* isolate, const v8::Handle<T>& handle) { 26 v8::Persistent<T> persistent(isolate, handle); 33 v8::Persistent<T> handle(value_); 34 handle.Reset();
|
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
SocketStreamHandleInternal.h | 50 static PassOwnPtr<SocketStreamHandleInternal> create(SocketStreamHandle* handle) 52 return adoptPtr(new SocketStreamHandleInternal(handle)); 66 static blink::WebSocketStreamHandle* toWebSocketStreamHandle(SocketStreamHandle* handle) 68 if (handle && handle->m_internal) 69 return handle->m_internal->m_socket.get();
|