Home
last modified time | relevance | path

Searched refs:writeFloat (Results 1 – 17 of 17) 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/
DFixedSize.cpp148 _aidl_ret_status = _aidl_parcel->writeFloat(floatValue); in writeToParcel()
275 case floatValue: return _aidl_parcel->writeFloat(get<floatValue>()); in writeToParcel()
DParcelableForToString.cpp232 _aidl_ret_status = _aidl_parcel->writeFloat(floatValue); in writeToParcel()
DStructuredParcelable.cpp524 _aidl_ret_status = _aidl_parcel->writeFloat(floatDefaultsToPi); in writeToParcel()
556 _aidl_ret_status = _aidl_parcel->writeFloat(floatDefault); in writeToParcel()
DITestService.cpp336 _aidl_ret_status = _aidl_data.writeFloat(token); in RepeatFloat()
3044 _aidl_ret_status = _aidl_reply->writeFloat(_aidl_return); in onTransact()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DFixedSize.java78 _aidl_parcel.writeFloat(floatValue); in writeToParcel()
316 _aidl_parcel.writeFloat(getFloatValue()); in writeToParcel()
DParcelableForToString.java52 _aidl_parcel.writeFloat(floatValue); in writeToParcel()
DStructuredParcelable.java97 _aidl_parcel.writeFloat(floatDefaultsToPi); in writeToParcel()
105 _aidl_parcel.writeFloat(floatDefault); in writeToParcel()
DITestService.java1022 reply.writeFloat(_result); in onTransact()
1974 _data.writeFloat(token); in RepeatFloat()
/system/libhwbinder/include/hwbinder/
DParcel.h109 status_t writeFloat(float val);
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java182 _data.writeFloat(floatValue); in LogThis()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp103 _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.cpp1937 EXPECT_EQ(::android::OK, request.writeFloat(1.0f)); in TEST_F()