HomeSort by relevance Sort by last modified time
    Searched refs:handle (Results 151 - 175 of 6298) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/misc/windows/sdl2/include/
SDL_loadso.h 55 * to the object handle (or NULL if there was an error).
61 * Given an object handle, this function looks up the address of the
65 extern DECLSPEC void *SDLCALL SDL_LoadFunction(void *handle,
71 extern DECLSPEC void SDLCALL SDL_UnloadObject(void *handle);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_loadso.h 55 * to the object handle (or NULL if there was an error).
61 * Given an object handle, this function looks up the address of the
65 extern DECLSPEC void *SDLCALL SDL_LoadFunction(void *handle,
71 extern DECLSPEC void SDLCALL SDL_UnloadObject(void *handle);
  /device/google/contexthub/util/stm32_flash/
uart.c 29 uint8_t uart_write_data(handle_t *handle, uint8_t *buffer, int length)
31 uart_handle_t *uart_handle = (uart_handle_t *)handle;
33 buffer[length] = checksum(handle, buffer, length);
41 uint8_t uart_write_cmd(handle_t *handle, uint8_t cmd)
43 uart_handle_t *uart_handle = (uart_handle_t *)handle;
56 uint8_t uart_read_data(handle_t *handle, uint8_t *data, int length)
58 uart_handle_t *uart_handle = (uart_handle_t *)handle;
72 uint8_t uart_read_ack(handle_t *handle)
76 if (handle->read_data(handle, &buffer, sizeof(uint8_t)) == CMD_ACK
    [all...]
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
InterfaceRequest.java 21 * The handle which will be sent and will be connected to the implementation.
28 * @param handle the handle which will be sent and will be connected to the implementation.
30 InterfaceRequest(MessagePipeHandle handle) {
31 mHandle = handle;
51 * Returns an {@link InterfaceRequest} that wraps the given handle. This method is not type safe
55 public static InterfaceRequest asInterfaceRequestUnsafe(MessagePipeHandle handle) {
56 return new InterfaceRequest(handle);
  /external/lzma/CPP/Windows/
Handle.h 1 // Windows/Handle.h
11 HANDLE _handle;
13 operator HANDLE() { return _handle; }
26 void Attach(HANDLE handle) { _handle = handle; }
27 HANDLE Detach()
29 HANDLE handle = _handle; local
31 return handle;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_handle_table.h 30 * Generic handle table.
70 * Returns a zero handle on failure (out of memory).
81 unsigned handle,
87 * Returns NULL for an invalid handle.
91 unsigned handle);
96 unsigned handle);
109 unsigned handle);
  /external/selinux/libsepol/include/sepol/
context.h 6 #include <sepol/handle.h>
18 extern int sepol_context_check(sepol_handle_t * handle,
22 extern int sepol_mls_contains(sepol_handle_t * handle,
27 extern int sepol_mls_check(sepol_handle_t * handle,
  /external/tpm2/
DA_fp.h 11 void DARegisterFailure(TPM_HANDLE handle // IN: handle for failure
  /frameworks/av/services/soundtrigger/
SoundTriggerHalLegacy.h 34 * Only one active recognition per model at a time. The SoundTrigger service will handle
36 * The implementation returns a unique handle used by other functions (unload_sound_model(),
42 sound_model_handle_t *handle);
48 virtual int unloadSoundModel(sound_model_handle_t handle);
54 virtual int startRecognition(sound_model_handle_t handle,
62 virtual int stopRecognition(sound_model_handle_t handle);
  /frameworks/base/services/core/java/com/android/server/
PersistentDataBlockManagerInternal.java 24 /** Stores the handle to a lockscreen credential to be used for Factory Reset Protection. */
25 void setFrpCredentialHandle(byte[] handle);
28 * Retrieves handle to a lockscreen credential to be used for Factory Reset Protection.
  /frameworks/rs/
rsFallbackAdaptation.cpp 30 void* handle = dlopen("libRS_internal.so", RTLD_LAZY | RTLD_LOCAL); local
31 if (handle == NULL) {
35 if (loadSymbols(handle, mEntryFuncs) == false) {
41 dlclose(handle);
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
Handler.java 52 void handle(SelectionKey sk) throws IOException; method in interface:Handler
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
Handler.java 52 void handle(SelectionKey sk) throws IOException; method in interface:Handler
  /system/chre/platform/include/chre/platform/
platform_audio.h 55 * of a given audio handle has changed. This will only be invoked with true
56 * when the number of clients for the handle is greater than zero or false
59 * @param handle The handle for which audio enabled state is changing.
60 * @param enabled true if an active request is open for this handle, false
63 void setHandleEnabled(uint32_t handle, bool enabled);
66 * Requests an audio data event from the platform for the provided handle. A
87 * @param handle The handle for which an audio event is requested.
93 bool requestAudioDataEvent(uint32_t handle,
    [all...]
  /system/core/libvndksupport/include/vndksupport/
linker.h 25 int android_unload_sphal_library(void* handle);
  /system/core/libziparchive/include/ziparchive/
zip_archive_stream_entry.h 33 static ZipArchiveStreamEntry* Create(ZipArchiveHandle handle, const ZipEntry& entry);
34 static ZipArchiveStreamEntry* CreateRaw(ZipArchiveHandle handle, const ZipEntry& entry);
37 ZipArchiveStreamEntry(ZipArchiveHandle handle) : handle_(handle) {}
  /external/selinux/libsemanage/src/
users_base_file.c 17 #include <semanage/handle.h>
23 static int user_base_print(semanage_handle_t * handle,
37 if (semanage_user_base_get_roles(handle, user, &roles, &nroles) < 0)
61 ERR(handle, "could not print user %s to stream", name);
65 static int user_base_parse(semanage_handle_t * handle,
74 if (parse_skip_space(handle, info) < 0)
80 if (parse_assert_str(handle, info, "user") < 0)
82 if (parse_assert_space(handle, info) < 0)
86 if (parse_fetch_string(handle, info, &name_str, ' ') < 0)
89 if (semanage_user_base_set_name(handle, user, name_str) < 0)
    [all...]
  /external/capstone/arch/Mips/
MipsMapping.h 10 const char *Mips_reg_name(csh handle, unsigned int reg);
15 const char *Mips_insn_name(csh handle, unsigned int id);
17 const char *Mips_group_name(csh handle, unsigned int id);
  /external/capstone/arch/SystemZ/
SystemZMapping.h 10 const char *SystemZ_reg_name(csh handle, unsigned int reg);
15 const char *SystemZ_insn_name(csh handle, unsigned int id);
17 const char *SystemZ_group_name(csh handle, unsigned int id);
  /external/capstone/arch/X86/
X86Module.c 43 static cs_err option(cs_struct *handle, cs_opt_type type, size_t value)
50 handle->regsize_map = regsize_map_64;
52 handle->regsize_map = regsize_map_32;
54 handle->mode = (cs_mode)value;
60 handle->errnum = CS_ERR_OPTION;
65 handle->printer = X86_Intel_printInst;
66 handle->syntax = CS_OPT_SYNTAX_INTEL;
71 handle->printer = X86_ATT_printInst;
72 handle->syntax = CS_OPT_SYNTAX_ATT;
76 handle->errnum = CS_ERR_X86_ATT
    [all...]
  /external/capstone/arch/XCore/
XCoreMapping.h 10 const char *XCore_reg_name(csh handle, unsigned int reg);
15 const char *XCore_insn_name(csh handle, unsigned int id);
17 const char *XCore_group_name(csh handle, unsigned int id);
  /external/capstone/suite/regress/
invalid_read_in_print_operand.c 6 csh handle; local
7 if (cs_open(CS_ARCH_X86, CS_MODE_64, &handle)) {
12 cs_disasm(handle, (uint8_t *)BINARY, sizeof(BINARY) - 1, 0x1000, 0, &insn);
  /external/compiler-rt/test/tsan/Darwin/
dlopen.cc 29 void *handle = dlopen(argv[1], RTLD_NOW); local
30 fprintf(stderr, "handle = %p\n", handle);
31 void (*foo)() = (void (*)())dlsym(handle, "foo");
  /external/curl/tests/libtest/
lib575.c 34 * 2. dup handle
40 CURL *handle = NULL; local
50 easy_init(handle);
52 easy_setopt(handle, CURLOPT_URL, URL);
53 easy_setopt(handle, CURLOPT_WILDCARDMATCH, 1L);
54 easy_setopt(handle, CURLOPT_VERBOSE, 1L);
56 res = curl_easy_perform(handle);
60 res = curl_easy_perform(handle);
64 duphandle = curl_easy_duphandle(handle);
67 curl_easy_cleanup(handle);
    [all...]
  /external/libmojo/mojo/public/cpp/test_support/
test_utils.h 15 // Writes a message to |handle| with message data |text|. Returns true on
17 bool WriteTextMessage(const MessagePipeHandle& handle, const std::string& text);
19 // Reads a message from |handle|, putting its contents into |*text|. Returns
22 bool ReadTextMessage(const MessagePipeHandle& handle, std::string* text);
24 // Discards a message from |handle|. Returns true on success. (This does not
26 bool DiscardMessage(const MessagePipeHandle& handle);

Completed in 1675 milliseconds

1 2 3 4 5 67 8 91011>>