Searched defs:handle (Results 1 - 25 of 88) sorted by relevance

1234

/frameworks/base/opengl/java/android/opengl/
H A DEGLConfig.java25 private EGLConfig(int handle) { argument
26 super(handle);
H A DEGLContext.java25 private EGLContext(int handle) { argument
26 super(handle);
H A DEGLDisplay.java25 private EGLDisplay(int handle) { argument
26 super(handle);
H A DEGLObjectHandle.java27 protected EGLObjectHandle(int handle) { argument
28 mHandle = handle;
32 * Returns the native handle of the wrapped EGL object. This handle can be
35 * For example, EGLDisplay dpy = (EGLDisplay)handle;
37 * @return the native handle of the wrapped EGL object.
H A DEGLSurface.java25 private EGLSurface(int handle) { argument
26 super(handle);
/frameworks/native/opengl/tools/glgen/static/egl/
H A DEGLConfig.java25 private EGLConfig(int handle) { argument
26 super(handle);
H A DEGLContext.java25 private EGLContext(int handle) { argument
26 super(handle);
H A DEGLDisplay.java25 private EGLDisplay(int handle) { argument
26 super(handle);
H A DEGLObjectHandle.java27 protected EGLObjectHandle(int handle) { argument
28 mHandle = handle;
32 * Returns the native handle of the wrapped EGL object. This handle can be
35 * For example, EGLDisplay dpy = (EGLDisplay)handle;
37 * @return the native handle of the wrapped EGL object.
H A DEGLSurface.java25 private EGLSurface(int handle) { argument
26 super(handle);
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteCommon.cpp23 /* throw a SQLiteException with a message appropriate for the error in handle */
24 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle) { argument
25 throw_sqlite3_exception(env, handle, NULL);
33 /* throw a SQLiteException with a message appropriate for the error in handle
36 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle, const char* message) { argument
37 if (handle) {
42 throw_sqlite3_exception(env, sqlite3_extended_errcode(handle),
43 sqlite3_errmsg(handle), message);
/frameworks/av/media/mtp/
H A DMtpObjectInfo.cpp27 MtpObjectInfo::MtpObjectInfo(MtpObjectHandle handle) argument
28 : mHandle(handle),
/frameworks/native/libs/ui/
H A DGraphicBufferMapper.cpp49 status_t GraphicBufferMapper::registerBuffer(buffer_handle_t handle) argument
54 err = mAllocMod->registerBuffer(mAllocMod, handle);
57 handle, err, strerror(-err));
61 status_t GraphicBufferMapper::unregisterBuffer(buffer_handle_t handle) argument
66 err = mAllocMod->unregisterBuffer(mAllocMod, handle);
69 handle, err, strerror(-err));
73 status_t GraphicBufferMapper::lock(buffer_handle_t handle, argument
79 err = mAllocMod->lock(mAllocMod, handle, usage,
87 status_t GraphicBufferMapper::unlock(buffer_handle_t handle) argument
92 err = mAllocMod->unlock(mAllocMod, handle);
[all...]
/frameworks/native/services/sensorservice/
H A DBatteryService.cpp41 status_t BatteryService::noteStartSensor(int uid, int handle) { argument
45 data.writeInt32(handle);
52 status_t BatteryService::noteStopSensor(int uid, int handle) { argument
56 data.writeInt32(handle);
63 bool BatteryService::addSensor(uid_t uid, int handle) { argument
65 Info key(uid, handle);
75 bool BatteryService::removeSensor(uid_t uid, int handle) { argument
77 ssize_t index = mActivations.indexOf(Info(uid, handle));
85 void BatteryService::enableSensorImpl(uid_t uid, int handle) { argument
87 if (addSensor(uid, handle)) {
94 disableSensorImpl(uid_t uid, int handle) argument
[all...]
H A DCorrectedGyroSensor.cpp64 status_t CorrectedGyroSensor::setDelay(void* ident, int handle, int64_t ns) { argument
74 hwSensor.handle = '_cgy';
H A DOrientationSensor.cpp69 status_t OrientationSensor::setDelay(void* ident, int handle, int64_t ns) { argument
78 hwSensor.handle = '_ypr';
H A DRotationVectorSensor.cpp59 status_t RotationVectorSensor::setDelay(void* ident, int handle, int64_t ns) { argument
68 hwSensor.handle = '_rov';
108 status_t GyroDriftSensor::setDelay(void* ident, int handle, int64_t ns) { argument
117 hwSensor.handle = '_gbs';
H A DBatteryService.h34 status_t noteStartSensor(int uid, int handle);
35 status_t noteStopSensor(int uid, int handle);
37 void enableSensorImpl(uid_t uid, int handle);
38 void disableSensorImpl(uid_t uid, int handle);
43 int handle; member in struct:android::BatteryService::Info
45 Info() : uid(0), handle(0), count(0) { }
46 Info(uid_t uid, int handle) : uid(uid), handle(handle), count(0) { } argument
48 return (uid == rhs.uid) ? (handle < rh
58 enableSensor(uid_t uid, int handle) argument
61 disableSensor(uid_t uid, int handle) argument
[all...]
H A DGravitySensor.cpp73 status_t GravitySensor::setDelay(void* ident, int handle, int64_t ns) { argument
82 hwSensor.handle = '_grv';
H A DLinearAccelerationSensor.cpp57 status_t LinearAccelerationSensor::setDelay(void* ident, int handle, int64_t ns) { argument
58 return mGravitySensor.setDelay(this, handle, ns);
67 hwSensor.handle = '_lin';
H A DSensorInterface.cpp53 status_t HardwareSensor::setDelay(void* ident, int handle, int64_t ns) { argument
54 return mSensorDevice.setDelay(ident, handle, ns);
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.h39 void *handle; member in struct:lib_entry_s
/frameworks/base/media/java/android/mtp/
H A DMtpPropertyList.java53 public void append(int handle, int property, int type, long value) { argument
58 mObjectHandles[index] = handle;
64 public void append(int handle, int property, String value) { argument
69 mObjectHandles[index] = handle;
/frameworks/base/services/java/com/android/server/am/
H A DUserStartedState.java43 public UserStartedState(UserHandle handle, boolean initial) { argument
44 mHandle = handle;
/frameworks/native/libs/gui/
H A DISensorEventConnection.cpp55 virtual status_t enableDisable(int handle, bool enabled) argument
59 data.writeInt32(handle);
65 virtual status_t setEventRate(int handle, nsecs_t ns) argument
69 data.writeInt32(handle);
92 int handle = data.readInt32(); local
94 status_t result = enableDisable(handle, enabled);
100 int handle = data.readInt32(); local
102 status_t result = setEventRate(handle, ns);

Completed in 7528 milliseconds

1234