Home
last modified time | relevance | path

Searched refs:frequency_ (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dwifi_scan_info.h31 frequency_ = 0; in WifiScanInfo()
78 return frequency_; in GetFrequency()
83 frequency_ = frequency; in SetFrequency()
101 frequency_ = parcel.ReadInt32(); in ReadFromParcel()
110 parcel.WriteInt32(frequency_) && in Marshalling()
134 int frequency_; variable
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_supplier_info.cpp35 if (!parcel.WriteUint32(frequency_)) { in Marshalling()
70 if (!parcel.ReadUint32(ptr->frequency_)) { in Unmarshalling()
103 if (!parcel.WriteUint32(object->frequency_)) { in Marshalling()
141 str.append(std::to_string(frequency_)); in ToString()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_supplier_info.h38 uint32_t frequency_ = 0x00; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_frame.cpp110 loudness = frame.scaleFactor_[channel][subband] - SBC_OFFSET_4[frame.frequency_][subband]; in SbcCalculateLoudness()
112 loudness = frame.scaleFactor_[channel][subband] - SBC_OFFSET_8[frame.frequency_][subband]; in SbcCalculateLoudness()
474 frequency_ = (bufStream[1] >> MOVE_BIT6) & VALUE3; in Unpack()
626 bufStream[1] = (frame.frequency_ & VALUE3) << MOVE_BIT6; in Pack()
H A Dsbc_encoder.cpp124 frame_.frequency_ = codecParam.frequency; in UpdateCodecFormat()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_frame.h32 uint8_t frequency_ {};
/ohos5.0/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
H A Dnet_manager_center_test.cpp313 netSupplierInfo->frequency_ = 0x10;
333 netSupplierInfo->frequency_ = 0x10;
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_supplier.cpp225 return netSupplierInfo_.frequency_; in GetFrequency()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Drender_context_sample.cpp117 .frequency_ = freq_, in Sync()
H A Ddrawing_sample_canvaskit0310.cpp412 .frequency_ = freq_, in Sync()
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_manager_test.cpp235 netSupplierInfo->frequency_ = 0x10;
H A Dnet_conn_client_test.cpp954 netSupplierInfo->frequency_ = 0x10;