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

12

/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/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(20), 0);
169 mSensorDevice.batch(ident, mGyro.getHandle(), 0, mTargetDelayNs, 0);
H A DSensorList.cpp32 if (handle == si->getSensor().getHandle() &&
128 s.getHandle(),
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java108 mHandleToSensor.put(sensor.getHandle(), sensor);
295 int ret = sInjectEventQueue.injectSensorData(sensor.getHandle(), values, accuracy,
307 mHandleToSensor.remove(sensor.getHandle());
352 mHandleToSensor.put(s.getHandle(), s);
457 newList.get(i).getHandle() > oldList.get(j).getHandle()) ) {
464 newList.get(i).getHandle() < oldList.get(j).getHandle())) {
474 newList.get(i).getHandle() == oldList.get(j).getHandle()) {
[all...]
H A DSensor.java929 public int getHandle() { method in class:Sensor
/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.h76 audio_module_handle_t getHandle() const { return mHandle; } function in class:android::HwModule
/frameworks/native/libs/gui/
H A DSensorEventQueue.cpp132 return mSensorEventConnection->enableDisable(sensor->getHandle(), true,
137 return mSensorEventConnection->enableDisable(sensor->getHandle(), false, 0, 0, 0);
155 return mSensorEventConnection->setEventRate(sensor->getHandle(), ns);
/frameworks/base/core/java/com/android/internal/os/
H A DSensorPowerCalculator.java54 if (s.getHandle() == sensorHandle) {
/frameworks/base/telecomm/java/android/telecom/
H A DConferenceParticipant.java131 public Uri getHandle() { method in class:ConferenceParticipant
H A DRemoteConnectionService.java65 if (parcel.getHandle() != null
67 connection.setAddress(parcel.getHandle(), parcel.getHandlePresentation());
H A DParcelableCall.java146 public Uri getHandle() { method in class:ParcelableCall
H A DParcelableConnection.java120 public Uri getHandle() { method in class:ParcelableConnection
/frameworks/native/include/gui/
H A DSensor.h71 int32_t getHandle() const;
H A DSurfaceControl.h94 sp<IBinder> getHandle() const;
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerHelper.java473 status = mModule.unloadSoundModel(modelData.getHandle());
493 if (mModule == null || modelData == null || modelData.getHandle() == INVALID_VALUE ||
506 status = mModule.unloadSoundModel(modelData.getHandle());
542 int status = mModule.unloadSoundModel(modelData.getHandle());
931 if (model.getHandle() == modelHandle) {
949 int handle = modelData.getHandle();
1002 status = mModule.stopRecognition(modelData.getHandle());
1173 synchronized int getHandle() { method in class:SoundTriggerHelper.ModelData
/frameworks/base/core/java/android/hardware/location/
H A DNanoAppInstanceInfo.java265 public int getHandle() { method in class:NanoAppInstanceInfo
/frameworks/base/native/android/
H A Dsensor.cpp112 static_cast<Sensor const*>(sensor)->getHandle(), samplingPeriodUs,
/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/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp477 mFGSurfaceControl->deferTransactionUntil(mSyncSurfaceControl->getHandle(),
483 mFGSurfaceControl->deferTransactionUntil(mSyncSurfaceControl->getHandle(),

Completed in 421 milliseconds

12