/hardware/interfaces/gnss/1.0/ |
D | IGnssNavigationMessage.hal | 34 * After a successful call to 'setCallback' the HAL must begin to provide updates as 43 * expected that the HAL will not generate any updates upon returning 49 * Stops updates from the HAL, and unregisters the callback routines.
|
D | IGnssMeasurement.hal | 34 * After a successful call to 'setCallback' the HAL must begin to provide updates at 45 * not generate any other updates upon returning this error code. 50 * Stops updates from the HAL, and unregisters the callback routines.
|
/hardware/google/av/codec2/hidl/1.0/mts/common/ |
D | media_c2_hidl_test_common.cpp | 90 std::vector<std::unique_ptr<C2Param>> updates = in workDone() local 94 for (size_t i = 0; i < updates.size(); ++i) { in workDone() 95 C2Param* param = updates[i].get(); in workDone()
|
/hardware/interfaces/gnss/1.1/ |
D | IGnssMeasurement.hal | 29 * successful call to 'setCallback_1_1' the HAL must begin to provide updates at an average 44 * for any other error. The HAL must not generate any other updates upon returning this
|
/hardware/interfaces/gnss/2.0/ |
D | IGnssMeasurement.hal | 30 * successful call to 'setCallback_2_0' the HAL must begin to provide updates at an average 45 * for any other error. The HAL must not generate any other updates upon returning this
|
/hardware/interfaces/broadcastradio/2.0/ |
D | ITunerSession.hal | 88 * updates over onProgramListUpdated callback. 90 * There may be only one updates stream active at the moment. Calling this 97 * unavailable at the moment, the call must succeed and start updates 101 * @return result OK successfully started fetching list updates. 108 * Stops sending program list updates.
|
D | ITunerCallback.hal | 49 * of the updates. 71 * Generic callback for passing updates to vendor-specific parameter values.
|
D | types.hal | 743 * due for transmission in following updates. 811 * Disable updates on entry modifications.
|
/hardware/google/av/media/codecs/base/ |
D | SimpleC2Component.cpp | 478 std::vector<C2Param *> updates; in processQueue() local 481 updates.emplace_back(param.get()); in processQueue() 484 if (!updates.empty()) { in processQueue() 486 c2_status_t err = intf()->config_vb(updates, C2_MAY_BLOCK, &failures); in processQueue() 487 ALOGD("applied %zu configUpdates => %s (%d)", updates.size(), asString(err), err); in processQueue()
|
/hardware/interfaces/usb/1.1/ |
D | IUsbCallback.hal | 24 * to receive updates on the PortStatus.
|
/hardware/interfaces/usb/1.2/ |
D | IUsbCallback.hal | 25 * to receive updates on the PortStatus.
|
/hardware/interfaces/audio/effect/2.0/ |
D | types.hal | 59 * | indication | | 1 requires device updates 94 * | indication | | 1 requires audio mode updates 98 * | indication | | 1 requires audio source updates
|
/hardware/interfaces/audio/effect/4.0/ |
D | types.hal | 59 * | indication | | 1 requires device updates 94 * | indication | | 1 requires audio mode updates 98 * | indication | | 1 requires audio source updates
|
/hardware/interfaces/audio/effect/5.0/ |
D | types.hal | 60 * | indication | | 1 requires device updates 95 * | indication | | 1 requires audio mode updates 99 * | indication | | 1 requires audio source updates
|
/hardware/interfaces/boot/1.0/ |
D | IBootControl.hal | 26 * The primary use of this set up is to allow for background updates while 35 * less than two slots doesn't support background updates, for example if
|
/hardware/interfaces/usb/1.0/ |
D | IUsbCallback.hal | 22 * to receive updates on the PortStatus.
|
/hardware/interfaces/authsecret/1.0/ |
D | IAuthSecret.hal | 21 * proof that the credential is known before applying updates.
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposer.hal | 32 * which buffer content updates and other synchronization will not be
|
/hardware/google/av/media/sfplugin/ |
D | CCodec.cpp | 1587 std::vector<std::unique_ptr<C2Param>> updates = in onMessageReceived() local 1593 … updates.emplace_back(C2Param::CopyAsStream(*info, true /* output */, stream)); in onMessageReceived() 1600 … updates.emplace_back(new C2StreamCropRectInfo::output(stream, block.crop())); in onMessageReceived() 1601 updates.emplace_back(new C2StreamPictureSizeInfo::output( in onMessageReceived() 1608 changed = config->updateConfiguration(updates, config->mOutputDomain); in onMessageReceived()
|
/hardware/interfaces/media/c2/1.0/ |
D | IConfigurable.hal | 137 * @param inParams Requested parameter updates. 153 * requested updates in @p inParams.
|
/hardware/interfaces/biometrics/face/1.0/ |
D | IBiometricsFaceClientCallback.hal | 20 * This callback interface is used by clients to recieve updates from the face
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IConfigurable.hal | 78 * @param inParams Requested parameter updates.
|
/hardware/interfaces/camera/provider/2.4/ |
D | ICameraProvider.hal | 26 * known to the provider, and provides updates about changes to device status,
|
/hardware/interfaces/tetheroffload/control/1.0/ |
D | IOffloadControl.hal | 37 * @param cb Assuming success, this callback must provide unsolicited updates of offload status.
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 862 * Note: The Radio implementation must default to "updates enabled" 863 * when the screen is on and "updates disabled" when the screen is off. 866 * @param enable true = updates enabled (+CREG=2), false = updates disabled (+CREG=1)
|