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

<<11121314151617181920>>

  /external/v8/testing/gmock/test/
gmock-generated-function-mockers_test.cc 71 using testing::Return;
145 // Tests that the function return type can contain unprotected comma.
170 // Tests that the function return type can contain unprotected comma.
200 .WillOnce(Return(1));
210 .WillOnce(Return(true));
219 .WillOnce(Return(3));
228 .WillOnce(Return(5));
237 .WillOnce(Return(true));
246 .WillOnce(Return("Hello"));
264 .WillOnce(Return(1))
    [all...]
  /hardware/interfaces/audio/2.0/default/
StreamOut.cpp 56 return mBuffer != nullptr;
103 // This implementation doesn't return control back to the Thread until it
138 return false;
171 Return<uint64_t> StreamOut::getFrameSize() {
172 return audio_stream_out_frame_size(mStream);
175 Return<uint64_t> StreamOut::getFrameCount() {
176 return mStreamCommon->getFrameCount();
179 Return<uint64_t> StreamOut::getBufferSize() {
180 return mStreamCommon->getBufferSize();
183 Return<uint32_t> StreamOut::getSampleRate()
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
audio_encoder_cng_unittest.cc 19 using ::testing::Return;
43 EXPECT_CALL(mock_encoder_, NumChannels()).WillRepeatedly(Return(1));
65 .WillRepeatedly(Return(sample_rate_hz_));
67 // is not too small. The return value does not matter that much, as long as
69 EXPECT_CALL(mock_encoder_, Max10MsFramesInAPacket()).WillOnce(Return(1u));
71 .WillRepeatedly(Return(kMockMaxEncodedBytes));
93 .WillOnce(Return(info));
97 .WillOnce(Return(info));
105 .WillRepeatedly(Return(blocks_per_frame));
108 .WillRepeatedly(Return(active_speech ? Vad::kActive : Vad::kPassive))
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Cpu0Ist/
Cpu0Ist.asl 33 Return(ZERO) // Return All States Available.
48 Return(Package() // MSR Method
59 Return(Package() // SMI Method
73 Return(NPSS)
76 Return(SPSS)
126 Return(Package(){
140 Return(Package(){
154 Return(Package(){
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
CY8C9540A.asi 38 Return(RBUF)
48 return (0)
50 Return(0xf)
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DSDT.ASL 40 Return(MDBG(Arg0))
43 Return(0)
PchScc.asl 98 Return(0xf)
109 Return(Buffer(One)
119 Return(0xf)
128 Return(DEVS)
133 Return(DEVX)
142 Return(CDMP)
152 Return(Buffer(One)
160 Return(DEVY)
168 Return(BCCD)
172 Return(One)
    [all...]
PchSmb.asl 36 // Return: Success = 1
71 Return(0)
96 Return(1) // Return Success.
99 Return(0)
106 // Return: Success = Byte-Size Value
140 Return(0xFFFF)
164 Return(DAT0) // Return Success.
167 Return(0xFFFF) // Return Failure.
    [all...]
  /external/syslinux/com32/lib/i386/
setjmp.S 14 * <return address>
32 popl %ecx # Return address, and adjust the stack
33 xorl %eax,%eax # Return value
35 movl %esp,4(%edx) # Post-return %esp!
36 pushl %ecx # Make the call/return stack happy
40 movl %ecx,20(%edx) # Return address
54 movl 8(%esp),%eax # Return value
  /external/syslinux/com32/lib/x86_64/
setjmp.S 10 # %rsp (post-return)
16 # <return address>
24 pop %rsi # Return address, and adjust the stack
25 xorl %eax,%eax # Return value
27 movq %rsp,8(%rdi) # Post-return %rsp!
28 push %rsi # Make the call/return stack happy
34 movq %rsi,56(%rdi) # Return address
44 movl %esi,%eax # Return value (int)
  /frameworks/ml/nn/driver/sample/
SampleDriverAll.cpp 35 Return<void> getCapabilities(getCapabilities_cb _hidl_cb) override;
36 Return<void> getSupportedOperations(const Model& model, getSupportedOperations_cb cb) override;
39 Return<void> SampleDriverAll::getCapabilities(getCapabilities_cb cb) {
45 return Void();
48 Return<void> SampleDriverAll::getSupportedOperations(const Model& model,
59 return Void();
71 return driver->run();
SampleDriverFloatFast.cpp 35 Return<void> getCapabilities(getCapabilities_cb _hidl_cb) override;
36 Return<void> getSupportedOperations(const Model& model, getSupportedOperations_cb cb) override;
39 Return<void> SampleDriverFloatFast::getCapabilities(getCapabilities_cb cb) {
45 return Void();
48 Return<void> SampleDriverFloatFast::getSupportedOperations(const Model& model,
66 return Void();
78 return driver->run();
SampleDriverFloatSlow.cpp 35 Return<void> getCapabilities(getCapabilities_cb _hidl_cb) override;
36 Return<void> getSupportedOperations(const Model& model, getSupportedOperations_cb cb) override;
39 Return<void> SampleDriverFloatSlow::getCapabilities(getCapabilities_cb cb) {
45 return Void();
48 Return<void> SampleDriverFloatSlow::getSupportedOperations(const Model& model,
66 return Void();
78 return driver->run();
SampleDriverQuant.cpp 35 Return<void> getCapabilities(getCapabilities_cb _hidl_cb) override;
36 Return<void> getSupportedOperations(const Model& model, getSupportedOperations_cb cb) override;
39 Return<void> SampleDriverQuant::getCapabilities(getCapabilities_cb cb) {
45 return Void();
48 Return<void> SampleDriverQuant::getSupportedOperations(const Model& model,
66 return Void();
78 return driver->run();
  /hardware/interfaces/broadcastradio/1.0/default/
BroadcastRadioFactory.cpp 26 Return<void> BroadcastRadioFactory::connectModule(Class classId, connectModule_cb _hidl_cb) {
33 return Void();
38 return new BroadcastRadioFactory();
BroadcastRadioFactory.h 31 Return<void> connectModule(Class classId, connectModule_cb _hidl_cb) override;
  /hardware/interfaces/broadcastradio/1.1/default/
BroadcastRadio.h 61 Return<void> getProperties(getProperties_cb _hidl_cb) override;
62 Return<void> getProperties_1_1(getProperties_1_1_cb _hidl_cb) override;
63 Return<void> openTuner(const V1_0::BandConfig& config, bool audio,
66 Return<void> getImage(int32_t id, getImage_cb _hidl_cb);
  /hardware/interfaces/drm/1.0/default/
DrmFactory.h 36 using ::android::hardware::Return;
46 Return<bool> isCryptoSchemeSupported(const hidl_array<uint8_t, 16>& uuid)
49 Return<bool> isContentTypeSupported(const hidl_string &mimeType)
52 Return<void> createPlugin(const hidl_array<uint8_t, 16>& uuid,
  /hardware/interfaces/tests/extension/light/2.0/default/
Light.h 37 using ::android::hardware::Return;
45 Return<Status> setLight(Type type, const LightState& state) override;
46 Return<void> getSupportedTypes(getSupportedTypes_cb _hidl_cb) override;
49 Return<Status> setExtLight(Type type, const ExtLightState& state) override;
  /hardware/interfaces/tests/libhwbinder/1.0/default/
Benchmark.cpp 12 Return<void> Benchmark::sendVec(
16 return Void();
20 return new Benchmark();
  /hardware/interfaces/tests/pointer/1.0/default/
Pointer.cpp 14 Return<int32_t> Pointer::getErrors() {
19 return errors.size();
23 return new Pointer();
  /hardware/interfaces/thermal/1.0/default/
Thermal.h 36 using ::android::hardware::Return;
45 Return<void> getTemperatures(getTemperatures_cb _hidl_cb) override;
46 Return<void> getCpuUsages(getCpuUsages_cb _hidl_cb) override;
47 Return<void> getCoolingDevices(getCoolingDevices_cb _hidl_cb) override;
  /hardware/interfaces/usb/1.0/default/
Usb.h 30 using ::android::hardware::Return;
36 Return<void> switchRole(const hidl_string& portName, const PortRole& role) override;
37 Return<void> setCallback(const sp<IUsbCallback>& callback) override;
38 Return<void> queryPortStatus() override;
  /hardware/interfaces/wifi/1.1/default/
wifi_ap_iface.h 44 Return<void> getName(getName_cb hidl_status_cb) override;
45 Return<void> getType(getType_cb hidl_status_cb) override;
46 Return<void> setCountryCode(const hidl_array<int8_t, 2>& code,
48 Return<void> getValidFrequenciesForBand(
  /packages/services/Car/evs/manager/
HalCamera.h 29 using ::android::hardware::Return;
55 sp<IEvsCamera> getHwCamera() { return mHwCamera; };
56 unsigned getClientCount() { return mClients.size(); };
59 Return<EvsResult> clientStreamStarting();
61 Return<void> doneWithFrame(const BufferDesc& buffer);
64 Return<void> deliverFrame(const BufferDesc& buffer) override;

Completed in 1616 milliseconds

<<11121314151617181920>>