/external/libsepol/include/sepol/ |
policydb.h | 7 #include <sepol/handle.h> 46 * Associate a handle with a policy file, for use in 51 sepol_handle_t * handle); 86 /* Set how to handle unknown class/perms. */ 112 extern int sepol_policydb_from_image(sepol_handle_t * handle, 123 extern int sepol_policydb_to_image(sepol_handle_t * handle,
|
/external/libsepol/src/ |
roles.c | 8 #include "handle.h" 11 int sepol_role_exists(sepol_handle_t * handle __attribute__ ((unused)), 19 handle = NULL; 24 int sepol_role_list(sepol_handle_t * handle, 48 ERR(handle, "out of memory, could not list roles");
|
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/ |
SDL_systhread.c | 64 if ( pthread_create(&thread->handle, &type, RunThread, args) != 0 ) { 107 pthread_join(thread->handle, 0); 113 pthread_cancel(thread->handle); 118 pthread_kill(thread->handle, SIGKILL);
|
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/ |
SDL_systhread.c | 91 if ( pthread_create(&thread->handle, &type, RunThread, args) != 0 ) { 132 pthread_join(thread->handle, 0); 138 pthread_cancel(thread->handle); 140 pthread_kill(thread->handle, SIGKILL);
|
/frameworks/base/core/java/android/app/ |
NativeActivity.java | 97 private native void unloadNativeCode(int handle); 99 private native void onStartNative(int handle); 100 private native void onResumeNative(int handle); 101 private native byte[] onSaveInstanceStateNative(int handle); 102 private native void onPauseNative(int handle); 103 private native void onStopNative(int handle); 104 private native void onConfigurationChangedNative(int handle); 105 private native void onLowMemoryNative(int handle); 106 private native void onWindowFocusChangedNative(int handle, boolean focused); 107 private native void onSurfaceCreatedNative(int handle, Surface surface) [all...] |
/frameworks/native/services/surfaceflinger/ |
Client.h | 47 void attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer); 51 sp<Layer> getLayerUser(const sp<IBinder>& handle) const; 58 sp<IBinder>* handle, 61 virtual status_t destroySurface(const sp<IBinder>& handle);
|
/hardware/invensense/60xx/libsensors_iio/ |
CompassSensor.IIO.9150.h | 45 virtual int enable(int32_t handle, int enabled); 46 virtual int setDelay(int32_t handle, int64_t ns); 47 virtual int getEnable(int32_t handle); 48 virtual int64_t getDelay(int32_t handle);
|
/hardware/invensense/65xx/libsensors_iio/ |
CompassSensor.IIO.9150.h | 45 virtual int enable(int32_t handle, int enabled); 46 virtual int setDelay(int32_t handle, int64_t ns); 47 virtual int getEnable(int32_t handle); 48 virtual int64_t getDelay(int32_t handle);
|
CompassSensor.IIO.primary.h | 48 virtual int enable(int32_t handle, int enabled); 49 virtual int setDelay(int32_t handle, int64_t ns); 50 virtual int getEnable(int32_t handle); 51 virtual int64_t getDelay(int32_t handle);
|
/hardware/qcom/display/msm8960/libqdutils/ |
qdMetaData.cpp | 36 int setMetaData(private_handle_t *handle, DispParamType paramType, 38 if (!handle) { 39 ALOGE("%s: Private handle is null!", __func__); 42 if (handle->fd_metadata == -1) { 52 handle->fd_metadata, 0);
|
/hardware/qcom/display/msm8974/libqdutils/ |
qdMetaData.cpp | 36 int setMetaData(private_handle_t *handle, DispParamType paramType, 38 if (!handle) { 39 ALOGE("%s: Private handle is null!", __func__); 42 if (handle->fd_metadata == -1) { 52 handle->fd_metadata, 0);
|
/hardware/qcom/display/msm8x26/libqdutils/ |
qdMetaData.cpp | 36 int setMetaData(private_handle_t *handle, DispParamType paramType, 38 if (!handle) { 39 ALOGE("%s: Private handle is null!", __func__); 42 if (handle->fd_metadata == -1) { 52 handle->fd_metadata, 0);
|
/hardware/samsung_slsi/exynos5/libsecurepath/ |
tlc_communication.h | 29 mcSessionHandle_t handle; member in struct:__anon34127
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/ |
Session.h | 48 uint32_t handle; member in class:BulkBufferDescriptor 55 uint32_t handle, 61 handle(handle), 133 * Return the Kmod handle of the bulk buff 137 * @return the Handle or 0 for failure
|
/hardware/ti/omap4xxx/ion/ |
omap_ion.h | 29 struct ion_handle *handle; member in struct:omap_ion_tiler_alloc_data
|
/ndk/sources/host-tools/ndk-stack/ |
ndk-stack.c | 72 FILE* handle = use_stdin ? stdin : fopen(dump_file, "r"); local 73 if (handle != NULL) { 75 while (fgets(str, sizeof(str), handle)) { 81 fclose(handle);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
reduction.py | 65 def send_handle(conn, handle, destination_pid): 70 new_handle = duplicate(handle, process_handle) 79 def send_handle(conn, handle, destination_pid): 80 _multiprocessing.sendfd(conn.fileno(), handle) 142 def reduce_handle(handle): 144 return (None, Popen.duplicate_for_child(handle), True) 145 dup_handle = duplicate(handle) 147 sub_debug('reducing handle %d', handle) 151 address, handle, inherited = pickled_dat [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
reduction.py | 65 def send_handle(conn, handle, destination_pid): 70 new_handle = duplicate(handle, process_handle) 79 def send_handle(conn, handle, destination_pid): 80 _multiprocessing.sendfd(conn.fileno(), handle) 142 def reduce_handle(handle): 144 return (None, Popen.duplicate_for_child(handle), True) 145 dup_handle = duplicate(handle) 147 sub_debug('reducing handle %d', handle) 151 address, handle, inherited = pickled_dat [all...] |
/sdk/emulator/opengl/tests/ut_renderer/ |
Renderer.cpp | 57 int Renderer::createSurface(RenderingThread *thread, const ClientHandle & handle) 61 assert(m_surfaces.find(handle) == m_surfaces.end()); 62 if (handle.handle == 0) { 71 m_surfaces.insert(SurfaceMap::value_type(handle, surface)); 76 int Renderer::destroySurface(RenderingThread *thread, const ClientHandle &handle) 80 SurfaceMap::iterator i = m_surfaces.find(handle); 86 m_surfaces.erase(handle); 91 int Renderer::createContext(RenderingThread *thread, const ClientHandle &handle, ClientHandle shareCtx, int version) 95 assert(m_ctxs.find(handle) == m_ctxs.end()) [all...] |
/system/core/libion/ |
ion_test.c | 26 int _ion_alloc_test(int *fd, struct ion_handle **handle) 34 ret = ion_alloc(*fd, len, align, heap_mask, alloc_flags, handle); 44 struct ion_handle *handle; local 46 if(_ion_alloc_test(&fd, &handle)) 49 ret = ion_free(fd, handle); 51 printf("%s failed: %s %p\n", __func__, strerror(ret), handle); 62 struct ion_handle *handle; local 65 if(_ion_alloc_test(&fd, &handle)) 68 ret = ion_map(fd, handle, len, prot, map_flags, 0, &ptr, &map_fd); 80 ret = ion_free(fd, handle); 103 struct ion_handle *handle; local [all...] |
/device/lge/hammerhead/libsensors/ |
sensors.cpp | 55 .handle = SENSORS_LIGHT_HANDLE, 67 .handle = SENSORS_PROXIMITY_HANDLE, 112 int activate(int handle, int enabled); 113 int setDelay(int handle, int64_t ns); 115 int batch(int handle, int flags, int64_t period_ns, int64_t timeout); 119 int flush(int handle); 143 int handleToDriver(int handle) const { 144 switch (handle) { 174 /* TODO: Handle external pressure sensor */ 253 int sensors_poll_context_t::activate(int handle, int enabled) [all...] |
/external/chromium_org/content/renderer/pepper/ |
ppb_broker_impl.cc | 45 // The plugin owns the handle. 99 int32_t PPB_Broker_Impl::GetHandle(int32_t* handle) { 101 return PP_ERROR_FAILED; // Handle not set yet. 102 *handle = pipe_handle_; 112 // Transfers ownership of the handle to the plugin. 113 void PPB_Broker_Impl::BrokerConnected(int32_t handle, int32_t result) { 117 handle == PlatformFileToInt(base::kInvalidPlatformFileValue)); 119 pipe_handle_ = handle; 141 const IPC::ChannelHandle& handle) { 142 broker_->OnBrokerChannelConnected(broker_pid, handle); [all...] |
/external/chromium_org/third_party/mtpd/mtpd_server/ |
mtpd_server.h | 48 { "handle", "s", false }, 53 { "handle", "s", true }, 58 { "handle", "s", true }, 65 { "handle", "s", true }, 72 { "handle", "s", true }, 81 { "handle", "s", true }, 90 { "handle", "s", true }, 97 { "handle", "s", true }, 161 virtual void CloseStorage(const std::string& handle, ::DBus::Error &error) = 0; 162 virtual std::vector< uint8_t > ReadDirectoryByPath(const std::string& handle, const std::string& filePath, ::DBus::Error &error) = 0 233 std::string handle; __ri >> handle; local 244 std::string handle; __ri >> handle; local 259 std::string handle; __ri >> handle; local 274 std::string handle; __ri >> handle; local 291 std::string handle; __ri >> handle; local 308 std::string handle; __ri >> handle; local 323 std::string handle; __ri >> handle; local [all...] |
/frameworks/av/media/mtp/ |
MtpServer.h | 63 // handle for new object, set by SendObjectInfo and used by SendObject 81 ObjectEdit(MtpObjectHandle handle, const char* path, uint64_t size, 83 : mHandle(handle), mPath(path), mSize(size), mFormat(format), mFD(fd) { 105 void sendObjectAdded(MtpObjectHandle handle); 106 void sendObjectRemoved(MtpObjectHandle handle); 113 void addEditObject(MtpObjectHandle handle, MtpString& path, 115 ObjectEdit* getEditObject(MtpObjectHandle handle); 116 void removeEditObject(MtpObjectHandle handle);
|
/frameworks/native/libs/gui/ |
ISurfaceComposerClient.cpp | 54 sp<IBinder>* handle, 64 *handle = reply.readStrongBinder(); 69 virtual status_t destroySurface(const sp<IBinder>& handle) { 72 data.writeStrongBinder(handle); 93 sp<IBinder> handle; local 96 &handle, &gbp); 97 reply->writeStrongBinder(handle);
|