/frameworks/native/libs/binder/ndk/include_ndk/android/ |
D | persistable_bundle.h | 71 typedef char* _Nullable (*_Nonnull APersistableBundle_stringAllocator)(int32_t sizeBytes, 72 void* _Nullable context); 81 APersistableBundle* _Nullable APersistableBundle_new() __INTRODUCED_IN(__ANDROID_API_V__) 95 APersistableBundle* _Nullable APersistableBundle_dup(const APersistableBundle* _Nonnull pBundle) 106 void APersistableBundle_delete(APersistableBundle* _Nullable pBundle) 139 const AParcel* _Nonnull parcel, APersistableBundle* _Nullable* _Nonnull outPBundle) 340 const char* _Nullable const* _Nullable vec, int32_t num) 436 const char* _Nonnull key, char* _Nullable* _Nonnull val, 438 void* _Nullable context) __INTRODUCED_IN(__ANDROID_API_V__) 464 const char* _Nonnull key, bool* _Nullable buffer, [all …]
|
/frameworks/rs/toolkit/ |
D | RenderScriptToolkit.h | 193 size_t sizeX, size_t sizeY, const Restriction* _Nullable restriction = nullptr); 224 size_t vectorSize, int radius, const Restriction* _Nullable restriction = nullptr); 317 const float* _Nonnull matrix, const float* _Nullable addVector = nullptr, 318 const Restriction* _Nullable restriction = nullptr); 351 const Restriction* _Nullable restriction = nullptr); 355 const Restriction* _Nullable restriction = nullptr); 382 size_t vectorSize, const Restriction* _Nullable restriction = nullptr); 413 size_t vectorSize, const float* _Nullable coefficients, 414 const Restriction* _Nullable restriction = nullptr); 445 const Restriction* _Nullable restriction = nullptr); [all …]
|
/frameworks/native/include/android/ |
D | thermal.h | 114 typedef void (*AThermal_StatusCallback)(void* _Nullable data, AThermalStatus status); 165 AThermal_StatusCallback _Nullable callback, 166 void* _Nullable data) __INTRODUCED_IN(30); 184 AThermal_StatusCallback _Nullable callback, 185 void* _Nullable data) __INTRODUCED_IN(30); 290 * _Nullable outThresholds,
|
D | imagedecoder.h | 144 const char* _Nullable AImageDecoder_resultToString(int)__INTRODUCED_IN(31); 197 AImageDecoder* _Nullable * _Nonnull outDecoder) 228 int AImageDecoder_createFromFd(int fd, AImageDecoder* _Nullable * _Nonnull outDecoder) 259 AImageDecoder* _Nullable * _Nonnull outDecoder) 268 void AImageDecoder_delete(AImageDecoder* _Nullable decoder) __INTRODUCED_IN(30); 818 AImageDecoderFrameInfo* _Nullable AImageDecoderFrameInfo_create() 827 AImageDecoderFrameInfo* _Nullable info) __INTRODUCED_IN(31);
|
D | surface_control.h | 65 ASurfaceControl* _Nullable ASurfaceControl_createFromWindow(ANativeWindow* _Nonnull parent, 74 ASurfaceControl* _Nullable ASurfaceControl_create(ASurfaceControl* _Nonnull parent, 120 void ASurfaceTransaction_delete(ASurfaceTransaction* _Nullable transaction) __INTRODUCED_IN(29); 225 ASurfaceControl* _Nullable* _Nullable* _Nonnull outASurfaceControls, 311 ASurfaceControl* _Nullable new_parent) __INTRODUCED_IN(29); 476 const ARect* _Nullable rects, uint32_t count) 526 struct AHdrMetadata_smpte2086* _Nullable metadata) 539 struct AHdrMetadata_cta861_3* _Nullable metadata)
|
D | system_fonts.h | 108 ASystemFontIterator* _Nullable ASystemFontIterator_open() __INTRODUCED_IN(29); 117 void ASystemFontIterator_close(ASystemFontIterator* _Nullable iterator) __INTRODUCED_IN(29); 128 AFont* _Nullable ASystemFontIterator_next(ASystemFontIterator* _Nonnull iterator) __INTRODUCED_IN(2…
|
D | surface_control_input_receiver.h | 155 AInputReceiver_release(AInputReceiver *_Nullable aInputReceiver) __INTRODUCED_IN(__ANDROID_API_V__); 165 AInputReceiverCallbacks* _Nonnull AInputReceiverCallbacks_create(void* _Nullable context) 175 void AInputReceiverCallbacks_release(AInputReceiverCallbacks* _Nullable callbacks)
|
D | font.h | 104 void AFont_close(AFont* _Nullable font) __INTRODUCED_IN(29); 220 const char* _Nullable AFont_getLocale(const AFont* _Nonnull font) __INTRODUCED_IN(29);
|
D | performance_hint.h | 129 APerformanceHintManager* _Nullable APerformanceHint_getManager() 144 APerformanceHintSession* _Nullable APerformanceHint_createSession(
|
D | input_transfer_token_jni.h | 64 void AInputTransferToken_release(AInputTransferToken* _Nullable aInputTransferToken)
|
D | font_matcher.h | 218 uint32_t* _Nullable runLengthOut) __INTRODUCED_IN(29);
|
/frameworks/native/libs/nativewindow/include/android/ |
D | hardware_buffer.h | 380 void* _Nullable data; ///< Points to first byte in plane 415 AHardwareBuffer* _Nullable* _Nonnull outBuffer) __INTRODUCED_IN(26); 496 const ARect* _Nullable rect, void* _Nullable* _Nonnull outVirtualAddress) 517 int AHardwareBuffer_unlock(AHardwareBuffer* _Nonnull buffer, int32_t* _Nullable fence) 540 AHardwareBuffer* _Nullable* _Nonnull outBuffer) 571 const ARect* _Nullable rect, 607 const ARect* _Nullable rect, 608 void* _Nullable* _Nonnull outVirtualAddress,
|
D | native_window_aidl.h | 60 ANativeWindow* _Nullable* _Nonnull outWindow) __INTRODUCED_IN(__ANDROID_API_U__); 92 explicit NativeWindow(ANativeWindow* _Nullable window) { in NativeWindow() 130 void reset(ANativeWindow* _Nullable window = nullptr) noexcept { 141 inline ANativeWindow* _Nullable get() const { return mWindow; } in get() 148 inline ANativeWindow* _Nullable operator->() const { return mWindow; } 168 [[nodiscard]] ANativeWindow* _Nullable release() noexcept { in release() 169 ANativeWindow* _Nullable ret = mWindow; in release() 174 ANativeWindow* _Nullable mWindow = nullptr;
|
D | hardware_buffer_aidl.h | 58 AHardwareBuffer* _Nullable* _Nonnull outBuffer) __INTRODUCED_IN(34); 122 void reset(AHardwareBuffer* _Nullable buffer = nullptr) noexcept { 130 inline AHardwareBuffer* _Nullable operator-> () const { return mBuffer; } 131 inline AHardwareBuffer* _Nullable get() const { return mBuffer; } in get() 151 [[nodiscard]] AHardwareBuffer* _Nullable release() noexcept { in release() 152 AHardwareBuffer* _Nullable ret = mBuffer; in release() 174 AHardwareBuffer* _Nullable mBuffer = nullptr;
|
/frameworks/native/libs/nativewindow/include/vndk/ |
D | hardware_buffer.h | 34 const native_handle_t* _Nullable AHardwareBuffer_getNativeHandle( 61 AHardwareBuffer* _Nullable* _Nonnull outBuffer); 155 const AHardwareBufferLongOptions* _Nullable additionalOptions, size_t additionalOptionsSize, 156 AHardwareBuffer* _Nullable* _Nonnull outBuffer) __INTRODUCED_IN(__ANDROID_API_V__);
|
/frameworks/native/libs/binder/ndk/ |
D | persistable_bundle_internal.h | 27 int32_t getVecInternal(const std::vector<T>& inVec, T* _Nullable buffer, int32_t bufferSizeBytes) { in getVecInternal() 51 int32_t getStringsInternal(const T& strings, char* _Nullable* _Nullable buffer, in getStringsInternal() 54 void* _Nullable context) { in getStringsInternal()
|
D | persistable_bundle.cpp | 34 APersistableBundle* _Nullable APersistableBundle_new() { in APersistableBundle_new() 38 APersistableBundle* _Nullable APersistableBundle_dup(const APersistableBundle* pBundle) { in APersistableBundle_dup() 61 APersistableBundle* _Nullable* outPBundle) { in APersistableBundle_readFromParcel()
|
/frameworks/native/libs/binder/ndk/include_cpp/android/ |
D | persistable_bundle_aidl.h | 98 void reset(APersistableBundle* _Nullable pBundle = nullptr) noexcept { 143 [[nodiscard]] APersistableBundle* _Nullable release() noexcept { in release() 144 APersistableBundle* _Nullable ret = mPBundle; in release() 302 static char* _Nullable stringAllocator(int32_t bufferSizeBytes, void* _Nullable) { in stringAllocator() argument 322 const char* _Nonnull, T* _Nullable, int32_t), in getVecInternal() argument 378 T moveStringsInternal(char* _Nullable* _Nonnull strings, int32_t bufferSizeBytes) { in moveStringsInternal() 424 char* _Nullable* _Nullable outKeys, in getKeys() 427 void* _Nullable), in getKeys() argument 524 inline APersistableBundle* _Nullable get() const { return mPBundle; } in get() 525 APersistableBundle* _Nullable mPBundle = nullptr;
|
/frameworks/av/media/libaaudio/include/aaudio/ |
D | AAudio.h | 903 AAUDIO_API aaudio_result_t AAudio_createStreamBuilder(AAudioStreamBuilder* _Nullable* _Nonnull 1359 void* _Nullable userData, 1390 AAudioStream_dataCallback _Nullable callback, void* _Nullable userData) 1447 void* _Nullable userData, 1474 AAudioStream_errorCallback _Nullable callback, void* _Nullable userData) 1490 AAudioStream* _Nullable* _Nonnull stream) __INTRODUCED_IN(26); 1679 aaudio_stream_state_t inputState, aaudio_stream_state_t* _Nullable nextState,
|
/frameworks/native/libs/gui/view/ |
D | Surface.cpp | 53 const Parcel* _Nonnull parcel, ANativeWindow* _Nullable* _Nonnull outWindow) { in android_view_Surface_readFromParcel()
|
/frameworks/native/libs/nativewindow/ |
D | ANativeWindow.cpp | 42 status_t (*)(const Parcel* _Nonnull parcel, ANativeWindow* _Nullable* _Nonnull outWindow); 388 const AParcel* _Nonnull parcel, ANativeWindow* _Nullable* _Nonnull outWindow) { in ANativeWindow_readFromParcel()
|
D | AHardwareBuffer.cpp | 514 AHardwareBuffer* _Nullable* _Nonnull outBuffer) { in AHardwareBuffer_readFromParcel()
|
/frameworks/base/native/android/ |
D | system_fonts.cpp | 310 uint32_t* _Nullable runLength) { in AFontMatcher_match()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_utils_AnrTimer.cpp | 80 struct itimerspec *_Nullable old_value) {
|
/frameworks/native/libs/ui/ |
D | Gralloc5.cpp | 49 typedef AIMapper_Error (*AIMapper_loadIMapperFn)(AIMapper *_Nullable *_Nonnull outImplementation);
|