HomeSort by relevance Sort by last modified time
    Searched refs:Return (Results 1 - 25 of 1642) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
debug-info-scoped-class.cpp 8 enum class Return;
9 Return f1();
11 A::Return* f2() {}
13 // CHECK: !DICompositeType(tag: DW_TAG_enumeration_type, name: "Return",
15 // CHECK-NOT: tag: DW_TAG_enumeration_type, name: "Return"
  /system/tpm/trunks/
mock_tpm_state.cc 21 using testing::Return;
26 ON_CALL(*this, IsOwnerPasswordSet()).WillByDefault(Return(true));
27 ON_CALL(*this, IsEndorsementPasswordSet()).WillByDefault(Return(true));
28 ON_CALL(*this, IsLockoutPasswordSet()).WillByDefault(Return(true));
29 ON_CALL(*this, IsOwned()).WillByDefault(Return(true));
30 ON_CALL(*this, IsPlatformHierarchyEnabled()).WillByDefault(Return(true));
31 ON_CALL(*this, IsStorageHierarchyEnabled()).WillByDefault(Return(true));
32 ON_CALL(*this, IsEndorsementHierarchyEnabled()).WillByDefault(Return(true));
33 ON_CALL(*this, IsEnabled()).WillByDefault(Return(true));
34 ON_CALL(*this, WasShutdownOrderly()).WillByDefault(Return(true))
    [all...]
  /hardware/interfaces/radio/1.1/vts/functional/
radio_response.cpp 24 Return<void> RadioResponse_v1_1::getIccCardStatusResponse(const RadioResponseInfo& info,
29 return Void();
32 Return<void> RadioResponse_v1_1::supplyIccPinForAppResponse(const RadioResponseInfo& /*info*/,
34 return Void();
37 Return<void> RadioResponse_v1_1::supplyIccPukForAppResponse(const RadioResponseInfo& /*info*/,
39 return Void();
42 Return<void> RadioResponse_v1_1::supplyIccPin2ForAppResponse(const RadioResponseInfo& /*info*/,
44 return Void();
47 Return<void> RadioResponse_v1_1::supplyIccPuk2ForAppResponse(const RadioResponseInfo& /*info*/,
49 return Void()
    [all...]
radio_indication.cpp 22 Return<void> RadioIndication_v1_1::carrierInfoForImsiEncryption(RadioIndicationType /*info*/) {
23 return Void();
26 Return<void> RadioIndication_v1_1::networkScanResult(RadioIndicationType /*type*/,
28 return Void();
31 Return<void> RadioIndication_v1_1::keepaliveStatus(RadioIndicationType /*type*/,
33 return Void();
37 Return<void> RadioIndication_v1_1::radioStateChanged(RadioIndicationType /*type*/,
39 return Void();
42 Return<void> RadioIndication_v1_1::callStateChanged(RadioIndicationType /*type*/) {
43 return Void()
    [all...]
radio_hidl_hal_utils_v1_1.h 36 using ::android::hardware::Return;
67 Return<void> getIccCardStatusResponse(const RadioResponseInfo& info,
70 Return<void> supplyIccPinForAppResponse(const RadioResponseInfo& info,
73 Return<void> supplyIccPukForAppResponse(const RadioResponseInfo& info,
76 Return<void> supplyIccPin2ForAppResponse(const RadioResponseInfo& info,
79 Return<void> supplyIccPuk2ForAppResponse(const RadioResponseInfo& info,
82 Return<void> changeIccPinForAppResponse(const RadioResponseInfo& info,
85 Return<void> changeIccPin2ForAppResponse(const RadioResponseInfo& info,
88 Return<void> supplyNetworkDepersonalizationResponse(const RadioResponseInfo& info,
91 Return<void> getCurrentCallsResponse(const RadioResponseInfo& info
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
UsbSbd.asl 64 Return (Buffer () {0x07})
68 Return (Buffer () {0})
80 Return (0)
84 Return (1)
89 // Return the bit offset within the GPE block of the GPIO (HOST_ALERT) driven by this device
93 Return (SDGV)
98 Return (0)
THERMAL.ASL 35 // Return the temperature at which the OS must perform a Critcal
40 Return(Add(2732,Multiply(CRTT,10)))
54 // Return the highest of the CPU temperatures to the OS.
58 // Return Value:
72 Return(Add(2732,Multiply(Local0,10)))
74 // Else return a static value if both EC and DTS are unavailable.
78 Return(3000) // (3000-2732)/10 = 26.8 degree C
82 // Return the Processor(s) used for Passive Cooling.
89 Return(Package() {\_PR.CPU0,\_PR.CPU1,\_PR.CPU2,\_PR.CPU3})
96 Return(Package() {\_PR.CPU0,\_PR.CPU1})
    [all...]
  /system/tpm/tpm_manager/server/
mock_tpm_initializer.cc 19 using testing::Return;
24 ON_CALL(*this, InitializeTpm()).WillByDefault(Return(true));
25 ON_CALL(*this, ResetDictionaryAttackLock()).WillByDefault(Return(true));
  /hardware/interfaces/radio/1.0/vts/functional/
radio_indication.cpp 21 Return<void> RadioIndication::radioStateChanged(RadioIndicationType /*type*/,
23 return Void();
26 Return<void> RadioIndication::callStateChanged(RadioIndicationType /*type*/) {
27 return Void();
30 Return<void> RadioIndication::networkStateChanged(RadioIndicationType /*type*/) {
31 return Void();
34 Return<void> RadioIndication::newSms(RadioIndicationType /*type*/,
36 return Void();
39 Return<void> RadioIndication::newSmsStatusReport(
41 return Void()
    [all...]
radio_hidl_hal_utils_v1_0.h 35 using ::android::hardware::Return;
66 Return<void> getIccCardStatusResponse(const RadioResponseInfo& info,
69 Return<void> supplyIccPinForAppResponse(const RadioResponseInfo& info,
72 Return<void> supplyIccPukForAppResponse(const RadioResponseInfo& info,
75 Return<void> supplyIccPin2ForAppResponse(const RadioResponseInfo& info,
78 Return<void> supplyIccPuk2ForAppResponse(const RadioResponseInfo& info,
81 Return<void> changeIccPinForAppResponse(const RadioResponseInfo& info,
84 Return<void> changeIccPin2ForAppResponse(const RadioResponseInfo& info,
87 Return<void> supplyNetworkDepersonalizationResponse(const RadioResponseInfo& info,
90 Return<void> getCurrentCallsResponse(const RadioResponseInfo& info
    [all...]
  /system/tpm/attestation/server/
mock_database.cc 19 using testing::Return;
26 ON_CALL(*this, GetMutableProtobuf()).WillByDefault(Return(&fake_));
27 ON_CALL(*this, SaveChanges()).WillByDefault(Return(true));
28 ON_CALL(*this, Reload()).WillByDefault(Return(true));
mock_key_store.cc 20 using ::testing::Return;
25 ON_CALL(*this, Read(_, _, _)).WillByDefault(Return(true));
26 ON_CALL(*this, Write(_, _, _)).WillByDefault(Return(true));
27 ON_CALL(*this, Delete(_, _)).WillByDefault(Return(true));
28 ON_CALL(*this, DeleteByPrefix(_, _)).WillByDefault(Return(true));
29 ON_CALL(*this, Register(_, _, _, _, _, _, _)).WillByDefault(Return(true));
30 ON_CALL(*this, RegisterCertificate(_, _)).WillByDefault(Return(true));
  /hardware/interfaces/audio/effect/2.0/default/
AutomaticGainControlEffect.h 38 using ::android::hardware::Return;
48 Return<Result> init() override;
49 Return<Result> setConfig(
53 Return<Result> reset() override;
54 Return<Result> enable() override;
55 Return<Result> disable() override;
56 Return<Result> setDevice(AudioDevice device) override;
57 Return<void> setAndGetVolume(
59 Return<Result> volumeChangeNotification(const hidl_vec<uint32_t>& volumes) override;
60 Return<Result> setAudioMode(AudioMode mode) override
    [all...]
EnvironmentalReverbEffect.h 48 using ::android::hardware::Return;
58 Return<Result> init() override;
59 Return<Result> setConfig(
63 Return<Result> reset() override;
64 Return<Result> enable() override;
65 Return<Result> disable() override;
66 Return<Result> setDevice(AudioDevice device) override;
67 Return<void> setAndGetVolume(
69 Return<Result> volumeChangeNotification(const hidl_vec<uint32_t>& volumes) override;
70 Return<Result> setAudioMode(AudioMode mode) override
    [all...]
BassBoostEffect.h 36 using ::android::hardware::Return;
46 Return<Result> init() override;
47 Return<Result> setConfig(
51 Return<Result> reset() override;
52 Return<Result> enable() override;
53 Return<Result> disable() override;
54 Return<Result> setDevice(AudioDevice device) override;
55 Return<void> setAndGetVolume(
57 Return<Result> volumeChangeNotification(const hidl_vec<uint32_t>& volumes) override;
58 Return<Result> setAudioMode(AudioMode mode) override
    [all...]
AcousticEchoCancelerEffect.h 36 using ::android::hardware::Return;
46 Return<Result> init() override;
47 Return<Result> setConfig(
51 Return<Result> reset() override;
52 Return<Result> enable() override;
53 Return<Result> disable() override;
54 Return<Result> setDevice(AudioDevice device) override;
55 Return<void> setAndGetVolume(
57 Return<Result> volumeChangeNotification(const hidl_vec<uint32_t>& volumes) override;
58 Return<Result> setAudioMode(AudioMode mode) override
    [all...]
  /system/libhidl/base/include/hidl/
Status.h 97 // Setting a |status| != OK causes generated code to return |status|
103 int32_t exceptionCode() const { return mException; }
104 const char *exceptionMessage() const { return mMessage.c_str(); }
106 return mException == EX_TRANSACTION_FAILED ? mErrorCode : OK;
109 bool isOk() const { return mException == EX_NONE; }
118 // If |mException| == EX_TRANSACTION_FAILED, generated code will return
132 template<typename T> class Return;
141 friend Return<U> StatusOf(const Return<T> &other);
160 return mStatus.isOk()
    [all...]
  /hardware/interfaces/audio/2.0/default/
StreamIn.h 48 using ::android::hardware::Return;
62 Return<uint64_t> getFrameSize() override;
63 Return<uint64_t> getFrameCount() override;
64 Return<uint64_t> getBufferSize() override;
65 Return<uint32_t> getSampleRate() override;
66 Return<void> getSupportedSampleRates(getSupportedSampleRates_cb _hidl_cb) override;
67 Return<Result> setSampleRate(uint32_t sampleRateHz) override;
68 Return<AudioChannelMask> getChannelMask() override;
69 Return<void> getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) override;
70 Return<Result> setChannelMask(AudioChannelMask mask) override
    [all...]
PrimaryDevice.h 47 using ::android::hardware::Return;
57 Return<Result> initCheck() override;
58 Return<Result> setMasterVolume(float volume) override;
59 Return<void> getMasterVolume(getMasterVolume_cb _hidl_cb) override;
60 Return<Result> setMicMute(bool mute) override;
61 Return<void> getMicMute(getMicMute_cb _hidl_cb) override;
62 Return<Result> setMasterMute(bool mute) override;
63 Return<void> getMasterMute(getMasterMute_cb _hidl_cb) override;
64 Return<void> getInputBufferSize(
66 Return<void> openOutputStream
    [all...]
  /hardware/interfaces/configstore/1.0/default/
SurfaceFlingerConfigs.h 15 using ::android::hardware::Return;
22 Return<void> vsyncEventPhaseOffsetNs(vsyncEventPhaseOffsetNs_cb _hidl_cb) override;
23 Return<void> vsyncSfEventPhaseOffsetNs(vsyncSfEventPhaseOffsetNs_cb _hidl_cb) override;
24 Return<void> useContextPriority(useContextPriority_cb _hidl_cb) override;
25 Return<void> hasWideColorDisplay(hasWideColorDisplay_cb _hidl_cb) override;
26 Return<void> hasHDRDisplay(hasHDRDisplay_cb _hidl_cb) override;
27 Return<void> presentTimeOffsetFromVSyncNs(presentTimeOffsetFromVSyncNs_cb _hidl_cb) override;
28 Return<void> useHwcForRGBtoYUV(useHwcForRGBtoYUV_cb _hidl_cb) override;
29 Return<void> maxVirtualDisplaySize(maxVirtualDisplaySize_cb _hidl_cb) override;
30 Return<void> hasSyncFramework(hasSyncFramework_cb _hidl_cb) override
    [all...]
  /hardware/interfaces/gnss/1.0/default/
GnssConfiguration.h 32 using ::android::hardware::Return;
48 Return<bool> setSuplVersion(uint32_t version) override;
49 Return<bool> setSuplMode(uint8_t mode) override;
50 Return<bool> setSuplEs(bool enabled) override;
51 Return<bool> setLppProfile(uint8_t lppProfile) override;
52 Return<bool> setGlonassPositioningProtocol(uint8_t protocol) override;
53 Return<bool> setEmergencySuplPdn(bool enable) override;
54 Return<bool> setGpsLock(uint8_t lock) override;
  /hardware/interfaces/tests/hash/1.0/default/
Hash.cpp 11 Return<void> Hash::dummy() {
12 return Void();
15 Return<void> Hash::functions() {
16 return Void();
22 return new Hash();
  /hardware/qcom/gps/msm8998/android/
GnssConfiguration.h 35 using ::android::hardware::Return;
53 Return<bool> setSuplVersion(uint32_t version) override;
54 Return<bool> setSuplMode(uint8_t mode) override;
55 Return<bool> setSuplEs(bool enabled) override;
56 Return<bool> setLppProfile(uint8_t lppProfile) override;
57 Return<bool> setGlonassPositioningProtocol(uint8_t protocol) override;
58 Return<bool> setEmergencySuplPdn(bool enable) override;
59 Return<bool> setGpsLock(uint8_t lock) override;
  /hardware/qcom/gps/sdm845/android/
GnssConfiguration.h 35 using ::android::hardware::Return;
53 Return<bool> setSuplVersion(uint32_t version) override;
54 Return<bool> setSuplMode(uint8_t mode) override;
55 Return<bool> setSuplEs(bool enabled) override;
56 Return<bool> setLppProfile(uint8_t lppProfile) override;
57 Return<bool> setGlonassPositioningProtocol(uint8_t protocol) override;
58 Return<bool> setEmergencySuplPdn(bool enable) override;
59 Return<bool> setGpsLock(uint8_t lock) override;
  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
uldivmod.c 26 UINT64 Return;
28 Return = __udivsi3 (numerator, denominator);
29 Return |= LShiftU64 (__umodsi3 (numerator, denominator), 32);
31 return Return;
37 return __udivsi3 (n, d);

Completed in 456 milliseconds

1 2 3 4 5 6 7 8 91011>>