Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 46) sorted by relevance

12

/system/media/audio_utils/
Dtinysndfile.c357 size_t extra = 0; in sf_open_write() local
362 extra = 14; in sf_open_write()
366 (void) fwrite(wav, 44 + extra, 1, stream); in sf_open_write()
407 size_t extra = (handle->info.format & SF_FORMAT_SUBMASK) == SF_FORMAT_FLOAT ? 14 : 0; in sf_close() local
408 (void) fread(wav, 44 + extra, 1, handle->stream); in sf_close()
410 write4u(&wav[4], dataSize + 36 + extra); // riffSize in sf_close()
411 write4u(&wav[40 + extra], dataSize); // dataSize in sf_close()
413 (void) fwrite(wav, 44 + extra, 1, handle->stream); in sf_close()
/system/bt/gd/
DAndroid.bp93 "--extra-arg-before=-Xclang",
94 "--extra-arg-before=-analyzer-config",
95 "--extra-arg-before=-Xclang",
96 "--extra-arg-before=optin.cplusplus.UninitializedObject:Pedantic=true",
97 "--extra-arg-before=-Xclang",
98 "--extra-arg-before=-analyzer-config",
99 "--extra-arg-before=-Xclang",
100 "--extra-arg-before=optin.cplusplus.UninitializedObject:CheckPointeeInitialization=true",
/system/apex/apexd/
Dapexd_loop.cpp236 void DestroyLoopDevice(const std::string& path, const DestroyLoopFn& extra) { in DestroyLoopDevice() argument
255 extra(path, id); in DestroyLoopDevice()
Dapexd_loop.h68 void DestroyLoopDevice(const std::string& path, const DestroyLoopFn& extra);
/system/tools/hidl/lint/test/interfaces/doc_comments/1.0/
DICorrect.hal27 …someMethod(vec<uint8_t> param, string multiple) generates (float second, string extra, bool retVal…
/system/tools/xsdc/tests/resources/nested_type/
Dnested_type.xsd13 <xs:element name="extra">
/system/sepolicy/prebuilts/api/26.0/private/
Dstoraged.te43 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
/system/memory/libmemunreachable/
DAllocator.cpp143 ptrdiff_t extra = reinterpret_cast<uintptr_t>(aligned_ptr) - reinterpret_cast<uintptr_t>(ptr); in MapAligned() local
144 munmap(ptr, extra); in MapAligned()
145 map_size -= extra; in MapAligned()
/system/sepolicy/prebuilts/api/27.0/private/
Dstoraged.te49 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
/system/tools/hidl/
DType.cpp654 const std::string &extra) const { in emitJavaReaderWriterWithSuffix()
662 out << extra; in emitJavaReaderWriterWithSuffix()
664 out << (extra.empty() ? "" : (extra + ", ")); in emitJavaReaderWriterWithSuffix()
DType.h343 const std::string &extra) const;
/system/teeui/libteeui/include/teeui/
Dgeneric_operation.h229 auto [in_, promt, extra, locale, options] = read(PromptUserConfirmationMsg(), in); in command()
231 auto rc = init(promt, extra, locale, options); in command()
/system/netd/server/
DIptablesRestoreController.cpp313 size_t extra = output->size() - (pos + PING_SIZE); in drainAndWaitForAck() local
315 extra, output->substr(pos + PING_SIZE, 128).c_str()); in drainAndWaitForAck()
/system/sepolicy/prebuilts/api/29.0/private/
Dstoraged.te50 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
/system/sepolicy/prebuilts/api/28.0/private/
Dstoraged.te50 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
/system/tools/xsdc/tests/
Dmain.cpp179 Employee::Address::Extra extra = *address.getFirstExtra(); in TEST_F() local
186 EXPECT_EQ(extra.getLine1(), "Donga 303-111"); in TEST_F()
187 EXPECT_EQ(extra.getLine2(), "Good Street"); in TEST_F()
/system/sepolicy/prebuilts/api/30.0/private/
Dstoraged.te56 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
/system/sepolicy/private/
Dstoraged.te56 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
Ddumpstate.te58 # dumpstate_options_prop is used to pass extra command-line args.
/system/core/libunwindstack/tests/
DMapsTest.cpp460 size_t extra = 0; in TEST() local
469 extra = entry_len + overlap1_name.size() + 1; in TEST()
474 size_t bytes_left_in_buffer = kBufferSize - extra; in TEST()
/system/media/camera/docs/
DCameraMetadataKeys.mako39 # Unconditionally add extra information if necessary
/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DXmlParserTest.java84 Class<?> extra = result.loadClass("Employee$Address$Extra"); in testNestedType() local
96 String line2 = (String) extra.getMethod("getLine2").invoke(extraInstance); in testNestedType()
/system/nfc/src/nfc/tags/
Drw_t3t.cc198 uint32_t extra; in rw_t3t_check_timeout() local
203 extra = (timeout / 10) + RW_T3T_MIN_TIMEOUT_TICKS; in rw_t3t_check_timeout()
204 timeout += extra; in rw_t3t_check_timeout()
221 uint32_t extra; in rw_t3t_update_timeout() local
226 extra = (timeout / 10) + RW_T3T_MIN_TIMEOUT_TICKS; in rw_t3t_update_timeout()
227 timeout += extra; in rw_t3t_update_timeout()
/system/update_engine/scripts/
Dupdate_device.py102 self.offset += len(payload_info.extra) + len(payload_info.filename)
/system/sepolicy/prebuilts/api/26.0/public/
Ddumpstate.te183 # dumpstate_options_prop is used to pass extra command-line args.

12