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

<<11121314151617181920>>

  /external/selinux/libsemanage/src/
database_file.h 9 #include "handle.h"
19 * Parser must handle NULL file stream correctly */
20 int (*parse) (semanage_handle_t * handle,
24 int (*print) (semanage_handle_t * handle,
30 extern int dbase_file_init(semanage_handle_t * handle,
user_record.c 22 #include "handle.h"
33 int semanage_user_key_create(semanage_handle_t * handle,
37 return sepol_user_key_create(handle->sepolh, name, key);
42 int semanage_user_key_extract(semanage_handle_t * handle,
47 return semanage_user_base_key_extract(handle, user->base, key);
102 int semanage_user_set_name(semanage_handle_t * handle,
110 if (semanage_user_base_set_name(handle, user->base, name) < 0)
113 if (semanage_user_extra_set_name(handle, user->extra, name) < 0)
121 ERR(handle, "out of memory");
124 ERR(handle, "could not set user name to %s", name)
    [all...]
booleans_file.c 17 #include <semanage/handle.h>
23 static int bool_print(semanage_handle_t * handle,
31 ERR(handle, "could not print boolean %s to stream", name);
38 static int bool_parse(semanage_handle_t * handle,
45 if (parse_skip_space(handle, info) < 0)
51 if (parse_fetch_string(handle, info, &str, '=') < 0)
54 if (semanage_bool_set_name(handle, boolean, str) < 0)
60 if (parse_skip_space(handle, info) < 0)
62 if (parse_assert_ch(handle, info, '=') < 0)
66 if (parse_skip_space(handle, info) < 0
    [all...]
  /external/tensorflow/tensorflow/contrib/android/java/org/tensorflow/contrib/android/
RunStats.java 58 private static native void delete(long handle);
60 private static native void add(long handle, byte[] runMetadata);
62 private static native String summary(long handle);
  /frameworks/native/cmds/servicemanager/
bctest.c 13 uint32_t handle; local
25 handle = bio_get_ref(&reply);
27 if (handle)
28 binder_acquire(bs, handle);
32 return handle;
63 uint32_t handle; local
75 handle = svcmgr_lookup(bs, svcmgr, "alt_svc_mgr");
76 if (!handle) {
80 svcmgr = handle;
81 fprintf(stderr,"svcmgr is via %x\n", handle);
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/penwell/
PnwGrallocBuffer.cpp 22 PnwGrallocBuffer::PnwGrallocBuffer(uint32_t handle)
23 :GrallocBufferBase(handle)
26 (struct PnwIMGGrallocBuffer*)handle;
31 ETRACE("gralloc handle is null");
  /system/core/libutils/include/utils/
NativeHandle.h 30 // whether the wrapper owns the handle (so that it should clean up the
31 // handle upon destruction) or not.
32 // If handle is NULL, no NativeHandle will be created.
33 static sp<NativeHandle> create(native_handle_t* handle, bool ownsHandle);
35 const native_handle_t* handle() const { function in class:android::NativeHandle
43 NativeHandle(native_handle_t* handle, bool ownsHandle);
  /art/tools/ahat/src/main/com/android/ahat/
AhatHandler.java 29 * Handle the given query, rendering the page to the given document.
31 void handle(Doc doc, Query query) throws IOException; method in interface:AhatHandler
  /external/curl/src/
tool_cb_dbg.h 30 int tool_debug_cb(CURL *handle, curl_infotype type,
  /external/iproute2/include/
ip6tables.h 11 struct xtc_handle **handle, bool restore);
13 extern int for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), int verbose, int builtinstoo, struct xtc_handle *handle);
14 extern int flush_entries6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
15 extern int delete_chain6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
  /external/iptables/include/
ip6tables.h 11 struct xtc_handle **handle, bool restore);
13 extern int for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), int verbose, int builtinstoo, struct xtc_handle *handle);
14 extern int flush_entries6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
15 extern int delete_chain6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
  /external/mesa3d/src/egl/drivers/dri2/
platform_android_gralloc_drm.h 36 static inline int gralloc_drm_get_gem_handle(buffer_handle_t handle)
38 return 0; /* Not supported, return invalid handle. */
  /external/mesa3d/src/gallium/targets/graw-null/
graw_null.c 12 void **handle)
  /external/python/cpython2/Modules/_ctypes/darwin/
dlfcn.h 57 extern void * (*ctypes_dlsym)(void * handle, const char *symbol);
59 extern int (*ctypes_dlclose)(void * handle);
63 extern void * dlsym(void * handle, const char *symbol);
65 extern int dlclose(void * handle);
  /external/python/cpython3/Modules/_ctypes/darwin/
dlfcn.h 57 extern void * (*ctypes_dlsym)(void * handle, const char *symbol);
59 extern int (*ctypes_dlclose)(void * handle);
63 extern void * dlsym(void * handle, const char *symbol);
65 extern int dlclose(void * handle);
  /external/tensorflow/tensorflow/compiler/xla/service/
channel_tracker.h 38 // are associated with a unique handle and can be resolved from the handle for
60 // Informs that the given channel handle is used for a Send operation.
61 // Returns an error status if the handle is already used by another Send.
62 Status RegisterSend(const ChannelHandle& handle);
64 // Informs that the given channel handle is used for a Recv operation.
65 // Returns an error status if the handle is already used by another Recv.
66 Status RegisterRecv(const ChannelHandle& handle);
73 Status RegisterSendInternal(const ChannelHandle& handle)
76 Status RegisterRecvInternal(const ChannelHandle& handle)
    [all...]
  /frameworks/av/media/mtp/
IMtpDatabase.h 40 virtual void endSendObject(MtpObjectHandle handle,
45 MtpObjectHandle handle,
63 virtual MtpResponseCode getObjectPropertyValue(MtpObjectHandle handle,
67 virtual MtpResponseCode setObjectPropertyValue(MtpObjectHandle handle,
79 virtual MtpResponseCode getObjectPropertyList(MtpObjectHandle handle,
84 virtual MtpResponseCode getObjectInfo(MtpObjectHandle handle,
87 virtual void* getThumbnail(MtpObjectHandle handle, size_t& outThumbSize) = 0;
89 virtual MtpResponseCode getObjectFilePath(MtpObjectHandle handle,
94 virtual MtpResponseCode beginDeleteObject(MtpObjectHandle handle) = 0;
95 virtual void endDeleteObject(MtpObjectHandle handle, bool succeeded) = 0
    [all...]
  /frameworks/av/services/soundtrigger/
SoundTriggerHalInterface.h 38 * Only one active recognition per model at a time. The SoundTrigger service will handle
40 * The implementation returns a unique handle used by other functions (unload_sound_model(),
46 sound_model_handle_t *handle) = 0;
52 virtual int unloadSoundModel(sound_model_handle_t handle) = 0;
58 virtual int startRecognition(sound_model_handle_t handle,
66 virtual int stopRecognition(sound_model_handle_t handle) = 0;
  /hardware/akm/AK8975_FS/libsensors/
AdxlSensor.h 49 virtual int setDelay(int32_t handle, int64_t ns);
50 virtual int setEnable(int32_t handle, int enabled);
51 virtual int64_t getDelay(int32_t handle);
52 virtual int getEnable(int32_t handle);
KionixSensor.h 49 virtual int setDelay(int32_t handle, int64_t ns);
50 virtual int setEnable(int32_t handle, int enabled);
51 virtual int64_t getDelay(int32_t handle);
52 virtual int getEnable(int32_t handle);
  /hardware/intel/common/libwsbm/src/
wsbm_priv.h 40 uint32_t handle; member in struct:_WsbmKernelBuf
  /hardware/interfaces/dumpstate/1.0/vts/functional/
VtsHalDumpstateV1_0TargetTest.cpp 63 // Negative test: make sure dumpstateBoard() ignores a handle with no FD.
65 native_handle_t* handle = native_handle_create(0, 0); local
66 ASSERT_NE(handle, nullptr) << "Could not create native_handle";
68 Return<void> status = dumpstate->dumpstateBoard(handle);
72 native_handle_close(handle);
73 native_handle_delete(handle);
82 native_handle_t* handle = native_handle_create(1, 0); local
83 ASSERT_NE(handle, nullptr) << "Could not create native_handle";
84 handle->data[0] = fds[1];
86 Return<void> status = dumpstate->dumpstateBoard(handle);
103 native_handle_t* handle = native_handle_create(2, 0); local
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
loc_api_rpc_glue.h 64 rpc_loc_client_handle_type loc_handle, /* handle of the client */
76 rpc_loc_client_handle_type handle
81 rpc_loc_client_handle_type handle
86 rpc_loc_client_handle_type handle
91 rpc_loc_client_handle_type handle,
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc/
loc_api_rpc_glue.h 64 rpc_loc_client_handle_type loc_handle, /* handle of the client */
76 rpc_loc_client_handle_type handle
81 rpc_loc_client_handle_type handle
86 rpc_loc_client_handle_type handle
91 rpc_loc_client_handle_type handle,
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc/
loc_api_rpc_glue.h 64 rpc_loc_client_handle_type loc_handle, /* handle of the client */
76 rpc_loc_client_handle_type handle
81 rpc_loc_client_handle_type handle
86 rpc_loc_client_handle_type handle
91 rpc_loc_client_handle_type handle,

Completed in 639 milliseconds

<<11121314151617181920>>