/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | bitfield_align.rs | 24 pub fn get_bit(&self, index: usize) -> bool { in get_bit() 25 debug_assert!(index / 8 < self.storage.as_ref().len()); in get_bit() 26 let byte_index = index / 8; in get_bit() 29 7 - (index % 8) in get_bit() 31 index % 8 in get_bit() 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() 38 debug_assert!(index / 8 < self.storage.as_ref().len()); in set_bit() 39 let byte_index = index / 8; in set_bit() 42 7 - (index % 8) in set_bit() 44 index in set_bit() [all...] |
H A D | bitfield-32bit-overflow.rs | 24 pub fn get_bit(&self, index: usize) -> bool { in get_bit() 25 debug_assert!(index / 8 < self.storage.as_ref().len()); in get_bit() 26 let byte_index = index / 8; in get_bit() 29 7 - (index % 8) in get_bit() 31 index % 8 in get_bit() 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() 38 debug_assert!(index / 8 < self.storage.as_ref().len()); in set_bit() 39 let byte_index = index / 8; in set_bit() 42 7 - (index % 8) in set_bit() 44 index in set_bit() [all...] |
H A D | issue-816.rs | 24 pub fn get_bit(&self, index: usize) -> bool { in get_bit() 25 debug_assert!(index / 8 < self.storage.as_ref().len()); in get_bit() 26 let byte_index = index / 8; in get_bit() 29 7 - (index % 8) in get_bit() 31 index % 8 in get_bit() 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() 38 debug_assert!(index / 8 < self.storage.as_ref().len()); in set_bit() 39 let byte_index = index / 8; in set_bit() 42 7 - (index % 8) in set_bit() 44 index in set_bit() [all...] |
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
H A D | Decode.cs | 141 private static int TranslateShortCodes(int code, int[] ringBuffer, int index)
in TranslateShortCodes() argument 145 index += DistanceShortCodeIndexOffset[code];
in TranslateShortCodes() 146 index &= 3;
in TranslateShortCodes() 147 return ringBuffer[index] + DistanceShortCodeValueOffset[code];
in TranslateShortCodes() 152 private static void MoveToFront(int[] v, int index)
in MoveToFront() argument 154 int value = v[index];
in MoveToFront() 155 for (; index > 0; index--)
in MoveToFront() 157 v[index] = v[index in MoveToFront() [all...] |
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_base.cpp | 197 int64_t index = 0; in BindAttribLocation() local 198 tie(succ, index) = NVal(env, funcArg[NARG_POS::SECOND]).ToInt64(); in BindAttribLocation() 199 if (!succ || index < 0) { in BindAttribLocation() 212 env, funcArg[NARG_POS::FIRST], static_cast<GLuint>(index), str); in BindAttribLocation() 1136 int64_t index = 0; in EnableVertexAttribArray() local 1138 tie(succ, index) = NVal(env, funcArg[NARG_POS::FIRST]).ToInt64(); in EnableVertexAttribArray() 1140 index = -1; in EnableVertexAttribArray() 1142 return context->GetWebGLRenderingContextImpl().EnableVertexAttribArray(env, index); in EnableVertexAttribArray() 1156 int64_t index = 0; in DisableVertexAttribArray() local 1158 tie(succ, index) in DisableVertexAttribArray() 1288 uint32_t index = 0; GetVertexAttribOffset() local 1954 GLuint index = 0; VertexAttrib1f() local 1980 GLuint index = 0; VertexAttrib2f() local 2006 GLuint index = 0; VertexAttrib3f() local 2032 GLuint index = 0; VertexAttrib4f() local 2374 CreateWebGLActiveInfo(napi_env env, napi_callback_info info, void (*handleActiveInfo)(GLuint programId, GLuint index, GLint& size, GLenum& type, GLchar* name)) CreateWebGLActiveInfo() argument 2388 int64_t index = 0; CreateWebGLActiveInfo() local 2613 int64_t index = 0; VertexAttrib1fv() local 2633 int64_t index = 0; VertexAttrib2fv() local 2651 int64_t index = 0; VertexAttrib3fv() local 2669 int64_t index = 0; VertexAttrib4fv() local 2686 GLuint index = 0; GetVertexAttrib() local [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_shader.c | 191 sm1_dump_reg(BYTE file, INT index) in sm1_dump_reg() argument 198 DUMP("oC%i", index); in sm1_dump_reg() 204 DUMP("oRast%i", index); in sm1_dump_reg() 207 DUMP("iconst[%i]", index); in sm1_dump_reg() 210 DUMP("bconst[%i]", index); in sm1_dump_reg() 213 DUMP("%c%i", sm1_file_char[file], index); in sm1_dump_reg() 643 tx_lconstf(struct shader_translator *tx, struct ureg_src *src, INT index) in tx_lconstf() argument 647 if (index < 0 || index >= tx->num_constf_allowed) { in tx_lconstf() 652 if (tx->lconstf[i].idx == index) { in tx_lconstf() 660 tx_lconsti(struct shader_translator *tx, struct ureg_src *src, INT index) tx_lconsti() argument 677 tx_lconstb(struct shader_translator *tx, struct ureg_src *src, INT index) tx_lconstb() argument 695 tx_set_lconstf(struct shader_translator *tx, INT index, float f[4]) tx_set_lconstf() argument 719 tx_set_lconsti(struct shader_translator *tx, INT index, int i[4]) tx_set_lconsti() argument 744 tx_set_lconstb(struct shader_translator *tx, INT index, BOOL b) tx_set_lconstb() argument 988 nine_ureg_dst_register(unsigned file, int index) nine_ureg_dst_register() argument 2059 BYTE index = dcl->usage_idx; sm1_declusage_to_tgsi() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.h | 465 int32_t CalcLineEndPosition(int32_t index = -1); 518 std::list<RefPtr<UINode>>::const_iterator GetSpanNodeIter(int32_t index); 533 int32_t AddImageSpan(ImageSpanOptions options, bool isPaste = false, int32_t index = -1, bool updateCaret = true); 534 int32_t AddTextSpan(TextSpanOptions options, bool isPaste = false, int32_t index = -1); 535 int32_t AddTextSpanOperation(const TextSpanOptions& options, bool isPaste = false, int32_t index = -1, 537 int32_t AddSymbolSpan(SymbolSpanOptions options, bool isPaste = false, int32_t index = -1); 538 int32_t AddSymbolSpanOperation(const SymbolSpanOptions& options, bool isPaste = false, int32_t index = -1); 689 void MouseDoubleClickParagraphEnd(int32_t& index); 771 void ReplacePlaceholderWithRawSpans(const RefPtr<SpanItem>& spanItem, size_t& index, size_t& textIndex); 871 void AdjustSelector(int32_t& index, HandleTyp [all...] |
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 620 uint32_t index = 0; in TransformPointerEvent() local 628 CHKRR(napi_set_element(jsEnv_, pointers, index, element), "napi_set_element is", RET_ERR); in TransformPointerEvent() 629 ++index; in TransformPointerEvent() 989 uint32_t index = 0; in GetJoystickPressedButtons() local 997 status = napi_set_element(jsEnv_, value, index, element); in GetJoystickPressedButtons() 1002 ++index; in GetJoystickPressedButtons() 1021 uint32_t index = 0; in GetMousePointerItem() local 1049 status = napi_set_element(jsEnv_, axes, index, element); in GetMousePointerItem() 1054 ++index; in GetMousePointerItem() 1080 uint32_t index in GetJoystickPointerItem() local 1128 uint32_t index = 0; GetPressedButtons() local 1164 uint32_t index = 0; GetPressedKeys() local 1396 uint32_t index = 0; TransformGestureEvent() local [all...] |
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | reporter_helper.py | 132 "url": "https://cdn.bootcdn.net/ajax/libs/element-plus/2.3.4/index.css" 136 "url": "https://cdn.bootcdn.net/ajax/libs/element-plus/2.3.4/index.full.js" 140 "url": "https://cdn.bootcdn.net/ajax/libs/element-plus-icons-vue/2.0.10/index.iife.min.js" 637 keys = ["index", "sn", "model", "type", "platform", "version", "others"] 638 for index, device in enumerate(devices, 1): 642 if key == "index": 643 td_content = index 652 <div class="operate" onclick="showDialog('dialog{index}')"></div> 662 <th class="normal device-index">#</th> 697 for index, devic [all...] |
/test/testfwk/arkxtest/uitest/core/ |
H A D | frontend_api_handler.cpp | 74 size_t index = 0; variable 75 while (index < count) { 92 index++; 100 for (size_t index = 0; index < count; index++) { in AddCallbackInfo() 495 size_t index = 0; in APiCallInfoChecker() local 496 while (index < count) { in APiCallInfoChecker() 513 ++index; in APiCallInfoChecker() 530 ++index; in APiCallInfoChecker() 541 uint32_t index = 0; StoreBackendObject() local 597 ReadCallArg(const ApiCallInfo &in, size_t index) ReadCallArg() argument 604 ReadCallArg(const ApiCallInfo &in, size_t index, T defValue) ReadCallArg() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | tznames_impl.cpp | 192 int32_t index; in ~TextTrieMap() local 193 for (index = 0; index < fNodesCount; ++index) { in ~TextTrieMap() 194 fNodes[index].deleteValues(fValueDeleter); in ~TextTrieMap() 282 int32_t index; in putImpl() local 283 for (index = 0; index < keyLength; ++index) { in putImpl() 284 node = addChildNode(node, keyBuffer[index], statu in putImpl() 414 search(CharacterNode *node, const UnicodeString &text, int32_t start, int32_t index, TextTrieMapSearchResultHandler *handler, UErrorCode &status) const search() argument 599 getTZNameType(UTimeZoneNameTypeIndex index) getTZNameType() argument 701 UTimeZoneNameTypeIndex index = getTZNameTypeIndex(type); getName() local [all...] |
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zUpdate.cpp | 753 CRefItem(UInt32 index, const CUpdateItem &ui, bool sortByType):
in CRefItem() 755 Index(index),
in CRefItem() 997 HRESULT GetFilterGroup(UInt32 index, const CUpdateItem &ui, CFilterMode &filterMode);
1002 HRESULT CAnalysis::GetFilterGroup(UInt32 index, const CUpdateItem &ui, CFilterMode &filterMode)
in GetFilterGroup() argument 1094 HRESULT result = Callback->GetStream2(index, &stream, NUpdateNotifyOp::kAnalyze);
in GetFilterGroup() 1111 // RINOK(Callback->SetOperationResult2(index, NUpdate::NOperationResult::kOK));
in GetFilterGroup() 1401 const unsigned index = (unsigned)subStream;
in GetSubStreamSize() local 1402 if ((*_extractStatuses)[index])
in GetSubStreamSize() 1404 const CFileItem &fi = _db->Files[_startIndex + index];
in GetSubStreamSize() 1792 static void GetFile(const CDatabase &inDb, unsigned index, CFileIte argument 1902 int index = updateItems[i].IndexInArchive; Update() local 2626 const UInt32 index = refItems[i].Index; Update() local [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_validate.cpp | 108 aco_err(program, "%s: BB%u", msg, block->index); in validate_ir() 705 check_block(block.index == i, "block.index must match actual index", &block); in validate_ir() 767 fprintf(memf, "RA error found at instruction in BB%d:\n", loc.block->index); in ra_fail() 775 fprintf(memf, " in BB%d:\n", loc2.block->index); in ra_fail() 789 unsigned index) in validate_subdword_operand() 791 Operand op = instr->operands[index]; in validate_subdword_operand() 799 return byte + instr->sdwa().sel[index].offset() + instr->sdwa().sel[index] in validate_subdword_operand() 788 validate_subdword_operand(amd_gfx_level gfx_level, const aco_ptr<Instruction>& instr, unsigned index) validate_subdword_operand() argument 885 get_subdword_bytes_written(Program* program, const aco_ptr<Instruction>& instr, unsigned index) get_subdword_bytes_written() argument [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-debug.cc | 144 WasmValue GetStackValue(int index, Address pc, Address fp, in GetStackValue() argument 149 if (num_locals + index >= value_count) return {}; in GetStackValue() 151 num_locals + index, fp, debug_break_fp, isolate); in GetStackValue() 157 return module->functions[scope.code->index()]; in GetFunctionAtAddress() 160 WireBytesRef GetExportName(ImportExportKindCode kind, uint32_t index) { in GetExportName() argument 166 auto exp_key = std::make_pair(exp.kind, exp.index); in GetExportName() 171 auto it = export_names_->find(std::make_pair(kind, index)); in GetExportName() 177 uint32_t index) { in GetImportName() 184 std::make_pair(std::make_pair(imp.kind, imp.index), in GetImportName() 188 auto it = import_names_->find(std::make_pair(kind, index)); in GetImportName() 176 GetImportName(ImportExportKindCode kind, uint32_t index) GetImportName() argument 584 GetValue(const DebugSideTable* debug_side_table, const DebugSideTable::Entry* debug_side_table_entry, int index, Address stack_frame_base, Address debug_break_fp, Isolate* isolate) const GetValue() argument 799 GetStackValue(int index, Address pc, Address fp, Address debug_break_fp, Isolate* isolate) GetStackValue() argument 808 GetExportName(ImportExportKindCode code, uint32_t index) GetExportName() argument 813 GetImportName( ImportExportKindCode code, uint32_t index) GetImportName() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tznames_impl.cpp | 192 int32_t index; in ~TextTrieMap() local 193 for (index = 0; index < fNodesCount; ++index) { in ~TextTrieMap() 194 fNodes[index].deleteValues(fValueDeleter); in ~TextTrieMap() 282 int32_t index; in putImpl() local 283 for (index = 0; index < keyLength; ++index) { in putImpl() 284 node = addChildNode(node, keyBuffer[index], statu in putImpl() 414 search(CharacterNode *node, const UnicodeString &text, int32_t start, int32_t index, TextTrieMapSearchResultHandler *handler, UErrorCode &status) const search() argument 599 getTZNameType(UTimeZoneNameTypeIndex index) getTZNameType() argument 701 UTimeZoneNameTypeIndex index = getTZNameTypeIndex(type); getName() local [all...] |
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 15 #include "src/objects/tagged-index.h" 86 inline MemOperand CFunctionArgumentOperand(int index) { in CFunctionArgumentOperand() argument 87 DCHECK_GT(index, kCArgSlotCount); in CFunctionArgumentOperand() 89 int offset = (index - 5) * kPointerSize + kCArgsSlotsSize; in CFunctionArgumentOperand() 201 void Branch(Label* L, Condition cond, Register rs, RootIndex index, 779 // GetLabelFunction must be lambda '[](size_t index) -> Label*' or a 780 // functor/function with 'Label *func(size_t index)' declaration. 782 void GenerateSwitchTable(Register index, size_t case_count, 786 void LoadRoot(Register destination, RootIndex index) final; 787 void LoadRoot(Register destination, RootIndex index, Conditio 986 PushRoot(RootIndex index) PushRoot() argument 994 JumpIfRoot(Register with, RootIndex index, Label* if_equal) JumpIfRoot() argument 1002 JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) JumpIfNotRoot() argument 1250 GenerateSwitchTable(Register index, size_t case_count, Func GetLabelFunction) GenerateSwitchTable() argument [all...] |
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.h | 16 #include "src/objects/tagged-index.h" 66 inline MemOperand CFunctionArgumentOperand(int index) { in CFunctionArgumentOperand() argument 67 DCHECK_GT(index, kCArgSlotCount); in CFunctionArgumentOperand() 69 int offset = (index - 5) * kPointerSize + kCArgsSlotsSize; in CFunctionArgumentOperand() 180 void Branch(Label* L, Condition cond, Register rs, RootIndex index, 783 // GetLabelFunction must be lambda '[](size_t index) -> Label*' or a 784 // functor/function with 'Label *func(size_t index)' declaration. 786 void GenerateSwitchTable(Register index, size_t case_count, 790 void LoadRoot(Register destination, RootIndex index) final; 791 void LoadRoot(Register destination, RootIndex index, Conditio 934 PushRoot(RootIndex index) PushRoot() argument 942 JumpIfRoot(Register with, RootIndex index, Label* if_equal) JumpIfRoot() argument 950 JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) JumpIfNotRoot() argument 1171 GenerateSwitchTable(Register index, size_t case_count, Func GetLabelFunction) GenerateSwitchTable() argument [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | interface-descriptors.h | 201 Register register_param(int index) const { return register_params_[index]; } in register_param() 202 MachineType return_type(int index) const { in return_type() 203 DCHECK_LT(index, return_count_); in return_type() 204 return machine_types_[index]; in return_type() 206 MachineType param_type(int index) const { in param_type() 207 DCHECK_LT(index, param_count_); in param_type() 208 return machine_types_[return_count_ + index]; in param_type() 279 ptrdiff_t index = data - call_descriptor_data_; in GetKey() local 280 DCHECK_LE(0, index); in GetKey() [all...] |
/third_party/skia/src/gpu/ |
H A D | GrResourceCache.cpp | 1609 int index = fNonpurgeableResources.count(); 1611 *resource->cacheAccess().accessCacheIndex() = index; 1615 int* index = resource->cacheAccess().accessCacheIndex(); 1616 // Fill the hole we will create in the array with the tail object, adjust its index, and 1619 SkASSERT(fNonpurgeableResources[*index] == resource); 1620 fNonpurgeableResources[*index] = tail; 1621 *tail->cacheAccess().accessCacheIndex() = *index; 1623 SkDEBUGCODE(*index = -1); 1658 // Correct the index in the nonpurgeable array stored on the resource post-sort. 1890 int index [all...] |
/third_party/skia/src/core/ |
H A D | SkStroke.cpp | 554 this table shows the index of the smaller of the remaining points: 568 Given three indices (outer_1 outer_2 mid_1) from 0..3, the remaining index is: 576 for (int index = 0; index < 3; ++index) { in cubic_in_line() 577 for (int inner = index + 1; inner < 4; ++inner) { in cubic_in_line() 578 SkVector testDiff = cubic[inner] - cubic[index]; in cubic_in_line() 581 outer1 = index; in cubic_in_line() 607 the missing index equals: outer_1 ^ outer_2 ^ 3 613 for (int index in quad_in_line() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tznames_impl.cpp | 182 int32_t index; in ~TextTrieMap() local 183 for (index = 0; index < fNodesCount; ++index) { in ~TextTrieMap() 184 fNodes[index].deleteValues(fValueDeleter); in ~TextTrieMap() 274 int32_t index; in putImpl() local 275 for (index = 0; index < keyLength; ++index) { in putImpl() 276 node = addChildNode(node, keyBuffer[index], statu in putImpl() 406 search(CharacterNode *node, const UnicodeString &text, int32_t start, int32_t index, TextTrieMapSearchResultHandler *handler, UErrorCode &status) const search() argument 591 getTZNameType(UTimeZoneNameTypeIndex index) getTZNameType() argument 693 UTimeZoneNameTypeIndex index = getTZNameTypeIndex(type); getName() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ustrcase.cpp | 173 csc->index=csc->cpStart; in utf16_caseContextIterator() 177 csc->index=csc->cpLimit; in utf16_caseContextIterator() 185 if(csc->start<csc->index) { in utf16_caseContextIterator() 186 U16_PREV((const UChar *)csc->p, csc->start, csc->index, c); in utf16_caseContextIterator() 190 if(csc->index<csc->limit) { in utf16_caseContextIterator() 191 U16_NEXT((const UChar *)csc->p, csc->index, csc->limit, c); in utf16_caseContextIterator() 419 /* find next index where to titlecase */ in ustrcase_internalToTitle() 420 int32_t index; in ustrcase_internalToTitle() local 423 index=iter->first(); in ustrcase_internalToTitle() 425 index in ustrcase_internalToTitle() [all...] |
/third_party/toybox/toys/pending/ |
H A D | xzcat.c | 1119 * Get the index of the appropriate probability array for decoding 2445 } index; member 2615 s->index.size += in_used; in index_update() 2638 switch (s->index.sequence) { in dec_index() 2640 s->index.count = s->vli; in dec_index() 2647 if (s->index.count != s->block.count) in dec_index() 2650 s->index.sequence = SEQ_INDEX_UNPADDED; in dec_index() 2654 s->index.hash.unpadded += s->vli; in dec_index() 2655 s->index.sequence = SEQ_INDEX_UNCOMPRESSED; in dec_index() 2659 s->index in dec_index() [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | sink-input.c | 637 pa_assert_se(pa_idxset_put(core->sink_inputs, i, &i->index) == 0); in pa_sink_input_new() 643 memblockq_name = pa_sprintf_malloc("sink input render_memblockq [%u]", i->index); in pa_sink_input_new() 656 memblockq_name = pa_sprintf_malloc("sink input history memblockq [%u]", i->index); in pa_sink_input_new() 673 i->index, in pa_sink_input_new() 753 pa_subscription_post(i->core, PA_SUBSCRIPTION_EVENT_SINK_INPUT|PA_SUBSCRIPTION_EVENT_CHANGE, i->index); in sink_input_set_state() 825 pa_subscription_post(i->core, PA_SUBSCRIPTION_EVENT_SINK_INPUT|PA_SUBSCRIPTION_EVENT_REMOVE, i->index); in pa_sink_input_unlink() 843 pa_log_info("Freeing input %u \"%s\"", i->index, in sink_input_free() 924 pa_subscription_post(i->core, PA_SUBSCRIPTION_EVENT_SINK_INPUT|PA_SUBSCRIPTION_EVENT_NEW, i->index); in pa_sink_input_put() 1107 tchunk.index += wchunk.length; in pa_sink_input_peek() 1601 pa_log_debug("The mute of sink input %u changed from %s to %s.", i->index, pa_yes_n in pa_sink_input_set_mute() [all...] |
H A D | source.c | 343 pa_assert_se(pa_idxset_put(core->sources, s, &s->index) >= 0); in pa_source_new() 350 s->index, in pa_source_new() 457 pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SOURCE | PA_SUBSCRIPTION_EVENT_CHANGE, s->index); in source_set_state() 506 pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_CHANGE, s->index); in pa_source_set_set_volume_callback() 527 pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_CHANGE, s->index); in pa_source_set_write_volume_callback() 553 pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_CHANGE, s->index); in pa_source_set_set_mute_callback() 574 pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_CHANGE, s->index); in enable_flat_volume() 595 pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_CHANGE, s->index); in pa_source_enable_decibel_volume() 676 pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SOURCE | PA_SUBSCRIPTION_EVENT_NEW, s->index); in pa_source_put() 739 pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SOURCE | PA_SUBSCRIPTION_EVENT_REMOVE, s->index); in pa_source_unlink() [all...] |