/aosp12/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/ |
H A D | ComposerCommandBuffer.h | 80 uint32_t val = (offset < mDataWritten) ? mData[offset] : 0; in getCommand() local 407 void beginCommand(T command, uint16_t length) { in beginCommand() 437 void beginCommandBase(IComposerClient::Command command, uint16_t length) { in beginCommandBase() 464 void write(uint32_t val) { mData[mDataWritten++] = val; } in write() 466 void writeSigned(int32_t val) { memcpy(&mData[mDataWritten++], &val, sizeof(val)); } in writeSigned() 468 void writeFloat(float val) { memcpy(&mData[mDataWritten++], &val, sizeof(val)); } in writeFloat() 470 void write64(uint64_t val) { in write64() 647 uint32_t val = read(); in beginCommandBase() local 683 int32_t val; in readSigned() local 689 float val; in readFloat() local [all …]
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | QtiComposerCommandBuffer.h | 84 uint32_t val = (offset < mDataWritten) ? mData[offset] : 0; in getCommand() local 509 void beginCommand(IQtiComposerClient::Command command, uint16_t length) { in beginCommand() 536 void write(uint32_t val) { mData[mDataWritten++] = val; } in write() 538 void writeSigned(int32_t val) { memcpy(&mData[mDataWritten++], &val, sizeof(val)); } in writeSigned() 540 void writeFloat(float val) { memcpy(&mData[mDataWritten++], &val, sizeof(val)); } in writeFloat() 542 void write64(uint64_t val) { in write64() 719 bool beginCommand(IQtiComposerClient::Command& command, uint16_t& length) { in beginCommand() 729 uint32_t val = read(); in beginCommand() local 765 int32_t val; in readSigned() local 771 float val; in readFloat() local [all …]
|
/aosp12/frameworks/base/cmds/hid/src/com/android/commands/hid/ |
H A D | Event.java | 136 private void setCommand(String command) { in setCommand() 291 String val = mReader.nextString(); in readInt() local 296 String val = mReader.nextString(); in readBus() local
|
/aosp12/frameworks/base/cmds/uinput/src/com/android/commands/uinput/ |
H A D | Event.java | 141 private void setCommand(String command) { in setCommand() 312 String val = mReader.nextString(); in readInt() local 317 String val = mReader.nextString(); in readBus() local
|
/aosp12/frameworks/av/media/bufferpool/2.0/tests/ |
H A D | cond.cpp | 62 int32_t command; member 158 int val = 0; in doReceiver() local
|
/aosp12/system/core/fastboot/fuzzy_fastboot/ |
H A D | extensions.cpp | 92 const std::string val = elem->Attribute(key.c_str()); in XMLYesNo() local 215 const tinyxml2::XMLElement* command = handle.FirstChildElement("command").ToElement(); in ExtractOem() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 316 JsCommandDomElementOperator& command) in SetDomAttributesWithArray() 346 const shared_ptr<JsValue>& value, JsCommandDomElementOperator& command) in SetDomAttributesWithObject() 680 shared_ptr<JsValue> val = paramObj->GetProperty(runtime, key); in SetScreenOnVisible() local 1115 shared_ptr<JsValue> val = arg->GetProperty(runtime, key); in GetParams() local 2000 auto command = Referenced::MakeRefPtr<JsCommandUpdateDomElementAttrs>(nodeId); in JsUpdateElementAttrs() local 2034 auto command = Referenced::MakeRefPtr<JsCommandUpdateDomElementStyles>(nodeId); in JsUpdateElementStyles() local 2247 std::string val = iter->second; in AppClearData() local 2286 std::string val = iter->second; in AppSetData() local 2374 auto command = Referenced::MakeRefPtr<JsCommandUpdateDomElementAttrs>(nodeId); in JsSetAttribute() local 2402 auto command = Referenced::MakeRefPtr<JsCommandUpdateDomElementStyles>(nodeId); in JsSetStyle() local [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_command_processor.cpp | 585 int val = StoiTryCatch(arg); in ProcessVgm() local 591 int val = StoiTryCatch(arg); in ProcessVgs() local 815 HfpHfDataConnection &dataConn, const std::string &command, int commandId) in SendAtCommand() 844 auto command = commandQueue_.front(); in SendQueuedAtCommand() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_command_processor.cpp | 172 …pAgCommandProcessor::SendAtCommand(const HfpAgDataConnection &dataConn, const std::string &command) in SendAtCommand() 265 int val = StoiTryCatch(dataConn, arg); in VgsSetter() local 271 int val = StoiTryCatch(dataConn, arg); in VgmSetter() local
|
/ohos5.0/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/ |
H A D | face_auth_all_in_one_executor_hdi_fuzzer.cpp | 181 void FillFuzzSaCommand(Parcel &parcel, SaCommand &command) in FillFuzzSaCommand() 251 for (const auto &val : vals) { in FillFuzzAttributeKeyVector() local
|
/ohos5.0/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/ |
H A D | fingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp | 178 void FillFuzzSaCommand(Parcel &parcel, SaCommand &command) in FillFuzzSaCommand() 248 for (const auto &val : vals) { in FillFuzzAttributeKeyVector() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_node_test2.cpp | 94 std::unique_ptr<RSCommand> command; variable 632 bool val = true; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_surface_render_node.cpp | 651 std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetBounds>(GetId(), bounds); in SetContextBounds() local 717 …std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetContextMatrix>(GetId(), matr… in SetContextMatrix() local 733 …std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetContextAlpha>(GetId(), alpha… in SetContextAlpha() local 749 …std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetContextClipRegion>(GetId(), … in SetContextClipRegion() local 1677 void RSSurfaceRenderNode::UpdateOccludedByFilterCache(bool val) in UpdateOccludedByFilterCache() 3033 void RSSurfaceRenderNode::SetOldNeedDrawBehindWindow(bool val) in SetOldNeedDrawBehindWindow()
|
H A D | rs_render_node.cpp | 1118 void RSRenderNode::SendCommandFromRT(std::unique_ptr<RSCommand>& command, NodeId nodeId) in SendCommandFromRT() 1747 void RSRenderNode::SetSubTreeDirty(bool val) in SetSubTreeDirty() 2391 void RSRenderNode::SetChildHasSharedTransition(bool val) in SetChildHasSharedTransition() 3595 void RSRenderNode::SetChildHasVisibleFilter(bool val) in SetChildHasVisibleFilter() 3604 void RSRenderNode::SetChildHasVisibleEffect(bool val) in SetChildHasVisibleEffect() 3817 void RSRenderNode::SetGeoUpdateDelay(bool val) in SetGeoUpdateDelay()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.cpp | 312 void ParseLineDash(const std::string& val, SegmentInfo& segmentInfo) in ParseLineDash() 327 void ParseTextPlacement(const std::string& val, TextInfo& textInfo) in ParseTextPlacement() 356 auto val = data->GetString(); in GetAttrDataSetData() local 619 std::vector<std::pair<std::string, std::string>>& attrs, JsCommandDomElementOperator* command, in ParseAttributes() 1694 RefPtr<Framework::JsCommandDomElementCreator> command; in CreateDomNode() local
|
/aosp12/system/core/fastboot/ |
H A D | fastboot_driver.cpp | 99 RetCode FastBootDriver::GetVar(const std::string& key, std::string* val, in GetVar() 129 RetCode FastBootDriver::SnapshotUpdateCommand(const std::string& command, std::string* response, in SnapshotUpdateCommand()
|
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A D | gscan.cpp | 250 GetCapabilitiesCommand command(handle, capabilities, GSCAN_SUBCMD_GET_CAPABILITIES, in wifi_get_gscan_capabilities() local 259 GetCapabilitiesCommand command(handle, capabilities, WIFI_SUBCMD_ROAM_CAPABILITY, in wifi_get_roaming_capabilities() local 342 GetChannelListCommand command(handle, channels, num_channels, in wifi_get_valid_channels() local 1849 int createRequest(WifiRequest& request, int val) { in createRequest()
|
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | grpc-context-1.19.0.jar | ... implements java.lang.Runnable {
final synthetic Runnable val$r
final synthetic io.grpc.Context this ... |
/aosp12/packages/services/Telecomm/libs/ |
H A D | guava.jar | ... {
final synthetic java.lang.reflect.Method val$method
final synthetic Object[] val$args ... |
/aosp12/art/tools/dmtracedump/ |
H A D | tracedump.cc | 916 uint32_t val = getc(fp); in read2LE() local 921 uint32_t val = getc(fp); in read4LE() local 928 uint64_t val = getc(fp); in read8LE() local 1479 char command[1024]; in createInclusiveProfileGraphNew() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 181 int32_t val = dup(flat->handle); in CopyFileDescriptor() local 1568 auto command = static_cast<RSSyncTask*>((*func)(data)); in OnRemoteRequest() local
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_gatt.cpp | 664 ScopedLocalRef<jbyteArray> val(sCallbackEnv.get(), in btgatts_request_write_characteristic_cb() local 685 ScopedLocalRef<jbyteArray> val(sCallbackEnv.get(), in btgatts_request_write_descriptor_cb() local 1831 jint conn_id, jbyteArray val) { in gattServerSendIndicationNative() 1846 jint conn_id, jbyteArray val) { in gattServerSendNotificationNative() 1863 jbyteArray val, jint auth_req) { in gattServerSendResponseNative() 2268 static void gattTestNative(JNIEnv* env, jobject object, jint command, in gattTestNative()
|
/aosp12/bionic/libc/kernel/uapi/rdma/ |
H A D | ib_user_verbs.h | 97 __u32 command; member 770 struct ib_uverbs_flow_eth_filter val; member 790 struct ib_uverbs_flow_ipv4_filter val; member 806 struct ib_uverbs_flow_tcp_udp_filter val; member 827 struct ib_uverbs_flow_ipv6_filter val; member 888 struct ib_uverbs_flow_tunnel_filter val; member 904 struct ib_uverbs_flow_spec_esp_filter val; member 921 struct ib_uverbs_flow_gre_filter val; member 936 struct ib_uverbs_flow_mpls_filter val; member
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
H A D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |