Home
last modified time | relevance | path

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

123456789

/frameworks/native/libs/ui/
DGraphicBufferMapper.cpp56 status_t GraphicBufferMapper::registerBuffer(buffer_handle_t handle) in registerBuffer()
68 status_t GraphicBufferMapper::unregisterBuffer(buffer_handle_t handle) in unregisterBuffer()
80 status_t GraphicBufferMapper::lock(buffer_handle_t handle, in lock()
94 status_t GraphicBufferMapper::lockYCbCr(buffer_handle_t handle, in lockYCbCr()
112 status_t GraphicBufferMapper::unlock(buffer_handle_t handle) in unlock()
123 status_t GraphicBufferMapper::lockAsync(buffer_handle_t handle, in lockAsync()
147 status_t GraphicBufferMapper::lockAsyncYCbCr(buffer_handle_t handle, in lockAsyncYCbCr()
177 status_t GraphicBufferMapper::unlockAsync(buffer_handle_t handle, int *fenceFd) in unlockAsync()
/frameworks/av/soundtrigger/
DISoundTrigger.cpp54 sound_model_handle_t *handle) in loadSoundModel()
73 virtual status_t unloadSoundModel(sound_model_handle_t handle) in unloadSoundModel()
85 virtual status_t startRecognition(sound_model_handle_t handle, in startRecognition()
104 virtual status_t stopRecognition(sound_model_handle_t handle) in stopRecognition()
136 sound_model_handle_t handle; in onTransact() local
146 sound_model_handle_t handle; in onTransact() local
154 sound_model_handle_t handle; in onTransact() local
166 sound_model_handle_t handle; in onTransact() local
/frameworks/base/core/java/android/app/
DNativeActivity.java100 private native void unloadNativeCode(long handle); in unloadNativeCode()
101 private native void onStartNative(long handle); in onStartNative()
102 private native void onResumeNative(long handle); in onResumeNative()
103 private native byte[] onSaveInstanceStateNative(long handle); in onSaveInstanceStateNative()
104 private native void onPauseNative(long handle); in onPauseNative()
105 private native void onStopNative(long handle); in onStopNative()
106 private native void onConfigurationChangedNative(long handle); in onConfigurationChangedNative()
107 private native void onLowMemoryNative(long handle); in onLowMemoryNative()
108 private native void onWindowFocusChangedNative(long handle, boolean focused); in onWindowFocusChangedNative()
109 private native void onSurfaceCreatedNative(long handle, Surface surface); in onSurfaceCreatedNative()
[all …]
/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java150 private static native void nativeClose(long handle); in nativeClose()
152 private static native long nativeSumNativeBinaries(long handle, String cpuAbi); in nativeSumNativeBinaries()
154 private native static int nativeCopyNativeBinaries(long handle, String sharedLibraryPath, in nativeCopyNativeBinaries()
157 private static long sumNativeBinaries(Handle handle, String abi) { in sumNativeBinaries()
173 public static int copyNativeBinaries(Handle handle, File sharedLibraryDir, String abi) { in copyNativeBinaries()
191 public static int findSupportedAbi(Handle handle, String[] supportedAbis) { in findSupportedAbi()
216 private native static int nativeFindSupportedAbi(long handle, String[] supportedAbis); in nativeFindSupportedAbi()
283 private static long sumNativeBinariesForSupportedAbi(Handle handle, String[] abiList) { in sumNativeBinariesForSupportedAbi()
292 public static int copyNativeBinariesForSupportedAbi(Handle handle, File libraryRoot, in copyNativeBinariesForSupportedAbi()
325 public static int copyNativeBinariesWithOverride(Handle handle, File libraryRoot, in copyNativeBinariesWithOverride()
[all …]
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecStandbyModeHandler.java27 boolean handle(HdmiCecMessage message); in handle() method
32 public boolean handle(HdmiCecMessage message) { in handle() method in HdmiCecStandbyModeHandler.Bystander
39 public boolean handle(HdmiCecMessage message) { in handle() method in HdmiCecStandbyModeHandler.Bypasser
50 public boolean handle(HdmiCecMessage message) { in handle() method in HdmiCecStandbyModeHandler.Aborter
58 public boolean handle(HdmiCecMessage message) { in handle() method in HdmiCecStandbyModeHandler.AutoOnHandler
69 public boolean handle(HdmiCecMessage message) { in handle() method in HdmiCecStandbyModeHandler.UserControlProcessedHandler
/frameworks/native/libs/gui/
DISurfaceComposerClient.cpp58 sp<IBinder>* handle, in createSurface()
73 virtual status_t destroySurface(const sp<IBinder>& handle) { in destroySurface()
89 virtual status_t getLayerFrameStats(const sp<IBinder>& handle, FrameStats* outStats) const { in getLayerFrameStats() argument
118 sp<IBinder> handle; in onTransact() local
134 sp<IBinder> handle = data.readStrongBinder(); in onTransact() local
141 sp<IBinder> handle = data.readStrongBinder(); in onTransact() local
DISensorEventConnection.cpp58 virtual status_t enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs, in enableDisable()
72 virtual status_t setEventRate(int handle, nsecs_t ns) in setEventRate()
110 int handle = data.readInt32(); in onTransact() local
122 int handle = data.readInt32(); in onTransact() local
/frameworks/av/media/mtp/
DMtpServer.cpp247 void MtpServer::sendObjectAdded(MtpObjectHandle handle) { in sendObjectAdded()
252 void MtpServer::sendObjectRemoved(MtpObjectHandle handle) { in sendObjectRemoved()
282 void MtpServer::addEditObject(MtpObjectHandle handle, MtpString& path, in addEditObject()
288 MtpServer::ObjectEdit* MtpServer::getEditObject(MtpObjectHandle handle) { in getEditObject()
297 void MtpServer::removeEditObject(MtpObjectHandle handle) { in removeEditObject()
617 MtpObjectHandle handle = mRequest.getParameter(1); in doGetObjectReferences() local
637 MtpStorageID handle = mRequest.getParameter(1); in doSetObjectReferences() local
652 MtpObjectHandle handle = mRequest.getParameter(1); in doGetObjectPropValue() local
665 MtpObjectHandle handle = mRequest.getParameter(1); in doSetObjectPropValue() local
709 MtpObjectHandle handle = mRequest.getParameter(1); in doGetObjectPropList() local
[all …]
DMtpDevice.cpp413 MtpObjectInfo* MtpDevice::getObjectInfo(MtpObjectHandle handle) { in getObjectInfo()
435 void* MtpDevice::getThumbnail(MtpObjectHandle handle, int& outLength) { in getThumbnail()
502 bool MtpDevice::sendObject(MtpObjectHandle handle, int size, int srcFD) { in sendObject()
532 bool MtpDevice::deleteObject(MtpObjectHandle handle) { in deleteObject()
545 MtpObjectHandle MtpDevice::getParent(MtpObjectHandle handle) { in getParent()
556 MtpObjectHandle MtpDevice::getStorageID(MtpObjectHandle handle) { in getStorageID()
625 bool MtpDevice::getObjectPropValue(MtpObjectHandle handle, MtpProperty* property) { in getObjectPropValue()
644 bool MtpDevice::readObject(MtpObjectHandle handle, in readObject()
652 bool MtpDevice::readObject(MtpObjectHandle handle, const char* destPath, int group, int perm) { in readObject()
671 bool MtpDevice::readObject(MtpObjectHandle handle, int fd) { in readObject()
[all …]
/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/native/services/sensorservice/
DBatteryService.cpp41 bool BatteryService::addSensor(uid_t uid, int handle) { in addSensor()
53 bool BatteryService::removeSensor(uid_t uid, int handle) { in removeSensor()
63 void BatteryService::enableSensorImpl(uid_t uid, int handle) { in enableSensorImpl()
72 void BatteryService::disableSensorImpl(uid_t uid, int handle) { in disableSensorImpl()
DBatteryService.h39 int handle; member
54 static void enableSensor(uid_t uid, int handle) { in enableSensor()
57 static void disableSensor(uid_t uid, int handle) { in disableSensor()
DSensorEventConnection.cpp90 bool SensorService::SensorEventConnection::addSensor(int32_t handle) { in addSensor()
102 bool SensorService::SensorEventConnection::removeSensor(int32_t handle) { in removeSensor()
123 const int handle = mSensorInfo.keyAt(i); in hasOneShotSensors() local
136 void SensorService::SensorEventConnection::setFirstFlushPending(int32_t handle, in setFirstFlushPending()
167 const int handle = mSensorInfo.keyAt(i); in updateLooperRegistrationLocked() local
197 void SensorService::SensorEventConnection::incrementPendingFlushCount(int32_t handle) { in incrementPendingFlushCount()
389 const int handle = mSensorInfo.keyAt(i); in sendPendingFlushEventsLocked() local
503 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable()
518 int handle, nsecs_t samplingPeriodNs) in setEventRate()
/frameworks/base/media/java/android/mtp/
DMtpServer.java50 public void sendObjectAdded(int handle) { in sendObjectAdded()
54 public void sendObjectRemoved(int handle) { in sendObjectRemoved()
73 private native final void native_send_object_added(int handle); in native_send_object_added()
74 private native final void native_send_object_removed(int handle); in native_send_object_removed()
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp271 void* handle = OpenNativeLibrary(env, sdkVersion, pathStr, classLoader, libraryPath); in loadNativeCode_native() local
372 unloadNativeCode_native(JNIEnv* env, jobject clazz, jlong handle) in unloadNativeCode_native()
384 onStart_native(JNIEnv* env, jobject clazz, jlong handle) in onStart_native()
398 onResume_native(JNIEnv* env, jobject clazz, jlong handle) in onResume_native()
412 onSaveInstanceState_native(JNIEnv* env, jobject clazz, jlong handle) in onSaveInstanceState_native()
441 onPause_native(JNIEnv* env, jobject clazz, jlong handle) in onPause_native()
455 onStop_native(JNIEnv* env, jobject clazz, jlong handle) in onStop_native()
469 onConfigurationChanged_native(JNIEnv* env, jobject clazz, jlong handle) in onConfigurationChanged_native()
483 onLowMemory_native(JNIEnv* env, jobject clazz, jlong handle) in onLowMemory_native()
497 onWindowFocusChanged_native(JNIEnv* env, jobject clazz, jlong handle, jboolean focused) in onWindowFocusChanged_native()
[all …]
/frameworks/base/core/java/android/hardware/
DSystemSensorManager.java499 private static native int nativeEnableSensor(long eventQ, int handle, int rateUs, in nativeEnableSensor()
501 private static native int nativeDisableSensor(long eventQ, int handle); in nativeDisableSensor()
504 private static native int nativeInjectSensorData(long eventQ, int handle, in nativeInjectSensorData()
532 int handle = sensor.getHandle(); in addSensor() local
552 int handle = mActiveSensors.keyAt(i); in removeAllSensors() local
567 final int handle = sensor.getHandle(); in removeSensor() local
617 protected int injectSensorDataBase(int handle, float[] values, int accuracy, in injectSensorDataBase()
627 protected abstract void dispatchSensorEvent(int handle, float[] values, int accuracy, in dispatchSensorEvent()
629 protected abstract void dispatchFlushCompleteEvent(int handle); in dispatchFlushCompleteEvent()
632 int handle, int type, int serial, float[] floatValues, int[] intValues) { in dispatchAdditionalInfoEvent()
[all …]
/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()
167 status_t Client::getLayerFrameStats(const sp<IBinder>& handle, FrameStats* outStats) const { in getLayerFrameStats() argument
/frameworks/base/telephony/java/com/android/internal/telephony/
DICallService.aidl38 void isCompatibleWith(String handle); in isCompatibleWith()
48 void call(String handle); in call()
DCallInfo.java31 private String handle; field in CallInfo
33 public CallInfo(String handle) { in CallInfo()
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCallbackWrapper.java57 public void onCharacteristicRead(String address, int status, int handle, byte[] value) in onCharacteristicRead()
62 … public void onCharacteristicWrite(String address, int status, int handle) throws RemoteException { in onCharacteristicWrite()
70 …public void onDescriptorRead(String address, int status, int handle, byte[] value) throws RemoteEx… in onDescriptorRead()
74 public void onDescriptorWrite(String address, int status, int handle) throws RemoteException { in onDescriptorWrite()
78 public void onNotify(String address, int handle, byte[] value) throws RemoteException { in onNotify()
DIBluetoothGattCallback.aidl34 void onCharacteristicRead(in String address, in int status, in int handle, in byte[] value); in onCharacteristicRead()
35 void onCharacteristicWrite(in String address, in int status, in int handle); in onCharacteristicWrite()
37 void onDescriptorRead(in String address, in int status, in int handle, in byte[] value); in onDescriptorRead()
38 void onDescriptorWrite(in String address, in int status, in int handle); in onDescriptorWrite()
39 void onNotify(in String address, in int handle, in byte[] value); in onNotify()
/frameworks/native/opengl/tools/glgen/static/egl/
DEGLObjectHandle.java32 protected EGLObjectHandle(int handle) { in EGLObjectHandle()
35 protected EGLObjectHandle(long handle) { in EGLObjectHandle()
/frameworks/base/opengl/java/android/opengl/
DEGLObjectHandle.java32 protected EGLObjectHandle(int handle) { in EGLObjectHandle()
35 protected EGLObjectHandle(long handle) { in EGLObjectHandle()
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
DTelecom.java134 final PhoneAccountHandle handle = getPhoneAccountHandleFromArgs(); in runSetPhoneAccountEnabled() local
144 final PhoneAccountHandle handle = getPhoneAccountHandleFromArgs(); in runRegisterPhoneAccount() local
153 final PhoneAccountHandle handle = getPhoneAccountHandleFromArgs(); in runRegisterSimPhoneAccount() local
171 final PhoneAccountHandle handle = getPhoneAccountHandleFromArgs(); in runUnregisterPhoneAccount() local
/frameworks/opt/net/wifi/service/jni/
Dcom_android_server_wifi_nan_WifiNanNative.cpp215 wifi_interface_handle handle = getIfaceHandle(helper, wifi_native_cls, iface); in android_net_wifi_nan_register_handler() local
245 wifi_interface_handle handle = getIfaceHandle(helper, wifi_native_cls, iface); in android_net_wifi_nan_enable_request() local
268 wifi_interface_handle handle = getIfaceHandle(helper, wifi_native_cls, iface); in android_net_wifi_nan_get_capabilities() local
281 wifi_interface_handle handle = getIfaceHandle(helper, wifi_native_cls, iface); in android_net_wifi_nan_disable_request() local
297 wifi_interface_handle handle = getIfaceHandle(helper, wifi_native_cls, iface); in android_net_wifi_nan_publish() local
365 wifi_interface_handle handle = getIfaceHandle(helper, wifi_native_cls, iface); in android_net_wifi_nan_subscribe() local
435 wifi_interface_handle handle = getIfaceHandle(helper, wifi_native_cls, iface); in android_net_wifi_nan_send_message() local
466 wifi_interface_handle handle = getIfaceHandle(helper, wifi_native_cls, iface); in android_net_wifi_nan_stop_publish() local
484 wifi_interface_handle handle = getIfaceHandle(helper, wifi_native_cls, iface); in android_net_wifi_nan_stop_subscribe() local

123456789