Home
last modified time | relevance | path

Searched refs:writeFloat (Results 1 – 15 of 15) sorted by relevance

/system/core/libstats/push_compat/include/
DStatsEventCompat.h40 void (*writeFloat)(AStatsEvent*, float); member
57 void writeFloat(float value);
/system/core/libstats/push_compat/
DStatsEventCompat.cpp85 mAStatsEventApi.writeFloat = in initializeApiTableLocked()
128 void StatsEventCompat::writeFloat(float value) { in writeFloat() function in StatsEventCompat
130 mAStatsEventApi.writeFloat(mEventR, value); in writeFloat()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DStructuredParcelable.cpp508 _aidl_ret_status = _aidl_parcel->writeFloat(floatDefaultsToPi); in writeToParcel()
540 _aidl_ret_status = _aidl_parcel->writeFloat(floatDefault); in writeToParcel()
DParcelableForToString.cpp232 _aidl_ret_status = _aidl_parcel->writeFloat(floatValue); in writeToParcel()
DITestService.cpp339 _aidl_ret_status = _aidl_data.writeFloat(token); in RepeatFloat()
2285 _aidl_ret_status = _aidl_reply->writeFloat(_aidl_return); in onTransact()
/system/libhwbinder/include/hwbinder/
DParcel.h109 status_t writeFloat(float val);
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java52 _aidl_parcel.writeFloat(floatValue); in writeToParcel()
DStructuredParcelable.java95 _aidl_parcel.writeFloat(floatDefaultsToPi); in writeToParcel()
103 _aidl_parcel.writeFloat(floatDefault); in writeToParcel()
DITestService.java358 reply.writeFloat(_result); in onTransact()
1156 _data.writeFloat(token); in RepeatFloat()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java181 _data.writeFloat(floatValue); in LogThis()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp112 _aidl_ret_status = _aidl_data.writeFloat(floatValue); in LogThis()
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp782 EXPECT_EQ(::android::OK, request.writeFloat(1.0f)); in TEST_F()
/system/libhwbinder/
DParcel.cpp558 status_t Parcel::writeFloat(float val) in writeFloat() function in android::hardware::Parcel
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java674 request.writeFloat(1.0f); in client()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1933 EXPECT_EQ(::android::OK, request.writeFloat(1.0f)); in TEST_F()