Home
last modified time | relevance | path

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

1234567

/frameworks/native/libs/ui/
DGraphicBufferMapper.cpp51 status_t GraphicBufferMapper::registerBuffer(buffer_handle_t handle) in registerBuffer()
63 status_t GraphicBufferMapper::unregisterBuffer(buffer_handle_t handle) in unregisterBuffer()
75 status_t GraphicBufferMapper::lock(buffer_handle_t handle, in lock()
89 status_t GraphicBufferMapper::lockYCbCr(buffer_handle_t handle, in lockYCbCr()
107 status_t GraphicBufferMapper::unlock(buffer_handle_t handle) in unlock()
118 status_t GraphicBufferMapper::lockAsync(buffer_handle_t handle, in lockAsync()
140 status_t GraphicBufferMapper::lockAsyncYCbCr(buffer_handle_t handle, in lockAsyncYCbCr()
165 status_t GraphicBufferMapper::unlockAsync(buffer_handle_t handle, int *fenceFd) in unlockAsync()
/frameworks/av/soundtrigger/
DISoundTrigger.cpp54 sound_model_handle_t *handle) in loadSoundModel()
71 virtual status_t unloadSoundModel(sound_model_handle_t handle) in unloadSoundModel()
83 virtual status_t startRecognition(sound_model_handle_t handle, in startRecognition()
102 virtual status_t stopRecognition(sound_model_handle_t handle) in stopRecognition()
134 sound_model_handle_t handle; in onTransact() local
144 sound_model_handle_t handle; in onTransact() local
152 sound_model_handle_t handle; in onTransact() local
164 sound_model_handle_t handle; in onTransact() local
/frameworks/base/core/java/android/app/
DNativeActivity.java97 private native void unloadNativeCode(long handle); in unloadNativeCode()
98 private native void onStartNative(long handle); in onStartNative()
99 private native void onResumeNative(long handle); in onResumeNative()
100 private native byte[] onSaveInstanceStateNative(long handle); in onSaveInstanceStateNative()
101 private native void onPauseNative(long handle); in onPauseNative()
102 private native void onStopNative(long handle); in onStopNative()
103 private native void onConfigurationChangedNative(long handle); in onConfigurationChangedNative()
104 private native void onLowMemoryNative(long handle); in onLowMemoryNative()
105 private native void onWindowFocusChangedNative(long handle, boolean focused); in onWindowFocusChangedNative()
106 private native void onSurfaceCreatedNative(long handle, Surface surface); in onSurfaceCreatedNative()
[all …]
/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java145 private static native void nativeClose(long handle); in nativeClose()
147 private static native long nativeSumNativeBinaries(long handle, String cpuAbi); in nativeSumNativeBinaries()
149 private native static int nativeCopyNativeBinaries(long handle, in nativeCopyNativeBinaries()
152 private static long sumNativeBinaries(Handle handle, String abi) { in sumNativeBinaries()
168 public static int copyNativeBinaries(Handle handle, File sharedLibraryDir, String abi) { in copyNativeBinaries()
185 public static int findSupportedAbi(Handle handle, String[] supportedAbis) { in findSupportedAbi()
210 private native static int nativeFindSupportedAbi(long handle, String[] supportedAbis); in nativeFindSupportedAbi()
275 private static long sumNativeBinariesForSupportedAbi(Handle handle, String[] abiList) { in sumNativeBinariesForSupportedAbi()
284 public static int copyNativeBinariesForSupportedAbi(Handle handle, File libraryRoot, in copyNativeBinariesForSupportedAbi()
317 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.cpp56 sp<IBinder>* handle, in createSurface()
71 virtual status_t destroySurface(const sp<IBinder>& handle) { in destroySurface()
87 virtual status_t getLayerFrameStats(const sp<IBinder>& handle, FrameStats* outStats) const { in getLayerFrameStats() argument
112 sp<IBinder> handle; in onTransact() local
128 sp<IBinder> handle = data.readStrongBinder(); in onTransact() local
135 sp<IBinder> handle = data.readStrongBinder(); in onTransact() local
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
/frameworks/opt/net/wifi/service/lib/
Dwifi_hal.cpp4 wifi_error wifi_initialize(wifi_handle *handle) { in wifi_initialize()
8 void wifi_cleanup(wifi_handle handle, wifi_cleaned_up_handler handler) { in wifi_cleanup()
11 void wifi_event_loop(wifi_handle handle) { in wifi_event_loop()
19 wifi_error wifi_get_supported_feature_set(wifi_interface_handle handle, feature_set *set) { in wifi_get_supported_feature_set()
23 wifi_error wifi_get_concurrency_matrix(wifi_interface_handle handle, int max_size, in wifi_get_concurrency_matrix()
28 wifi_error wifi_set_scanning_mac_oui(wifi_interface_handle handle, unsigned char *oui) { in wifi_set_scanning_mac_oui()
33 wifi_error wifi_get_supported_channels(wifi_handle handle, int *size, wifi_channel *list) { in wifi_get_supported_channels()
38 wifi_error wifi_is_epr_supported(wifi_handle handle) { in wifi_is_epr_supported()
43 wifi_error wifi_get_ifaces(wifi_handle handle, int *num_ifaces, wifi_interface_handle **ifaces) { in wifi_get_ifaces()
97 wifi_error wifi_get_gscan_capabilities(wifi_interface_handle handle, in wifi_get_gscan_capabilities()
[all …]
/frameworks/av/media/mtp/
DMtpServer.cpp246 void MtpServer::sendObjectAdded(MtpObjectHandle handle) { in sendObjectAdded()
251 void MtpServer::sendObjectRemoved(MtpObjectHandle handle) { in sendObjectRemoved()
281 void MtpServer::addEditObject(MtpObjectHandle handle, MtpString& path, in addEditObject()
287 MtpServer::ObjectEdit* MtpServer::getEditObject(MtpObjectHandle handle) { in getEditObject()
296 void MtpServer::removeEditObject(MtpObjectHandle handle) { in removeEditObject()
616 MtpObjectHandle handle = mRequest.getParameter(1); in doGetObjectReferences() local
636 MtpStorageID handle = mRequest.getParameter(1); in doSetObjectReferences() local
651 MtpObjectHandle handle = mRequest.getParameter(1); in doGetObjectPropValue() local
664 MtpObjectHandle handle = mRequest.getParameter(1); in doSetObjectPropValue() local
708 MtpObjectHandle handle = mRequest.getParameter(1); in doGetObjectPropList() local
[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()
DSensorInterface.cpp56 status_t HardwareSensor::flush(void* ident, int handle) { in flush()
60 status_t HardwareSensor::setDelay(void* ident, int handle, int64_t ns) { in setDelay()
64 void HardwareSensor::autoDisable(void *ident, int handle) { in autoDisable()
DSensorService.cpp334 int handle = mActiveSensors.keyAt(i); in dump() local
361 int handle = buffer[i].sensor; in cleanupAutoDisabledSensorLocked() local
625 int handle = event.sensor; in isWakeUpSensorEvent() local
634 SensorService::SensorRecord * SensorService::getSensorRecord(int handle) { in getSensorRecord()
675 int handle = mActiveSensors.keyAt(i); in cleanupConnection() local
714 int handle, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags) in enable()
814 int handle) in disable()
829 const sp<SensorEventConnection>& connection, int handle) { in cleanupWithoutDisable()
835 const sp<SensorEventConnection>& connection, int handle) { in cleanupWithoutDisableLocked()
858 int handle, nsecs_t ns) in setEventRate()
[all …]
DSensorDevice.cpp128 void SensorDevice::autoDisable(void *ident, int handle) { in autoDisable()
134 status_t SensorDevice::activate(void* ident, int handle, int enabled) in activate()
210 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batch()
275 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) in setDelay()
305 status_t SensorDevice::flush(void* ident, int handle) { in flush()
/frameworks/base/media/java/android/mtp/
DMtpServer.java47 public void sendObjectAdded(int handle) { in sendObjectAdded()
51 public void sendObjectRemoved(int handle) { in sendObjectRemoved()
70 private native final void native_send_object_added(int handle); in native_send_object_added()
71 private native final void native_send_object_removed(int handle); in native_send_object_removed()
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp258 void* handle = dlopen(pathStr, RTLD_LAZY); in loadNativeCode_native() local
359 unloadNativeCode_native(JNIEnv* env, jobject clazz, jlong handle) in unloadNativeCode_native()
369 onStart_native(JNIEnv* env, jobject clazz, jlong handle) in onStart_native()
381 onResume_native(JNIEnv* env, jobject clazz, jlong handle) in onResume_native()
393 onSaveInstanceState_native(JNIEnv* env, jobject clazz, jlong handle) in onSaveInstanceState_native()
420 onPause_native(JNIEnv* env, jobject clazz, jlong handle) in onPause_native()
432 onStop_native(JNIEnv* env, jobject clazz, jlong handle) in onStop_native()
444 onConfigurationChanged_native(JNIEnv* env, jobject clazz, jlong handle) in onConfigurationChanged_native()
456 onLowMemory_native(JNIEnv* env, jobject clazz, jlong handle) in onLowMemory_native()
468 onWindowFocusChanged_native(JNIEnv* env, jobject clazz, jlong handle, jboolean focused) in onWindowFocusChanged_native()
[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/core/java/android/hardware/
DSystemSensorManager.java227 private static native int nativeEnableSensor(long eventQ, int handle, int rateUs, in nativeEnableSensor()
229 private static native int nativeDisableSensor(long 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()
409 protected void dispatchFlushCompleteEvent(int handle) { in dispatchFlushCompleteEvent()
447 protected void dispatchSensorEvent(int handle, float[] values, int accuracy, in dispatchSensorEvent()
[all …]
/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/opengl/java/android/opengl/
DEGLObjectHandle.java32 protected EGLObjectHandle(int handle) { in EGLObjectHandle()
35 protected EGLObjectHandle(long handle) { in EGLObjectHandle()
/frameworks/native/opengl/tools/glgen/static/egl/
DEGLObjectHandle.java32 protected EGLObjectHandle(int handle) { in EGLObjectHandle()
35 protected EGLObjectHandle(long handle) { in EGLObjectHandle()
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
DBluetoothPbapCard.java35 public final String handle; field in BluetoothPbapCard
44 public BluetoothPbapCard(String handle, String name) { in BluetoothPbapCard()
/frameworks/opt/net/wifi/service/jni/
Dcom_android_server_wifi_WifiNative.cpp213 void android_net_wifi_hal_cleaned_up_handler(wifi_handle handle) { in android_net_wifi_hal_cleaned_up_handler()
281 wifi_interface_handle handle = (wifi_interface_handle) value; in android_net_wifi_getInterfaceName() local
344 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); in android_net_wifi_startScan() local
411 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); in android_net_wifi_stopScan() local
423 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); in android_net_wifi_getScanResults() local
475 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); in android_net_wifi_getScanCapabilities() local
605 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); in android_net_wifi_setHotlist() local
660 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); in android_net_wifi_resetHotlist() local
718 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); in android_net_wifi_trackSignificantWifiChange() local
783 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); in android_net_wifi_untrackSignificantWifiChange() local
[all …]

1234567