Loading .gitignore +3 −0 Original line number Diff line number Diff line .vscode/ # Vim temporary files **/*.swp automotive/evs/aidl/impl/default/src/EvsVideoEmulatedCamera.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -222,10 +222,9 @@ void EvsVideoEmulatedCamera::onCodecOutputAvailable(const int32_t index, // Lock our output buffer for writing uint8_t* pixels = nullptr; int32_t bytesPerStride = 0; auto& mapper = ::android::GraphicBufferMapper::get(); mapper.lock(renderBufferHandle, GRALLOC_USAGE_SW_WRITE_OFTEN | GRALLOC_USAGE_SW_READ_NEVER, ::android::Rect(mWidth, mHeight), (void**)&pixels, nullptr, &bytesPerStride); ::android::Rect(mWidth, mHeight), (void**)&pixels); // If we failed to lock the pixel buffer, we're about to crash, but log it first if (!pixels) { Loading bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/current/android/hardware/bluetooth/ranging/ChannelSoundingSingleSideData.aidl +3 −3 Original line number Diff line number Diff line Loading @@ -34,13 +34,13 @@ package android.hardware.bluetooth.ranging; @VintfStability parcelable ChannelSoundingSingleSideData { @nullable List<android.hardware.bluetooth.ranging.StepTonePct> stepTonePcts; @nullable android.hardware.bluetooth.ranging.StepTonePct[] stepTonePcts; @nullable byte[] packetQuality; @nullable byte[] packetRssiDbm; @nullable android.hardware.bluetooth.ranging.Nadm[] packetNadm; @nullable int[] measuredFreqOffset; @nullable List<android.hardware.bluetooth.ranging.ComplexNumber> packetPct1; @nullable List<android.hardware.bluetooth.ranging.ComplexNumber> packetPct2; @nullable android.hardware.bluetooth.ranging.ComplexNumber[] packetPct1; @nullable android.hardware.bluetooth.ranging.ComplexNumber[] packetPct2; byte referencePowerDbm; @nullable byte[] vendorSpecificCsSingleSidedata; } bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/current/android/hardware/bluetooth/ranging/ModeType.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ // later when a module using the interface is updated, e.g., Mainline modules. package android.hardware.bluetooth.ranging; @Backing(type="int") @VintfStability @Backing(type="byte") @VintfStability enum ModeType { ZERO = 0x00, ONE = 0x01, Loading bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/current/android/hardware/bluetooth/ranging/SubModeType.aidl +2 −2 Original line number Diff line number Diff line Loading @@ -32,10 +32,10 @@ // later when a module using the interface is updated, e.g., Mainline modules. package android.hardware.bluetooth.ranging; @Backing(type="int") @VintfStability @Backing(type="byte") @VintfStability enum SubModeType { ONE = 0x01, TWO = 0x02, THREE = 0x03, UNUSED = 0xff, UNUSED = 0xffu8, } Loading
.gitignore +3 −0 Original line number Diff line number Diff line .vscode/ # Vim temporary files **/*.swp
automotive/evs/aidl/impl/default/src/EvsVideoEmulatedCamera.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -222,10 +222,9 @@ void EvsVideoEmulatedCamera::onCodecOutputAvailable(const int32_t index, // Lock our output buffer for writing uint8_t* pixels = nullptr; int32_t bytesPerStride = 0; auto& mapper = ::android::GraphicBufferMapper::get(); mapper.lock(renderBufferHandle, GRALLOC_USAGE_SW_WRITE_OFTEN | GRALLOC_USAGE_SW_READ_NEVER, ::android::Rect(mWidth, mHeight), (void**)&pixels, nullptr, &bytesPerStride); ::android::Rect(mWidth, mHeight), (void**)&pixels); // If we failed to lock the pixel buffer, we're about to crash, but log it first if (!pixels) { Loading
bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/current/android/hardware/bluetooth/ranging/ChannelSoundingSingleSideData.aidl +3 −3 Original line number Diff line number Diff line Loading @@ -34,13 +34,13 @@ package android.hardware.bluetooth.ranging; @VintfStability parcelable ChannelSoundingSingleSideData { @nullable List<android.hardware.bluetooth.ranging.StepTonePct> stepTonePcts; @nullable android.hardware.bluetooth.ranging.StepTonePct[] stepTonePcts; @nullable byte[] packetQuality; @nullable byte[] packetRssiDbm; @nullable android.hardware.bluetooth.ranging.Nadm[] packetNadm; @nullable int[] measuredFreqOffset; @nullable List<android.hardware.bluetooth.ranging.ComplexNumber> packetPct1; @nullable List<android.hardware.bluetooth.ranging.ComplexNumber> packetPct2; @nullable android.hardware.bluetooth.ranging.ComplexNumber[] packetPct1; @nullable android.hardware.bluetooth.ranging.ComplexNumber[] packetPct2; byte referencePowerDbm; @nullable byte[] vendorSpecificCsSingleSidedata; }
bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/current/android/hardware/bluetooth/ranging/ModeType.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ // later when a module using the interface is updated, e.g., Mainline modules. package android.hardware.bluetooth.ranging; @Backing(type="int") @VintfStability @Backing(type="byte") @VintfStability enum ModeType { ZERO = 0x00, ONE = 0x01, Loading
bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/current/android/hardware/bluetooth/ranging/SubModeType.aidl +2 −2 Original line number Diff line number Diff line Loading @@ -32,10 +32,10 @@ // later when a module using the interface is updated, e.g., Mainline modules. package android.hardware.bluetooth.ranging; @Backing(type="int") @VintfStability @Backing(type="byte") @VintfStability enum SubModeType { ONE = 0x01, TWO = 0x02, THREE = 0x03, UNUSED = 0xff, UNUSED = 0xffu8, }