Searched refs:getHandle (Results 1 - 25 of 53) sorted by relevance

123

/frameworks/base/opengl/java/android/opengl/
H A DEGLObjectHandle.java43 public int getHandle() { method in class:EGLObjectHandle
/frameworks/native/opengl/tools/glgen/static/egl/
H A DEGLObjectHandle.java43 public int getHandle() { method in class:EGLObjectHandle
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallInfo.java37 public String getHandle() { method in class:CallInfo
/frameworks/native/services/surfaceflinger/tests/
H A DStress_test.cpp37 client->destroySurface(surf->getHandle());
H A DTransaction_test.cpp693 mFGSurfaceControl->deferTransactionUntil(mSyncSurfaceControl->getHandle(),
699 mFGSurfaceControl->deferTransactionUntil(mSyncSurfaceControl->getHandle(),
756 relativeSurfaceControl->setRelativeLayer(mFGSurfaceControl->getHandle(), 1);
969 mFGSurfaceControl->reparentChildren(mBGSurfaceControl->getHandle());
1095 mChild->deferTransactionUntil(mFGSurfaceControl->getHandle(),
/frameworks/native/services/sensorservice/
H A DCorrectedGyroSensor.cpp71 mSensorDevice.activate(ident, mGyro.getHandle(), enabled);
76 mSensorDevice.setDelay(ident, mGyro.getHandle(), ns);
H A DSensorInterface.cpp62 return mSensorDevice.activate(ident, mSensor.getHandle(), enabled);
67 return mSensorDevice.batch(ident, mSensor.getHandle(), flags, samplingPeriodNs,
H A DSensorFusion.cpp148 mSensorDevice.activate(ident, mAcc.getHandle(), enabled);
150 mSensorDevice.activate(ident, mMag.getHandle(), enabled);
153 mSensorDevice.activate(ident, mGyro.getHandle(), enabled);
164 mSensorDevice.batch(ident, mAcc.getHandle(), 0, ns, 0);
166 mSensorDevice.batch(ident, mMag.getHandle(), 0, ms2ns(10), 0);
169 mSensorDevice.batch(ident, mGyro.getHandle(), 0, mTargetDelayNs, 0);
H A DSensorList.cpp32 if (handle == si->getSensor().getHandle() &&
128 s.getHandle(),
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioSourceDescriptor.h40 audio_patch_handle_t getHandle() const { return mPatchDesc->mHandle; } function in class:android::AudioSourceDescriptor
H A DHwModule.h78 audio_module_handle_t getHandle() const { return mHandle; } function in class:android::HwModule
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java121 mHandleToSensor.put(sensor.getHandle(), sensor);
324 int ret = sInjectEventQueue.injectSensorData(sensor.getHandle(), values, accuracy,
336 mHandleToSensor.remove(sensor.getHandle());
387 mHandleToSensor.put(s.getHandle(), s);
492 newList.get(i).getHandle() > oldList.get(j).getHandle()) ) {
499 newList.get(i).getHandle() < oldList.get(j).getHandle())) {
509 newList.get(i).getHandle() == oldList.get(j).getHandle()) {
[all...]
/frameworks/native/libs/sensor/
H A DSensorEventQueue.cpp129 return mSensorEventConnection->enableDisable(sensor->getHandle(), true,
134 return mSensorEventConnection->enableDisable(sensor->getHandle(), false, 0, 0, 0);
152 return mSensorEventConnection->setEventRate(sensor->getHandle(), ns);
/frameworks/native/libs/sensor/tests/
H A DSensor_test.cpp32 a.getHandle() == b.getHandle () &&
/frameworks/base/core/java/com/android/internal/os/
H A DSensorPowerCalculator.java54 if (s.getHandle() == sensorHandle) {
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerHelper.java475 status = mModule.unloadSoundModel(modelData.getHandle());
495 if (mModule == null || modelData == null || modelData.getHandle() == INVALID_VALUE ||
508 status = mModule.unloadSoundModel(modelData.getHandle());
544 int status = mModule.unloadSoundModel(modelData.getHandle());
898 modelData.getHandle(), e);
909 Slog.d(TAG, "Stopping previously started dangling model " + modelData.getHandle());
910 if (mModule.stopRecognition(modelData.getHandle()) != STATUS_OK) {
914 Slog.e(TAG, "Failed to stop model " + modelData.getHandle());
918 Slog.d(TAG, "Unloading previously loaded dangling model " + modelData.getHandle());
919 if (mModule.unloadSoundModel(modelData.getHandle())
1232 synchronized int getHandle() { method in class:SoundTriggerHelper.ModelData
[all...]
/frameworks/base/core/jni/
H A Dandroid_os_HwBlob.h44 status_t getHandle(size_t *handle) const;
/frameworks/base/telecomm/java/android/telecom/
H A DConferenceParticipant.java131 public Uri getHandle() { method in class:ConferenceParticipant
/frameworks/native/services/sensorservice/hidl/
H A Dutils.cpp38 dst.sensorHandle = src.getHandle();
/frameworks/native/include/gui/
H A DSurfaceControl.h139 sp<IBinder> getHandle() const;
/frameworks/native/libs/sensor/include/sensor/
H A DSensor.h74 int32_t getHandle() const;
/frameworks/base/core/java/android/hardware/location/
H A DNanoAppInstanceInfo.java270 public int getHandle() { method in class:NanoAppInstanceInfo
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapEventReport.java139 public String getHandle() { method in class:BluetoothMapEventReport
H A DBluetoothMapMessage.java207 public String getHandle() { method in class:BluetoothMapMessage
/frameworks/base/native/android/
H A Dsensor.cpp200 sensorHandle = static_cast<Sensor const *>(sensor)->getHandle();
218 static_cast<Sensor const*>(sensor)->getHandle(), samplingPeriodUs,

Completed in 926 milliseconds

123