Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 111) sorted by relevance

12345

/frameworks/base/core/java/android/app/
DNativeActivity.java97 private native void unloadNativeCode(int handle); in unloadNativeCode()
99 private native void onStartNative(int handle); in onStartNative()
100 private native void onResumeNative(int handle); in onResumeNative()
101 private native byte[] onSaveInstanceStateNative(int handle); in onSaveInstanceStateNative()
102 private native void onPauseNative(int handle); in onPauseNative()
103 private native void onStopNative(int handle); in onStopNative()
104 private native void onConfigurationChangedNative(int handle); in onConfigurationChangedNative()
105 private native void onLowMemoryNative(int handle); in onLowMemoryNative()
106 private native void onWindowFocusChangedNative(int handle, boolean focused); in onWindowFocusChangedNative()
107 private native void onSurfaceCreatedNative(int handle, Surface surface); in onSurfaceCreatedNative()
[all …]
/frameworks/native/libs/ui/
DGraphicBufferMapper.cpp49 status_t GraphicBufferMapper::registerBuffer(buffer_handle_t handle) in registerBuffer()
61 status_t GraphicBufferMapper::unregisterBuffer(buffer_handle_t handle) in unregisterBuffer()
73 status_t GraphicBufferMapper::lock(buffer_handle_t handle, in lock()
87 status_t GraphicBufferMapper::lockYCbCr(buffer_handle_t handle, in lockYCbCr()
101 status_t GraphicBufferMapper::unlock(buffer_handle_t handle) in unlock()
/frameworks/native/services/sensorservice/
DBatteryService.cpp41 status_t BatteryService::noteStartSensor(int uid, int handle) { in noteStartSensor()
52 status_t BatteryService::noteStopSensor(int uid, int handle) { in noteStopSensor()
63 bool BatteryService::addSensor(uid_t uid, int handle) { in addSensor()
75 bool BatteryService::removeSensor(uid_t uid, int handle) { in removeSensor()
85 void BatteryService::enableSensorImpl(uid_t uid, int handle) { in enableSensorImpl()
94 void BatteryService::disableSensorImpl(uid_t uid, int handle) { in disableSensorImpl()
DSensorInterface.h43 virtual status_t batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batch()
51 virtual status_t flush(void* ident, int handle) { in flush()
57 virtual void autoDisable(void *ident, int handle) { } in autoDisable()
DSensorInterface.cpp53 status_t HardwareSensor::batch(void* ident, int handle, int flags, in batch()
59 status_t HardwareSensor::flush(void* ident, int handle) { in flush()
63 status_t HardwareSensor::setDelay(void* ident, int handle, int64_t ns) { in setDelay()
67 void HardwareSensor::autoDisable(void *ident, int handle) { in autoDisable()
DBatteryService.h43 int handle; member
58 static void enableSensor(uid_t uid, int handle) { in enableSensor()
61 static void disableSensor(uid_t uid, int handle) { in disableSensor()
DSensorService.cpp275 int handle = mActiveSensors.keyAt(i); in dump() local
302 int handle = buffer[i].sensor; in cleanupAutoDisabledSensor() local
513 int handle = mActiveSensors.keyAt(i); in cleanupConnection() local
543 int handle, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags) in enable()
621 int handle) in disable()
636 const sp<SensorEventConnection>& connection, int handle) { in cleanupWithoutDisable()
642 const sp<SensorEventConnection>& connection, int handle) { in cleanupWithoutDisableLocked()
664 int handle, nsecs_t ns) in setEventRate()
685 int handle) { in flushSensor()
762 bool SensorService::SensorEventConnection::addSensor(int32_t handle) { in addSensor()
[all …]
DSensorDevice.cpp121 void SensorDevice::autoDisable(void *ident, int handle) { in autoDisable()
127 status_t SensorDevice::activate(void* ident, int handle, int enabled) in activate()
203 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batch()
282 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) in setDelay()
312 status_t SensorDevice::flush(void* ident, int handle) { in flush()
DRotationVectorSensor.cpp59 status_t RotationVectorSensor::setDelay(void* ident, int handle, int64_t ns) { in setDelay()
108 status_t GyroDriftSensor::setDelay(void* ident, int handle, int64_t ns) { in setDelay()
/frameworks/base/media/java/android/mtp/
DMtpServer.java46 public void sendObjectAdded(int handle) { in sendObjectAdded()
50 public void sendObjectRemoved(int handle) { in sendObjectRemoved()
65 private native final void native_send_object_added(int handle); in native_send_object_added()
66 private native final void native_send_object_removed(int handle); in native_send_object_removed()
DMtpPropertyList.java53 public void append(int handle, int property, int type, long value) { in append()
64 public void append(int handle, int property, String value) { in append()
DMtpDatabase.java306 private void endSendObject(String path, int handle, int format, boolean succeeded) { in endSendObject()
672 private MtpPropertyList getObjectPropertyList(long handle, int format, long property, in getObjectPropertyList()
701 private int renameFile(int handle, String newName) { in renameFile()
788 private int setObjectProperty(int handle, int property, in setObjectProperty()
843 private boolean getObjectInfo(int handle, int[] outStorageFormatParent, in getObjectInfo()
883 private int getObjectFilePath(int handle, char[] outFilePath, long[] outFileLengthFormat) { in getObjectFilePath()
918 private int deleteFile(int handle) { in deleteFile()
980 private int[] getObjectReferences(int handle) { in getObjectReferences()
1007 private int setObjectReferences(int handle, int[] references) { in setObjectReferences()
/frameworks/base/tests/CoreTests/android/core/
DRequestAPITest.java72 RequestHandle handle = in verifyFailure() local
122 RequestHandle handle = mRequestQueue.queueRequest( in verifySuccess() local
198 RequestHandle handle = mRequestQueue.queueRequest( in testGet() local
271 RequestHandle handle = mRequestQueue.queueRequest( in testHead() local
298 RequestHandle handle = mRequestQueue.queueRequest( in testChunked() local
434 RequestHandle handle = mRequestQueue.queueRequest( in testPost() local
472 RequestHandle handle = mRequestQueue.queueRequest( in testPostWithData() local
/frameworks/av/media/mtp/
DMtpServer.cpp244 void MtpServer::sendObjectAdded(MtpObjectHandle handle) { in sendObjectAdded()
249 void MtpServer::sendObjectRemoved(MtpObjectHandle handle) { in sendObjectRemoved()
274 void MtpServer::addEditObject(MtpObjectHandle handle, MtpString& path, in addEditObject()
280 MtpServer::ObjectEdit* MtpServer::getEditObject(MtpObjectHandle handle) { in getEditObject()
289 void MtpServer::removeEditObject(MtpObjectHandle handle) { in removeEditObject()
586 MtpObjectHandle handle = mRequest.getParameter(1); in doGetObjectReferences() local
604 MtpStorageID handle = mRequest.getParameter(1); in doSetObjectReferences() local
615 MtpObjectHandle handle = mRequest.getParameter(1); in doGetObjectPropValue() local
626 MtpObjectHandle handle = mRequest.getParameter(1); in doSetObjectPropValue() local
662 MtpObjectHandle handle = mRequest.getParameter(1); in doGetObjectPropList() local
[all …]
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp255 void* handle = dlopen(pathStr, RTLD_LAZY); in loadNativeCode_native() local
345 unloadNativeCode_native(JNIEnv* env, jobject clazz, jint handle) in unloadNativeCode_native()
355 onStart_native(JNIEnv* env, jobject clazz, jint handle) in onStart_native()
367 onResume_native(JNIEnv* env, jobject clazz, jint handle) in onResume_native()
379 onSaveInstanceState_native(JNIEnv* env, jobject clazz, jint handle) in onSaveInstanceState_native()
406 onPause_native(JNIEnv* env, jobject clazz, jint handle) in onPause_native()
418 onStop_native(JNIEnv* env, jobject clazz, jint handle) in onStop_native()
430 onConfigurationChanged_native(JNIEnv* env, jobject clazz, jint handle) in onConfigurationChanged_native()
442 onLowMemory_native(JNIEnv* env, jobject clazz, jint handle) in onLowMemory_native()
454 onWindowFocusChanged_native(JNIEnv* env, jobject clazz, jint handle, jboolean focused) in onWindowFocusChanged_native()
[all …]
Dandroid_database_SQLiteCommon.cpp24 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle) { in throw_sqlite3_exception()
36 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle, const char* message) { in throw_sqlite3_exception()
/frameworks/base/core/java/android/hardware/
DSystemSensorManager.java227 private static native int nativeEnableSensor(int eventQ, int handle, int rateUs, in nativeEnableSensor()
229 private static native int nativeDisableSensor(int eventQ, int handle); in nativeDisableSensor()
253 int handle = sensor.getHandle(); in addSensor() local
273 int handle = mActiveSensors.keyAt(i); in removeAllSensors() local
288 final int handle = sensor.getHandle(); in removeSensor() local
343 protected abstract void dispatchSensorEvent(int handle, float[] values, int accuracy, in dispatchSensorEvent()
345 protected abstract void dispatchFlushCompleteEvent(int handle); in dispatchFlushCompleteEvent()
380 protected void dispatchSensorEvent(int handle, float[] values, int inAccuracy, in dispatchSensorEvent()
422 protected void dispatchFlushCompleteEvent(int handle) { in dispatchFlushCompleteEvent()
460 protected void dispatchSensorEvent(int handle, float[] values, int accuracy, in dispatchSensorEvent()
[all …]
/frameworks/native/libs/gui/
DISensorEventConnection.cpp56 virtual status_t enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs, in enableDisable()
70 virtual status_t setEventRate(int handle, nsecs_t ns) in setEventRate()
104 int handle = data.readInt32(); in onTransact() local
116 int handle = data.readInt32(); in onTransact() local
DISurfaceComposerClient.cpp54 sp<IBinder>* handle, in createSurface()
69 virtual status_t destroySurface(const sp<IBinder>& handle) { in destroySurface()
93 sp<IBinder> handle; in onTransact() local
/frameworks/native/services/surfaceflinger/
DClient.cpp57 void Client::attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer) in attachLayer()
112 sp<IBinder>* handle, in createSurface()
123 sp<IBinder>* handle; in createSurface() member in android::Client::createSurface::MessageCreateLayer
134 sp<IBinder>* handle, in createSurface()
154 status_t Client::destroySurface(const sp<IBinder>& handle) { in destroySurface()
/frameworks/native/libs/binder/
DIPCThreadState.cpp546 status_t IPCThreadState::transact(int32_t handle, in transact()
608 void IPCThreadState::incStrongHandle(int32_t handle) in incStrongHandle()
615 void IPCThreadState::decStrongHandle(int32_t handle) in decStrongHandle()
622 void IPCThreadState::incWeakHandle(int32_t handle) in incWeakHandle()
629 void IPCThreadState::decWeakHandle(int32_t handle) in decWeakHandle()
636 status_t IPCThreadState::attemptIncStrongHandle(int32_t handle) in attemptIncStrongHandle()
654 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder) in expungeHandle()
662 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy) in requestDeathNotification()
670 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy) in clearDeathNotification()
897 int32_t handle, uint32_t code, const Parcel& data, status_t* statusBuffer) in writeTransactionData()
/frameworks/compile/libbcc/lib/ExecutionEngine/
DSymbolResolvers.cpp27 int dlclose(void* handle) { in dlclose()
35 void* dlsym(void* handle, const char* symbol) { in dlsym()
/frameworks/base/services/java/com/android/server/am/
DContentProviderRecord.java99 ExternalProcessHandle handle = externalProcessTokenToHandle.get(token); in addExternalProcessHandleLocked() local
112 ExternalProcessHandle handle = externalProcessTokenToHandle.get(token); in removeExternalProcessHandleLocked() local
131 ExternalProcessHandle handle = externalProcessTokenToHandle.get(token); in removeExternalProcessHandleInternalLocked() local
/frameworks/native/opengl/tools/glgen/static/egl/
DEGLConfig.java25 private EGLConfig(int handle) { in EGLConfig()
/frameworks/base/opengl/java/android/opengl/
DEGLSurface.java25 private EGLSurface(int handle) { in EGLSurface()

12345