Home
last modified time | relevance | path

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

12345678

/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.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.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.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.cpp377 int handle = mActiveSensors.keyAt(i); in dump() local
445 int handle = buffer[i].sensor; in cleanupAutoDisabledSensorLocked() local
705 int handle = event.sensor; in isWakeUpSensorEvent() local
713 SensorService::SensorRecord * SensorService::getSensorRecord(int handle) { in getSensorRecord()
792 int handle = mActiveSensors.keyAt(i); in cleanupConnection() local
831 int handle, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags, in enable()
965 int handle) in disable()
994 const sp<SensorEventConnection>& connection, int handle) { in cleanupWithoutDisable()
1000 const sp<SensorEventConnection>& connection, int handle) { in cleanupWithoutDisableLocked()
1023 int handle, nsecs_t ns, const String16& opPackageName) in setEventRate()
[all …]
/frameworks/base/core/java/android/hardware/
DSystemSensorManager.java289 private static native int nativeEnableSensor(long eventQ, int handle, int rateUs, in nativeEnableSensor()
291 private static native int nativeDisableSensor(long eventQ, int handle); in nativeDisableSensor()
294 private static native int nativeInjectSensorData(long eventQ, int handle, in nativeInjectSensorData()
324 int handle = sensor.getHandle(); in addSensor() local
344 int handle = mActiveSensors.keyAt(i); in removeAllSensors() local
359 final int handle = sensor.getHandle(); in removeSensor() local
409 protected int injectSensorDataBase(int handle, float[] values, int accuracy, in injectSensorDataBase()
419 protected abstract void dispatchSensorEvent(int handle, float[] values, int accuracy, in dispatchSensorEvent()
421 protected abstract void dispatchFlushCompleteEvent(int handle); in dispatchFlushCompleteEvent()
456 protected void dispatchSensorEvent(int handle, float[] values, int inAccuracy, in dispatchSensorEvent()
[all …]
/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.cpp269 void* handle = dlopen(pathStr, RTLD_LAZY); in loadNativeCode_native() local
370 unloadNativeCode_native(JNIEnv* env, jobject clazz, jlong handle) in unloadNativeCode_native()
382 onStart_native(JNIEnv* env, jobject clazz, jlong handle) in onStart_native()
396 onResume_native(JNIEnv* env, jobject clazz, jlong handle) in onResume_native()
410 onSaveInstanceState_native(JNIEnv* env, jobject clazz, jlong handle) in onSaveInstanceState_native()
439 onPause_native(JNIEnv* env, jobject clazz, jlong handle) in onPause_native()
453 onStop_native(JNIEnv* env, jobject clazz, jlong handle) in onStop_native()
467 onConfigurationChanged_native(JNIEnv* env, jobject clazz, jlong handle) in onConfigurationChanged_native()
481 onLowMemory_native(JNIEnv* env, jobject clazz, jlong handle) in onLowMemory_native()
495 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/cmds/telecom/src/com/android/commands/telecom/
DTelecom.java125 final PhoneAccountHandle handle = getPhoneAccountHandleFromArgs(); in runSetPhoneAccountEnabled() local
135 final PhoneAccountHandle handle = getPhoneAccountHandleFromArgs(); in runRegisterPhoneAccount() local
144 final PhoneAccountHandle handle = getPhoneAccountHandleFromArgs(); in runRegisterSimPhoneAccount() local
162 final PhoneAccountHandle handle = getPhoneAccountHandleFromArgs(); in runUnregisterPhoneAccount() local
/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/opt/net/wifi/service/jni/
Dcom_android_server_wifi_WifiNative.cpp370 void android_net_wifi_hal_cleaned_up_handler(wifi_handle handle) { in android_net_wifi_hal_cleaned_up_handler()
454 wifi_interface_handle handle = (wifi_interface_handle) value; in android_net_wifi_getInterfaceName() local
514 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); in android_net_wifi_startScan() local
580 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); in android_net_wifi_stopScan() local
599 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); in android_net_wifi_getScanResults() local
662 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); in android_net_wifi_getScanCapabilities() local
812 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); in android_net_wifi_setHotlist() local
870 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); in android_net_wifi_resetHotlist() local
924 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); in android_net_wifi_trackSignificantWifiChange() local
990 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); in android_net_wifi_untrackSignificantWifiChange() local
[all …]
/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/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/lib/
Dwifi_hal_stub.cpp5 wifi_error wifi_initialize_stub(wifi_handle *handle) { in wifi_initialize_stub()
9 void wifi_cleanup_stub(wifi_handle handle, wifi_cleaned_up_handler handler) { in wifi_cleanup_stub()
12 void wifi_event_loop_stub(wifi_handle handle) { in wifi_event_loop_stub()
20 wifi_error wifi_get_supported_feature_set_stub(wifi_interface_handle handle, feature_set *set) { in wifi_get_supported_feature_set_stub()
24 wifi_error wifi_get_concurrency_matrix_stub(wifi_interface_handle handle, int max_size, in wifi_get_concurrency_matrix_stub()
29 wifi_error wifi_set_scanning_mac_oui_stub(wifi_interface_handle handle, unsigned char *oui) { in wifi_set_scanning_mac_oui_stub()
34 wifi_error wifi_get_supported_channels_stub(wifi_handle handle, int *size, wifi_channel *list) { in wifi_get_supported_channels_stub()
39 wifi_error wifi_is_epr_supported_stub(wifi_handle handle) { in wifi_is_epr_supported_stub()
44 wifi_error wifi_get_ifaces_stub(wifi_handle handle, int *num_ifaces, wifi_interface_handle **ifaces… in wifi_get_ifaces_stub()
93 wifi_error wifi_get_gscan_capabilities_stub(wifi_interface_handle handle, in wifi_get_gscan_capabilities_stub()
[all …]

12345678