/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
qos2.h | 82 HANDLE QOSHandle, 91 HANDLE QOSHandle, 96 HANDLE QOSHandle 105 HANDLE QOSHandle, 111 HANDLE QOSHandle, 121 HANDLE QOSHandle, 131 HANDLE QOSHandle, 144 HANDLE QOSHandle, 154 HANDLE QOSHandle, 160 HANDLE QOSHandle [all...] |
wtsapi32.h | 15 #define WTS_CURRENT_SERVER ((HANDLE)NULL) 16 #define WTS_CURRENT_SERVER_HANDLE ((HANDLE)NULL) 162 HANDLE WINAPI WTSOpenServerW(LPWSTR pServerName); 163 HANDLE WINAPI WTSOpenServerA(LPSTR pServerName); 164 VOID WINAPI WTSCloseServer(HANDLE hServer); 165 WINBOOL WINAPI WTSEnumerateSessionsW(HANDLE hServer,DWORD Reserved,DWORD Version,PWTS_SESSION_INFOW *ppSessionInfo,DWORD *pCount); 166 WINBOOL WINAPI WTSEnumerateSessionsA(HANDLE hServer,DWORD Reserved,DWORD Version,PWTS_SESSION_INFOA *ppSessionInfo,DWORD *pCount); 167 WINBOOL WINAPI WTSEnumerateProcessesW(HANDLE hServer,DWORD Reserved,DWORD Version,PWTS_PROCESS_INFOW *ppProcessInfo,DWORD *pCount); 168 WINBOOL WINAPI WTSEnumerateProcessesA(HANDLE hServer,DWORD Reserved,DWORD Version,PWTS_PROCESS_INFOA *ppProcessInfo,DWORD *pCount); 169 WINBOOL WINAPI WTSTerminateProcess(HANDLE hServer,DWORD ProcessId,DWORD ExitCode) [all...] |
tlhelp32.h | 15 HANDLE WINAPI CreateToolhelp32Snapshot(DWORD dwFlags,DWORD th32ProcessID); 37 WINBOOL WINAPI Heap32ListFirst(HANDLE hSnapshot,LPHEAPLIST32 lphl); 38 WINBOOL WINAPI Heap32ListNext(HANDLE hSnapshot,LPHEAPLIST32 lphl); 42 HANDLE hHandle; 77 WINBOOL WINAPI Process32FirstW(HANDLE hSnapshot,LPPROCESSENTRY32W lppe); 78 WINBOOL WINAPI Process32NextW(HANDLE hSnapshot,LPPROCESSENTRY32W lppe); 95 WINBOOL WINAPI Process32First(HANDLE hSnapshot,LPPROCESSENTRY32 lppe); 96 WINBOOL WINAPI Process32Next(HANDLE hSnapshot,LPPROCESSENTRY32 lppe); 118 WINBOOL WINAPI Thread32First(HANDLE hSnapshot,LPTHREADENTRY32 lpte); 119 WINBOOL WINAPI Thread32Next(HANDLE hSnapshot,LPTHREADENTRY32 lpte) [all...] |
wdspxe.h | 88 PVOID PXEAPI PxePacketAllocate(HANDLE hProvider,HANDLE hClientRequest,ULONG uSize); 89 DWORD PXEAPI PxePacketFree(HANDLE hProvider,HANDLE hClientRequest,PVOID pPacket); 90 DWORD PXEAPI PxeProviderEnumClose(HANDLE hEnum); 91 DWORD PXEAPI PxeProviderEnumFirst(HANDLE *phEnum); 92 DWORD PXEAPI PxeProviderEnumNext(HANDLE hEnum,PPXE_PROVIDER *ppProvider); 94 DWORD PXEAPI PxeProviderInitialize(HANDLE hProvider,HKEY hProviderKey); 96 DWORD PXEAPI PxeProviderRecvRequest(HANDLE hClientRequest,PVOID pPacket,ULONG uPacketLen,PXE_ADDRESS *pLocalAddress,PXE_ADDRESS *pRemoteAddress,PXE_BOOT_ACTION pAction,PVOID pContext); 103 DWORD PXEAPI PxeProviderSetAttribute(HANDLE hProvider,PXE_PROVIDER_ATTRIBUTE Attribute,PVOID pParameterBuffer,ULONG uParamLen) [all...] |
/system/bt/stack/include/ |
bnep_api.h | 63 BNEP_WRONG_HANDLE, /* Wrong handle for the connection */ 78 ** Connection handle 85 typedef void (tBNEP_CONN_STATE_CB) (UINT16 handle, 95 ** and flag to indicate role change and handle to the connection 99 typedef void (tBNEP_CONNECT_IND_CB) (UINT16 handle, 108 ** Handle to the connection 115 typedef void (tBNEP_DATA_BUF_CB) (UINT16 handle, 124 ** Handle to the connection 132 typedef void (tBNEP_DATA_IND_CB) (UINT16 handle, 141 ** Handle to the connectio [all...] |
/system/bt/stack/pan/ |
pan_int.h | 54 UINT16 handle; member in struct:__anon69757 111 extern void pan_conn_ind_cb (UINT16 handle, 116 extern void pan_connect_state_cb (UINT16 handle, BD_ADDR rem_bda, tBNEP_RESULT result, BOOLEAN is_role_change); 117 extern void pan_data_ind_cb (UINT16 handle, 124 extern void pan_data_buf_ind_cb (UINT16 handle, 130 extern void pan_tx_data_flow_cb (UINT16 handle, 132 void pan_proto_filt_ind_cb (UINT16 handle, 137 void pan_mcast_filt_ind_cb (UINT16 handle, 143 extern tPAN_CONN *pan_allocate_pcb (BD_ADDR p_bda, UINT16 handle); 144 extern tPAN_CONN *pan_get_pcb_by_handle (UINT16 handle); [all...] |
pan_main.c | 85 ** Parameters: handle - handle for the connection 94 void pan_conn_ind_cb (UINT16 handle, 144 BNEP_ConnectResp (handle, BNEP_CONN_FAILED_SRC_UUID); 178 BNEP_ConnectResp (handle, BNEP_CONN_FAILED_DST_UUID); 182 PAN_TRACE_EVENT ("pan_conn_ind_cb - for handle %d, current role %d, dst uuid 0x%x, src uuid 0x%x, role change %s", 183 handle, pan_cb.role, local_uuid->uu.uuid16, remote_uuid->uu.uuid16, is_role_change?"YES":"NO"); 188 BNEP_ConnectResp (handle, BNEP_CONN_FAILED_UUID_SIZE); 198 BNEP_ConnectResp (handle, BNEP_CONN_FAILED_SRC_UUID); 208 BNEP_ConnectResp (handle, BNEP_CONN_FAILED_DST_UUID) [all...] |
/system/vold/bench/ |
benchgen.py | 69 handle = "t%sf%s" % (e.thread, fd) 70 return (fd, find_file(path), handle) 180 fd, f, handle = extract_file(e, e.ret) 182 active.add(handle) 183 if handle not in defined: 185 defined.add(handle) 186 print >>bench, '%s = TEMP_FAILURE_RETRY(open("file%s", %s));' % (handle, f.ident, e.args[2]) 189 fd, f, handle = extract_file(e, e.args[0]) 190 if handle in active: 191 active.remove(handle) [all...] |
/external/selinux/libsepol/src/ |
context.c | 11 #include "handle.h" 87 int context_to_string(sepol_handle_t * handle, 135 ERR(handle, "out of memory, could not convert " "context to string"); 143 int context_from_record(sepol_handle_t * handle, 162 ERR(handle, "out of memory"); 171 ERR(handle, "user %s is not defined", user); 180 ERR(handle, "role %s is not defined", role); 189 ERR(handle, "type %s is not defined", type); 196 ERR(handle, "MLS is disabled, but MLS context \"%s\" found", 200 ERR(handle, "MLS is enabled, but no MLS context found") [all...] |
debug.h | 25 #include "handle.h" 50 #define ERR(handle, ...) \ 51 msg_write(handle, SEPOL_MSG_ERR, "libsepol", \ 54 #define INFO(handle, ...) \ 55 msg_write(handle, SEPOL_MSG_INFO, "libsepol", \ 58 #define WARN(handle, ...) \ 59 msg_write(handle, SEPOL_MSG_WARN, "libsepol", \
|
/art/runtime/ |
intern_table_test.cc | 33 Handle<mirror::String> foo_1(hs.NewHandle(intern_table.InternStrong(3, "foo"))); 34 Handle<mirror::String> foo_2(hs.NewHandle(intern_table.InternStrong(3, "foo"))); 35 Handle<mirror::String> foo_3( 37 Handle<mirror::String> bar(hs.NewHandle(intern_table.InternStrong(3, "bar"))); 55 Handle<mirror::String> foo( 103 Handle<mirror::String> hello( 105 Handle<mirror::String> world( 107 Handle<mirror::String> s0(hs.NewHandle(t.InternWeak(hello.Get()))); 108 Handle<mirror::String> s1(hs.NewHandle(t.InternWeak(world.Get()))); 124 Handle<mirror::String> still_here [all...] |
/external/webrtc/src/modules/audio_processing/utility/ |
ring_buffer.c | 68 int WebRtc_CreateBuffer(void** handle, 73 if (handle == NULL) { 81 *handle = self; 96 int WebRtc_InitBuffer(void* handle) { 97 buf_t* self = (buf_t*) handle; 113 int WebRtc_FreeBuffer(void* handle) { 114 buf_t* self = (buf_t*) handle; 126 size_t WebRtc_ReadBuffer(void* handle, 131 buf_t* self = (buf_t*) handle; 166 WebRtc_MoveReadPtr(handle, (int) read_count) [all...] |
delay_estimator_wrapper.h | 21 // - handle : Pointer to the delay estimation instance. 23 int WebRtc_FreeDelayEstimator(void* handle); 29 // - handle : Instance that should be created. 46 // - handle : Created instance. 48 int WebRtc_CreateDelayEstimator(void** handle, 56 // - handle : Pointer to the delay estimation instance. 59 // - handle : Initialized instance. 61 int WebRtc_InitDelayEstimator(void* handle); 67 // - handle : Pointer to the delay estimation instance. 77 // - handle : Updated instance [all...] |
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
sub_proc.c | 86 HANDLE handles[MAXIMUM_WAIT_OBJECTS]; 95 handles[i] = (HANDLE) proc_array[i]->pid; 124 process_kill(HANDLE proc, int signal) 128 return (TerminateProcess((HANDLE) pproc->pid, signal)); 135 * handle for multiple processes launches :-( 138 process_register(HANDLE proc) 175 HANDLE 188 return ((HANDLE) pproc); 193 process_signal(HANDLE proc) 200 process_last_err(HANDLE proc [all...] |
/external/libselinux/include/selinux/ |
label.h | 60 * selabel_open - Create a labeling handle. 68 * backend. Return value is the created handle on success or NULL with 76 * selabel_close - Close a labeling handle. 77 * @handle: specifies handle to close 79 * Destroy the specified handle, closing files, freeing allocated memory, 80 * etc. The handle may not be further used after it has been closed. 82 void selabel_close(struct selabel_handle *handle); 86 * @handle: specifies backend instance to query 97 int selabel_lookup(struct selabel_handle *handle, char **con [all...] |
/external/selinux/libsemanage/src/ |
booleans_activedb.c | 16 #include <semanage/handle.h> 22 static int bool_read_list(semanage_handle_t * handle, 35 ERR(handle, "could not get list of boolean names"); 49 if (semanage_bool_create(handle, &tmp_booleans[i]) < 0) 53 if (semanage_bool_set_name(handle, 59 ERR(handle, "could not get the value " 77 ERR(handle, "out of memory"); 80 ERR(handle, "could not read boolean list"); 90 static int bool_commit_list(semanage_handle_t * handle, 123 ERR(handle, "libselinux commit failed") [all...] |
/art/runtime/mirror/ |
stack_trace_element.h | 26 template<class T> class Handle; 50 static StackTraceElement* Alloc(Thread* self, Handle<String> declaring_class, 51 Handle<String> method_name, Handle<String> file_name, 72 void Init(Handle<String> declaring_class, Handle<String> method_name, Handle<String> file_name,
|
/system/media/audio_utils/include/audio_utils/ |
sndfile.h | 62 void sf_close(SNDFILE *handle); 65 sf_count_t sf_readf_short(SNDFILE *handle, short *ptr, sf_count_t desired); 66 sf_count_t sf_readf_float(SNDFILE *handle, float *ptr, sf_count_t desired); 67 sf_count_t sf_readf_int(SNDFILE *handle, int *ptr, sf_count_t desired); 70 sf_count_t sf_writef_short(SNDFILE *handle, const short *ptr, sf_count_t desired); 71 sf_count_t sf_writef_float(SNDFILE *handle, const float *ptr, sf_count_t desired); 72 sf_count_t sf_writef_int(SNDFILE *handle, const int *ptr, sf_count_t desired);
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
AudioPatch.cpp | 46 snprintf(buffer, SIZE, "%*s- handle: %2d\n", spaces, "", mHandle); 48 snprintf(buffer, SIZE, "%*s- audio flinger handle: %2d\n", spaces, "", mAfPatchHandle); 61 snprintf(buffer, SIZE, "%*s- Mix ID %d I/O handle %d\n", spaces + 2, "", 62 mPatch.sources[i].id, mPatch.sources[i].ext.mix.handle); 75 snprintf(buffer, SIZE, "%*s- Mix ID %d I/O handle %d\n", spaces + 2, "", 76 mPatch.sinks[i].id, mPatch.sinks[i].ext.mix.handle); 85 status_t AudioPatchCollection::addAudioPatch(audio_patch_handle_t handle, 88 ssize_t index = indexOfKey(handle); 91 ALOGW("addAudioPatch() patch %d already in", handle); 94 add(handle, patch) [all...] |
/frameworks/av/soundtrigger/ |
ISoundTrigger.cpp | 54 sound_model_handle_t *handle) 56 if (modelMemory == 0 || handle == NULL) { 67 reply.read(handle, sizeof(sound_model_handle_t)); 71 virtual status_t unloadSoundModel(sound_model_handle_t handle) 75 data.write(&handle, sizeof(sound_model_handle_t)); 83 virtual status_t startRecognition(sound_model_handle_t handle, 88 data.write(&handle, sizeof(sound_model_handle_t)); 102 virtual status_t stopRecognition(sound_model_handle_t handle) 106 data.write(&handle, sizeof(sound_model_handle_t)); 134 sound_model_handle_t handle; local 144 sound_model_handle_t handle; local 152 sound_model_handle_t handle; local 164 sound_model_handle_t handle; local [all...] |
/frameworks/native/libs/ui/ |
GraphicBufferMapper.cpp | 56 status_t GraphicBufferMapper::registerBuffer(buffer_handle_t handle) 61 err = mAllocMod->registerBuffer(mAllocMod, handle); 64 handle, err, strerror(-err)); 68 status_t GraphicBufferMapper::unregisterBuffer(buffer_handle_t handle) 73 err = mAllocMod->unregisterBuffer(mAllocMod, handle); 76 handle, err, strerror(-err)); 80 status_t GraphicBufferMapper::lock(buffer_handle_t handle, 86 err = mAllocMod->lock(mAllocMod, handle, static_cast<int>(usage), 94 status_t GraphicBufferMapper::lockYCbCr(buffer_handle_t handle, 104 err = mAllocMod->lock_ycbcr(mAllocMod, handle, static_cast<int>(usage) [all...] |
/system/core/libion/tests/ |
invalid_values_test.cpp | 58 ion_user_handle_t handle; local 60 int ret = ion_alloc(0, 4096, 0, m_firstHeap, 0, &handle); 63 EXPECT_EQ(-EBADF, ion_alloc(-1, 4096, 0, m_firstHeap, 0, &handle)); 65 EXPECT_EQ(-ENODEV, ion_alloc(m_ionFd, 4096, 0, 0, 0, &handle)); 69 EXPECT_EQ(-EINVAL, ion_alloc(m_ionFd, 0, 0, heapMask, 0, &handle)); 71 EXPECT_EQ(-EINVAL, ion_alloc(m_ionFd, -1, 0, heapMask, 0, &handle)); 73 EXPECT_EQ(-EINVAL, ion_alloc(m_ionFd, 4096, -1, heapMask, 0, &handle)); 74 /* NULL handle */ 97 /* NULL handle */ 109 /* zero handle */ 160 ion_user_handle_t handle; local [all...] |
/external/v8/test/cctest/ |
test-weaktypedarrays.cc | 95 v8::Handle<v8::ArrayBuffer> ab1 = 99 v8::Handle<v8::ArrayBuffer> ab2 = 102 Handle<JSArrayBuffer> iab1 = v8::Utils::OpenHandle(*ab1); 103 Handle<JSArrayBuffer> iab2 = v8::Utils::OpenHandle(*ab2); 112 Handle<JSArrayBuffer> iab1 = v8::Utils::OpenHandle(*ab1); 141 v8::Handle<v8::ArrayBuffer> ab1 = 142 v8::Handle<v8::ArrayBuffer>::Cast(CompileRun("ab1")); 143 v8::Handle<v8::ArrayBuffer> ab2 = 144 v8::Handle<v8::ArrayBuffer>::Cast(CompileRun("ab2")); 145 v8::Handle<v8::ArrayBuffer> ab3 [all...] |
/system/core/adb/ |
usb_osx.cpp | 255 usb_handle* handle = CheckInterface((IOUSBInterfaceInterface**)iface, local 257 if (handle == NULL) { 264 register_usb_transport(handle, (serial[0] ? serial : NULL), devpath, 1); 273 handle, 274 &handle->usbNotification); 285 usb_handle *handle = (usb_handle *)refCon; local 288 if (!handle) { 289 DBG("ERR: NULL handle\n"); 293 IOObjectRelease(handle->usbNotification); 294 usb_kick(handle); 303 usb_handle* handle = NULL; local [all...] |
/external/selinux/libselinux/include/selinux/ |
label.h | 59 * selabel_open - Create a labeling handle. 67 * backend. Return value is the created handle on success or NULL with 74 * selabel_close - Close a labeling handle. 75 * @handle: specifies handle to close 77 * Destroy the specified handle, closing files, freeing allocated memory, 78 * etc. The handle may not be further used after it has been closed. 80 void selabel_close(struct selabel_handle *handle); 84 * @handle: specifies backend instance to query 95 int selabel_lookup(struct selabel_handle *handle, char **con [all...] |